v0.2.0.dev0
Pre-release
Pre-release
What's Changed
- Update version.py to 0.1.1 by @rtg0795 in #78
- Change main version to 0.1.1.dev0 by @abheesht17 in #79
- Add
assertNotAllClose
toTestCase
. by @hertschuh in #80 - Add
Nested
generic type for type hints. by @hertschuh in #81 - Add
no_automatic_dependency_tracking
utility. by @hertschuh in #82 - Add workflows for stale PR reminder, issue template, auto-assigning issues by @abheesht17 in #84
- Add
EmbedReduce
layer. by @hertschuh in #83 - Added
TensorShape
alias for the recently renamedShape
. by @hertschuh in #85 - Add jax-tpu-embedding dependency for large embeddings. by @cantonios in #86
- Fix embed_reduce for sparse inputs. by @cantonios in #87
- Add
DistributedEmbedding
cross-backend default implementation. by @hertschuh in #88 - Add backend/hardware-independent doc for
DistributedEmbedding
. by @hertschuh in #90 - Add JAX DistributedEmbedding implementation. by @cantonios in #89
- Remove Python 3.9 support. by @cantonios in #91
- Add TensorFlow implementation of
DistributedEmbedding
. by @hertschuh in #92 - Move preprocess to base distributed embedding class. by @cantonios in #93
New Contributors
- @cantonios made their first contribution in #86
Full Changelog: v0.1.0...v0.2.0.dev0