JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

CompatHelper: bump compat for "IntervalSets" to "0.5" #59

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the IntervalSets package from 0.3, 0.4 to 0.3, 0.4, 0.5.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

dlfivefifty commented 4 years ago

ApproxFun now works! Let's get this merged and tagged

daanhb commented 4 years ago

Sorry, did you mean that ApproxFun works with current master, or with the vector branch (the other pull request)? Because the conflicting changes are not in master yet.

dlfivefifty commented 4 years ago

vector branch (sorry, this was a confusing place to post that)

daanhb commented 4 years ago

Well, that's great! I'll work on the merge then, there was a conflict with master so I'm doing it manually.

daanhb commented 4 years ago

That seems to have worked