Releases: EcoJulia/NeutralLandscapes.jl
Releases · EcoJulia/NeutralLandscapes.jl
v0.1.4
v0.1.3
Update Project.toml
v0.1.1
NeutralLandscapes v0.1.1
Merged pull requests:
- Making
normalize
work with NaNs (#62) (@gottacatchenall)
v0.1.0
Not sure why tagbot didn't automatically tag and release but here we go
What's Changed
- CompatHelper: bump compat for "Distributions" to "0.25" by @github-actions in #55
- performance improvements by @rafaqz in #59
- change folder from algorithms to makers by @gottacatchenall in #58
- [new feature] Temporal change with expected statistical properties by @gottacatchenall in #57
Full Changelog: v0.0.3...v0.1.0
v0.0.3
NeutralLandscapes v0.0.3
Merged pull requests:
- nearest neighbor :queen no longer goes out of bounds (#54) (@gottacatchenall)
v0.0.2
v0.0.1
NeutralLandscapes v0.0.1
Closed issues:
- Problem with wavesurface (#5)
- two abstract types of landscape makers (#7)
- Progress on landscape makers (#11)
- Euclidean Distance Transform (#14)
- code organisation (#25)
- Add voronoi grid (#30)
- PerlinNoise() requires square matrices? (#33)
- DiamondSquare and MidpointDisplacement are not rescaled (#34)
- DiamondSquare warning? (#39)
- Readme organisation (#42)
- Tag? (#47)
Merged pull requests:
- First draft (#1) (@tpoisot)
- [RFC] add inplace functions (#2) (@mkborregaard)
- CompatHelper: add new compat entry for "NaNMath" at version "0.3" (#4) (@github-actions[bot])
- rescale gradient in wave; fix #5 (#9) (@mkborregaard)
- classifyarray (#10) (@mkborregaard)
- ✨ RectangularCluster (#12) (@tpoisot)
- Feature/distance gradient (#13) (@tpoisot)
- change arguments to rand (#16) (@mkborregaard)
- perlin noise (#18) (@rafaqz)
- [feature] diamond-square and MPD (#19) (@gottacatchenall)
- cleaner distance code (#20) (@mkborregaard)
- CompatHelper: add new compat entry for "NearestNeighbors" at version "0.4" (#21) (@github-actions[bot])
- Add the nearest neighbor element landscape (#22) (@tpoisot)
- 🎨 change the gallery (#23) (@tpoisot)
- blend functions (#24) (@mkborregaard)
- CompatHelper: add new compat entry for "Distributions" at version "0.24" (#27) (@github-actions[bot])
- CompatHelper: add new compat entry for "StatsBase" at version "0.33" (#28) (@github-actions[bot])
- 🎨 explicitly import sample (#29) (@mkborregaard)
- fix blend functions and add _label (#31) (@mkborregaard)
- correct constructor in gallery for MidpointDisplacement (#32) (@gottacatchenall)
- fix view shape for perlin (#36) (@rafaqz)
- CompatHelper: add new compat entry for "DataStructures" at version "0.18" (#37) (@github-actions[bot])
- Handle NaN in label (#38) (@mkborregaard)
- test rand for all algorithms (#40) (@rafaqz)
- Add NearestNeighborCluster algorithm (#41) (@mkborregaard)
- add
classify
function (#43) (@mkborregaard) - patch - add a few convenience methods to blend and classify (#44) (@mkborregaard)
- [wip][rfc] New readme from Fig1; fix #42 (#45) (@mkborregaard)
- Voronoi #30 (#46) (@virgile-baudrot)
- No warning for larger matrix allocation in Perlin/DiamondSquare (#48) (@tpoisot)
- refeactor and docs (#49) (@rafaqz)