Skip to content

Releases: yixiaoer/einshard

v0.2.0

10 Apr 01:05
Compare
Choose a tag to compare

Update function names:

  • Renamed einshard.sharding() to einshard.make_sharding()
  • Renamed einshard.shard() to einshard.einshard()

Full Changelog: ayaka14732/einshard@v0.1.1...v0.2.0

v0.1.1

10 Apr 00:37
Compare
Choose a tag to compare

Fix bug and update documentation

Full Changelog: ayaka14732/einshard@v0.1.0...v0.1.1

v0.1.0

09 Apr 23:44
Compare
Choose a tag to compare

Supports getting the sharding object without actually sharding a specific array

  • Added einshard.sharding()
  • Renamed einshard.einshard() to einshard.shard()

Full Changelog: ayaka14732/einshard@v0.0.1...v0.1.0

v0.0.1

09 Apr 19:44
Compare
Choose a tag to compare

Initial release