Library 1.1.0
What's Changed
- Upgrade machine.py production docker container to python 3.11 by @mshannon-sil in #82
- Create more robust check for old vs new book selection syntax by @isaac091 in #87
- 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
- Add option to save the model during build job by @ddaspit in #99
- Update machine.py to reflect usfm changes in machine by @mshannon-sil in #103
- fix normalization order in find_missing_characters() by @mshannon-sil in #105
- Parallel to sillsdev/machine#187 by @Enkidu93 in #106
- Use macos-12 GHA runner by @ddaspit in #109
- Smt build job by @johnml1135 in #107
- Scripture range parser no error on empty string by @Enkidu93 in #110
- update shared_file_uri by @mshannon-sil in #113
- Port USFM code from Machine up to commit a9058ce by @mshannon-sil in #111
- Port USFM code from Machine up to commit bf2b46d by @mshannon-sil in #115
- Alignment Job by @johnml1135 in #114
- Port USFM code from Machine up to commit c93f8dc by @mshannon-sil in #118
- small fix for NMT build job by @johnml1135 in #119
- small fixes by @johnml1135 in #120
New Contributors
Full Changelog: v1.0.2...v1.1.0