Recent Releases of nlmpy
nlmpy - Binary space partitioning NLM added
In this release a a binary space partitioning (BSP) NLM function has been added to NLMpy.
This is also the first version to be released with an associated archive in Zenodo.
- Python
Published by tretherington over 4 years ago
nlmpy - Minor parameter terminology fix
Refinement of some terminology for the Perlin noise function. No functionality has changed, and users of 1.0.0 who didn't specify the old "valley" parameter will see no change at all as the default functionality is identical, it is only those folks who specified the "valley" parameter will need to update their code to match the new parameter terminology.
- Python
Published by tretherington over 4 years ago
nlmpy - First release from GitHub, with some major updates
This is a major milestone for the NLMpy project, so is worthy of a realease at version 1.0.0.
Major changes/updates include:
- putting the code onto GitHub
- adding new NLM functions: waveSurface and perlinNoise
- integrating with numba to speed processing times
There have also been some minor changes including:
- blendArray function replaced by a simpler more intuitive blendArrays function
- Python
Published by tretherington about 5 years ago