All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.20 — 2025-09-20
0.0.19 — 2025-09-20
- CUDA 2D gradient noise accelerator
0.0.18 — 2025-09-13
- reworked project structure to support subprojects / modules
0.0.16 — 2025-01-27
- new
numeric.solvernamespace with a shim over Apache Commons Math's ODE solvers - dependency on
org.apache.commons/commons-math3
0.0.15 — 2025-01-16
- fix bug in
color.dictionarywhere color combination accessors crash
0.0.14 — 2025-01-15
- new
noise.opensimplexnamespace and relevant functions binding to OpenSimplex 2 library. Includes 2, 3, and 4 dimentional noise functions.
0.0.13 — 2025-01-13
- moved from
vectorztocore.matrixto better support alternative implementations
0.0.12 — 2025-01-13
- new
color.modelnamespace for color model transformations - started changelog (
CHANGELOG.md) - new
waveformnamespace of common periodic waveforms
- getters in
color.dictionarysupport omission of color dictionary object (first parameter) instead relying on default value
- Initial code when starting changelog