0.1.0 - 2025-12-24

- Load/Save functions
- Literal initialization
- zig bindings

0.1.1 - 2025-12-25

- NDA_NOAXES renamed to NDA_NO_AXES
- NDA_AXES_ALL renamed to NDA_ALL_AXES

0.1.2 - 2026-01-05

- build system improved - MacOS support added

0.2.0 - 2026-01-06

- New functions
- Tests refactored

0.2.1 - 2026-01-07

- Random array creation reviewed and improved
- Test added to verify random numbers quality

0.2.2 - 2026-01-07

- zig package review

0.2.3 - 2026-01-07

- const qualitifiers
- CMakefileLists.txt updated
- zig aditional dynamic memory allocations removed
- zig tests extended
- README divided in multiple files
- README - new section on nesting functions
- Tests for nested functions added
- License added: BSD 3-clause
- Support for compiling in Windows added via CMakefile
- new function: `ndarray_scalar_aggr`
