Notable changes to this project will be documented in this file. The format is based on Keep a Changelog,
First version including the experimental gt4py.next aka Declarative GT4Py. The gt4py.next package is excluded from semantic versioning.
- Parametrized dtype: see option 4 of the gtscript concept workshop
- Remove the
Storageclasses and implement the new "No Storage" concept. - Support interfaces for calling stencils with arbitrary buffer objects (for details see docs/arrays.rst and PR #868).
- Updated documentation, logo and license headers.
- Important
gt4pypackage reorganization and modularization. - Moved most of existing functionality into
gt4py.cartesian. - Moved
gtcpackage intogt4py.cartesian. - Moved
evepackage intogt4py. - Refactored
gt4py.storageto avoid dependencies ongt4py.cartesian. - Tests split into sub-packages and reorganized as
unit_testsandintegration_tests.
Last development version using old-style Storage class.