Skip to content

v0.2.0.dev0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rtg0795 rtg0795 released this 21 May 17:40
· 3 commits to r0.2 since this release
4878946

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 to TestCase. 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 renamed Shape. 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

Full Changelog: v0.1.0...v0.2.0.dev0