GT4Py v1.0.0
First official release of the Cartesian GT4py.
Changes since the pre-release version v0.0.1
Added
- Remove the
Storage
classes 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.
Changed
- Important
gt4py
package reorganization and modularization. - Moved most of existing functionality into
gt4py.cartesian
. - Moved
gtc
package intogt4py.cartesian
. - Moved
eve
package intogt4py
. - Refactored
gt4py.storage
to avoid dependencies ongt4py.cartesian
. - Tests split into sub-packages and reorganized as
unit_tests
andintegration_tests
.