Releases: google-deepmind/chex
Releases · google-deepmind/chex
Chex 0.0.6
Changelog
Merged pull requests:
- Define MANIFEST.in to include requirements.txt in pypi bundle. Increment the version. #38 (copybara-service[bot])
- Fix PACKAGE_VER in pypi-publish.yml #36 (copybara-service[bot])
* This Changelog was automatically generated by github_changelog_generator
Chex 0.0.5
Changelog
Note: this is a first GitHub release of Chex. It includes all changes since the repo was created.
Closed issues:
- Chex dataclass throws an exception in Python 3.9 #10
- 'jax.interpreters.xla' has no attribute '_DeviceArray' for jax <= 0.2.5 #9
- Chex dataclass defaulting mappable_dataclass=True #8
- DeprecationWarning for importing toolz #4
- Fake contexts by calling .start() not working #3
Merged pull requests:
- Add PyPI release workflow and increment the version. #35 (copybara-service[bot])
- Add .pylintrc and run pylint checks in CI workflow. #34 (copybara-service[bot])
- Fix typo #33 (copybara-service[bot])
- [JAX] Change Chex variants_test to use jnp.DeviceArray for isinstance() tests. #32 (copybara-service[bot])
- Fix chex typing annotations #31 (copybara-service[bot])
- Parallelize pytest runs. #29 (copybara-service[bot])
- Fix @assert_max_traces usage checks. #28 (copybara-service[bot])
- Customize processing of
None
s in tree asserts and addassert_tree_no_nones
. #27 (copybara-service[bot]) - Add option to fake pmap with vmap while still jitting the result. #25 (copybara-service[bot])
- Raise informative error for negative axes when asserting axis dimension. #24 (copybara-service[bot])
- Expose XLA device types in pytypes. #23 (copybara-service[bot])
- Add
assert_tree_shape_prefix
assertion. #21 (copybara-service[bot]) - Add a safeguard to setup.py to ensure correct package installation. #20 (copybara-service[bot])
- Disable testing against macos-latest to speed up CI. #19 (copybara-service[bot])
- Do not parse abseil flags to avoid side effects. #18 (copybara-service[bot])
- Update version. #17 (copybara-service[bot])
- Run tests under Python 3.9 #16 (copybara-service[bot])
- Correct and clarify docstring for
assert_equal_shape_suffix
. #14 (copybara-service[bot]) - Use type() instead of __class__ in dataclass_test.py #13 (hbq1)
- Include CI status badge in README.md #12 (copybara-service[bot])
- Add ability to check shapes with wildcards #5 (KristianHolsheimer)
- Add pytypes. #2 (hbq1)
- fix 404 link for Dataclass module header #1 (kykosic)
* This Changelog was automatically generated by github_changelog_generator