Skip to content

Releases: understanding-search/maze-dataset

v1.1.0

10 Sep 19:38
Compare
Choose a tag to compare

tag: https://github.com/understanding-search/maze-dataset/releases/tag/v1.1.0
full changelog: v1.0.1...v1.1.0

summary:

  • added endpoints_not_equal option to endpoint_kwargs in a MazeDatasetConfig (commit)
  • some minor fixes to the docs, thank you to @aaron-sandoval for notes

v1.0.1

30 Aug 00:00
Compare
Choose a tag to compare

tag: https://github.com/understanding-search/maze-dataset/releases/tag/v1.0.1
Full Changelog: v1.0.0...v1.0.1

Changelog summary:

  • don't ship the tokenizer hashes file -- shipped package is now < 0.1 mb instead of >35 mb
  • mild improvements to how tokenization hashes are handled:
    • can now override where tokenizer hashes are read from
    • hash_b64 provided for filename-safe and short hash of a MazeTokenizerModular
  • (dev only) make help is slightly faster and easier to work with

commits:

  • update .lastversion to new fmt (3f58956)
  • faster and better make help (498a753)
  • formatting changes to pyproject.toml (388e5c2)
  • don't ship hashes file (c9c7635)
  • changes to how tokenizer hashes are handled (4fdfebb)
  • update deps (08ae8cf)
  • fixed overflow issue in hash_b64 (f1b1f5c)
  • bump version to 1.0.1 (73a8808)
  • re-build docs (3e8153d)