Releases: JuliaGeometry/RegionTrees.jl
Releases · JuliaGeometry/RegionTrees.jl
v0.3.2
v0.3.1
RegionTrees v0.3.1
Merged pull requests:
- fix code for deprecated syntax in StaticArrays@0.12 (#26) (@cserteGT3)
- Install TagBot as a GitHub Action (#27) (@JuliaTagBot)
v0.3.0
v0.3.0 (2019-07-28)
Closed issues:
Merged pull requests:
- Fix boundary for non-float64 types (#24) (rdeits)
- Fix child_boundary() for Float32 cells (#22) (cserteGT3)
- Add new function: allparents (#21) (cserteGT3)
- Correct link to the Jupyter notebook demo (#20) (pszufe)
- Update demo notebooks (#19) (rdeits)
- Change
type
andimmutable
tostruct
in examples (#18) (aaronang) - more val changes (#16) (rdeits)
Support Julia v0.7 and v1.0
Merge pull request #14 from rdeits/fbot/deps Fix deprecations
Julia v0.6 and StaticArrays v0.5
Merge pull request #7 from rdeits/itertools require itertools instead of iterators
Update for compatibility with StaticArrays v0.3.0
Merge pull request #4 from rdeits/sa-update update to new StaticArrays Size trait requirement
Update to new broadcast() behavior in StaticArrays
Implements similar_type()
to ensure that broadcasting works.