Releases: JuliaApproximation/DomainSets.jl
Releases · JuliaApproximation/DomainSets.jl
v0.7.14
DomainSets v0.7.14
Merged pull requests:
- Makie v0.21 (#167) (@dlfivefifty)
Closed issues:
- Allow Makie v0.21 (#166)
v0.7.13
v0.7.12
DomainSets v0.7.12
- arrays can be used as linear maps
- the code uses StaticVector and StaticMatrix where possible, instead of the more restrictive (concrete) SVector and SMatrix types
Merged pull requests:
v0.7.11
DomainSets v0.7.11
much improved documentation
simplify and parameterdomain work recursively and catch more simplifications/parameterizations
bug fix in canonical domain of points
v0.7.10
DomainSets v0.7.10
- Internal reorganization: all code involving maps was moved to a submodule FunctionMaps. This should be non-breaking, the contents of the namespace of DomainSets is preserved at least until the next breaking release
- steps towards maps as an interface, similar to domains, to improve integration with existing packages (e.g. via extensions)
- bug fixes
- several method ambiguities were removed
Merged pull requests:
v0.7.9
DomainSets v0.7.9
a few deprecations are added, to be removed in a future breaking release
v0.7.8
DomainSets v0.7.8
this is a bugfix release which fixes the hash of maps and an issue with mappings of VcatDomain
Merged pull requests:
Closed issues:
- VcatDomain(ℝ, ℕ) causes MethodError (#154)
v0.7.7
DomainSets v0.7.7
Merged pull requests: