DomainSets.jl Versions Save

A Julia package for describing domains as continuous sets of elements

v0.7.12

1 week ago

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

1 week ago

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

1 month ago

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:

  • factor out and improve maps code (#158) (@daanhb)

v0.7.9

1 month ago

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

1 month ago

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:

  • Use invoke function instead of macro (#156) (@jishnub)

Closed issues:

  • VcatDomain(ℝ, ℕ) causes MethodError (#154)

v0.7.7

1 month ago

DomainSets v0.7.7

Diff since v0.7.6

Merged pull requests:

  • better support base domain types (#155) (@daanhb)

v0.7.6

1 month ago

DomainSets v0.7.6

Diff since v0.7.5

Merged pull requests:

  • Fix isequaldomain for arrays (#153) (@dlfivefifty)

v0.7.5

1 month ago

DomainSets v0.7.5

Diff since v0.7.4

Merged pull requests:

  • fix setdiff for uniondomains (#152) (@daanhb)

Closed issues:

  • A confusing bug (#151)

v0.7.4

1 month ago

DomainSets v0.7.4

Diff since v0.7.3

v0.7.3

2 months ago

DomainSets v0.7.3

Diff since v0.7.2