v0.1.0a3
Pre-release
Pre-release
0.1.0a3 - 2024-07-10
Removals
- Removed Python 3.12 support (to be in line with Keras' Python supported versions)
New Features
- Added stricter call annotation using the
jaxtyping
package.
Changes
- Downgraded minimum required version of NumPy from
1.26.4
to1.23.5
.
Documentation Changes
- Added new code example on vision transformers.
- Added new style for call convention.
Miscellaneous Changes
- Fixed
stable-build.yml
GitHub action. - Added more package information (e.g., classifiers, keywords) into
pyproject.toml
.