Skip to content

Releases: sillsdev/machine.py

Library 1.2.0

18 Oct 22:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Library 1.1.0

10 Sep 18:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

docker_1.6.3

10 Sep 18:04
6e47622
Compare
Choose a tag to compare

What's Changed

Full Changelog: docker_1.5.4...docker_1.6.3

Docker 1.5.4

05 Jul 20:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: docker_1.4.0...docker_1.5.4

Docker 1.4.0

03 May 13:37
2a80929
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: docker_1.2.0...docker_1.4.0

Docker 1.2.0

09 Feb 21:25
61d49d8
Compare
Choose a tag to compare

What's Changed

  • Add option to save the model during build job by @ddaspit in #99

bug fixes

  • Restrict build options to only update model hyperparameters by @ddaspit in #88
  • Update error message to include filename by @isaac091 in #90
  • swap out 600M param model for tiny for faster startup by @johnml1135 in #92
  • Add test for default attributes in USFM by @ddaspit in #93
  • use sacremoses normalizer, ensure pretranslate.src.json and pretranslate.trg.json use same directory by @mshannon-sil in #96
  • Clean up get_chapters code and expand tests by @isaac091 in #97
  • Refactor get_chapters to not reuse code and add additional tests by @isaac091 in #98
  • And upgrade torch, numpy, pandas and accelerate as well as black, pyr… by @johnml1135 in #100

Full Changelog: docker_1.1.1...docker_1.2.0

Docker 1.1.3

22 Jan 15:21
a722703
Compare
Choose a tag to compare

What's Changed

  • use sacremoses normalizer, ensure pretranslate.src.json and pretranslate.trg.json use same directory by @mshannon-sil in #96
  • Update error message to include filename by @isaac091 in #90
  • swap out 600M param model for tiny for faster startup by @johnml1135 in #92
  • Add test for default attributes in USFM by @ddaspit in #93

Full Changelog: docker_1.1.2...docker_1.1.3

Docker 1.1.2

15 Dec 21:39
a105036
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: docker_0.9.7...docker_1.1.2

Docker 1.1.1

10 Apr 17:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: docker_0.9.7...docker_1.1.1

Library 1.0.2

08 Dec 20:49
Compare
Choose a tag to compare

What's Changed

  • Fix crash in FuzzyEditDistanceWordAlignmentMethod by @ddaspit in #74
  • Update Thot to 3.4.3 by @ddaspit in #76
  • Fixed off-by-one errors in _create_word_graph by @isaac091 in #77
  • Update get_chapters to more similarly to get_books by @isaac091 in #80

Full Changelog: v1.0.1...v1.0.2