Skip to content

Releases: JuliaApproximation/DomainSets.jl

v0.7.14

21 May 17:09
952975a
Compare
Choose a tag to compare

DomainSets v0.7.14

Diff since v0.7.13

Merged pull requests:

Closed issues:

  • Allow Makie v0.21 (#166)

v0.7.13

29 Apr 20:51
4e36278
Compare
Choose a tag to compare

DomainSets v0.7.13

Diff since v0.7.12

Merged pull requests:

v0.7.12

10 Apr 19:03
Compare
Choose a tag to compare

DomainSets v0.7.12

Diff since v0.7.11

  • 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:

  • make abstract arrays work like a linear map (#160) (@daanhb)

v0.7.11

05 Apr 12:48
Compare
Choose a tag to compare

DomainSets v0.7.11

Diff since v0.7.10

much improved documentation
simplify and parameterdomain work recursively and catch more simplifications/parameterizations
bug fix in canonical domain of points

v0.7.10

13 Mar 16:22
Compare
Choose a tag to compare

DomainSets v0.7.10

Diff since v0.7.9

  • 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

06 Mar 20:01
Compare
Choose a tag to compare

DomainSets v0.7.9

Diff since v0.7.8

a few deprecations are added, to be removed in a future breaking release

v0.7.8

03 Mar 16:52
Compare
Choose a tag to compare

DomainSets v0.7.8

Diff since v0.7.7

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

29 Feb 22:30
7761929
Compare
Choose a tag to compare

DomainSets v0.7.7

Diff since v0.7.6

Merged pull requests:

v0.7.6

28 Feb 22:08
3b914a2
Compare
Choose a tag to compare

DomainSets v0.7.6

Diff since v0.7.5

Merged pull requests:

v0.7.5

23 Feb 06:10
Compare
Choose a tag to compare

DomainSets v0.7.5

Diff since v0.7.4

Merged pull requests:

Closed issues:

  • A confusing bug (#151)