Releases: sillsdev/serval
Releases · sillsdev/serval
docker_1.10.2
What's Changed
- Update Machine library version to 3.7.2 by @Enkidu93 in #740. See https://github.com/sillsdev/machine/releases/tag/v3.7.2
Full Changelog: docker_1.10.1...docker_1.10.2
docker_1.10.1
What's Changed
- Do not give a 400 code when attempting to denormalize but there's a missing quote convention by @Enkidu93 in #737
- Increase save model timeout for SMT by @pmachapman in #739
- Add update support to the echo translation engine by @pmachapman in #733
- Increase the memory limit of echo to 400Mi by @pmachapman in #732
- Update the API example to use Progress instead of PercentCompleted by @pmachapman in #731
Full Changelog: docker_1.10.0...docker_1.10.1
docker_1.10.0
What's Changed
- Update to machine 3.6.4 by @Enkidu93 in #657
- Fix empty corpora errors by @Enkidu93 in #656
- Update API example program by @pmachapman in #660
- Clearml monitor service tests by @mudiagaobrikisil in #670
- Only add corpusId of non-empty target corpus by @Enkidu93 in #679
- Add disclaimer by passing remark to Machine by @Enkidu93 in #681
- Fixes for NmtQueueMultiple E2E Test by @Enkidu93 in #683
- Update language codes in the machine engine as well as Serval by @Enkidu93 in #686
- Add
peslangcode mapping by @Enkidu93 in #690 - Delete pretranslations when a corpus is updated by @Enkidu93 in #687
- Add support for cancelling echo translation engine builds by @pmachapman in #694
- Move message outbox to service toolkit by @ddaspit in #698
- Increase the memory limit of echo to 200Mi by @pmachapman in #701
- Paragraph Marker Placement by @Enkidu93 in #703
- Allow word alignment queue to be configured in docker compose by @Enkidu93 in #705
- Improved ClearML Stats by @Enkidu93 in #706
- Separate progress for fine-tuning and inferencing by @pmachapman in #702
- Update separate progress to use user properties instead of runtime by @pmachapman in #714
- Add support for MongoDB 8.0 by @pmachapman in #711
- Add remark to generated USFM for marker placement configuration by @pmachapman in #716
- Revert "Don't fault build when there's no data (#571)" by @pmachapman in #722
- Changes to Serval to accommodate Machine 3.7.0 by @Enkidu93 in #724
- Add quotation analysis to NMT builds by @pmachapman in #718
- Denormalize quotation marks by @Enkidu93 in #721
- Update health checks by @Enkidu93 in #726
Full Changelog: docker_1.9.2...docker_1.10.0
docker_1.9.2
Changes
Full Changelog: docker_1.9.1...docker_1.9.2
docker_1.9.1
What's Changed
- Add comment regarding file deletion. by @johnml1135 in #647
- Fix langtags caching by @Enkidu93 in #651
- Return build when canceling by @Enkidu93 in #654
Full Changelog: docker_1.9.0...docker_1.9.1
docker_1.9.0
What's Changed
- Don't crash with mulitple tasks of the same name by @johnml1135 in #607
- Python script/samples updates by @Enkidu93 in #622
- Added endpoint for updating engine languages by @mudiagaobrikisil in #624
- Updated naming to suit convention by @mudiagaobrikisil in #626
- For some breaking changes by @johnml1135 in #634
- Add Word Alignment engine: by @johnml1135 in #506
- Word alignment E2E fixes by @Enkidu93 in #640
- Add USFM control for paragraph, embed and style markers by @johnml1135 in #643
Full Changelog: docker_1.8.9...docker_1.9.0
Docker 1.8.9
What's Changed
These are small fixes found during release testing
- Don't crash if retrieving a corpora with a blank language code by @johnml1135 in #600
- no pretranslations written by @johnml1135 in #602
- Fix 2 for #595 - make sure Name field is always there. by @johnml1135 in #603
Full Changelog: docker_1.8.6...docker_1.8.9
docker_1.8.6
What's Changed
- Resolve Damien's unresolved comments by @johnml1135 in #562
- #527 autoscaler test by @mshannon-sil in #563
- make sure parallel corpora exist before updating by @johnml1135 in #565
- Don't fault build when there's no data by @Enkidu93 in #571
- Add Serval Architecture by @johnml1135 in #572
- Build summary gprc by @mudiagaobrikisil in #541
- If no other training data, don't add any keyterms by @johnml1135 in #580
- update to 8.0 for e2e tests by @johnml1135 in #592
- Don't commit an SMT engine while deleting by @johnml1135 in #591
- Corpora fixes by @johnml1135 in #599
New Contributors
- @mshannon-sil made their first contribution in #563
Full Changelog: docker_1.8.3...docker_1.8.6
docker_1.8.3
What's Changed
- Fix Filename sync issue by @johnml1135 in #555
- Use chapter-filtering for terms by @Enkidu93 in #545
- Deduplicate kbts by @Enkidu93 in #551
- Cleanup builds & engines by @Enkidu93 in #510
Other fixes/changes
- Remove assessment by @johnml1135 in #550
- Update dependencies with vulnerabilities by @ddaspit in #549
- Fix echo engine by @johnml1135 in #543
- Update machine to 3.5.1 and small bug by @johnml1135 in #546
- Add async suffix to preprocess method by @Enkidu93 in #552
Full Changelog: docker_1.8.0...docker_1.8.3
docker_1.8.0
What's Changed
- Major refactoring of corpus merging:
- So we don't pretranslate everything by @johnml1135 in #519
- Fix pretranslation filtering by @johnml1135 in #520
- Be able to retrieve pretranslations from parallel corpora - update filter by @johnml1135 in #528
- Move preprocess logic to toolkit by @Enkidu93 in #512
- Fix up USFM pretranslations for Parallel corpus by @johnml1135 in #529
- Added serval release version to translation build by @mudiagaobrikisil in #517
- Mark corpus endpoints obsolete by @johnml1135 in #535
- Remove action delegates for configuration by @johnml1135 in #537
- Add API example program by @pmachapman in #539
Other Fixes
- Fix GetTasksForQueueAsync by @johnml1135 in #534
- A better fix for #516. by @johnml1135 in #521
- Peter's fix by @johnml1135 in #525
- What about 6 retries and not 3? by @johnml1135 in #526
- Retry clearml calls on 429 responses. by @johnml1135 in #531
- Webhook retry by @johnml1135 in #532
Selections from Machine 3.5.0
- NParallelTextCorpus by @Enkidu93 in sillsdev/machine#270
- Refactor stripAllText and preferExistingText into a single enum by @ddaspit in sillsdev/machine#263
- Convert LeftMargin, RightMargin, and FirstLineIndent to floats by @ddaspit in sillsdev/machine#262
- Fix forever loop by @johnml1135 in sillsdev/machine#260
New Contributors
- @mudiagaobrikisil made their first contribution in #517
- @pmachapman made their first contribution in #539
Full Changelog: docker_1.7.0...docker_1.8.0