Skip to content
Snippets Groups Projects
CHANGELOG 499 B
Newer Older
Maxence Naud's avatar
Maxence Naud committed
# Version 0.2.1 (May 14, 2024)

* rework export mechanism 
* change `Operator::computeOutputDims()` with `Operator::forwardDims()`
* automatic docstring decorators for python
* add implementation of Operators only performing data/format manipulation
* add many assertions
* bind Database and Scaling_Op

# Version 0.2.0 (April 11, 2024)

Maxence Naud's avatar
Maxence Naud committed
# Version 0.1.1 (January 29, 2024)

[Add] Support of a negative value for Reshape Operator shape attribute.

Maxence Naud's avatar
Maxence Naud committed
# Version 0.1.0 (January 23, 2024)

Initial release