Skip to content

v0.1.4

Compare
Choose a tag to compare
@cyprienc cyprienc released this 19 Jul 14:27
· 8 commits to main since this release
8082987
update python version requirements and chex (#14)

* fix: adding examples in MANIFEST.in

* Add docs copyright (#6)

* docs: added copyrights to docs and slides

* docs: added citation reference

* docs: updated slides font size

* docs: updated slides footer format

* fix test imports (#7)

* fix: removed conftest imports for type hint

* fix: removed example imports in integration test

* chore: removed leftover comments

* update copyright (#8)

* docs: updated copyright in slides and footer

* ci: update version

* docs: updated copyright on all slides

* fix: enforcing Python>=3.7 for JAX (#10)

* fix: enforcing Python>=3.7 for JAX

* fix: lint

* Add chex and support Python<3.10 (#11)

* fix: adding chex as a dependency

* fix: using typing_extensions for python <3.10 suppor

* feat: updating version to 0.1.4 (#12)

* feat: update version to 0.1.4

Co-authored-by: Cyprien Courtot <c.courtot@instadeep.com>