Genalog Changelog
All notable changes to this project will be documented in this file.
Types of changes
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
The format is based on Keep a Changelog,
and we adopt the Semantic Versioning.
[v0.1.0] - 2021-07-20
Added
- Initial package release:
- 3 standard HTML document template for generation
- basic image degradation effects including blur, bleed-through, salt & pepper and other morphological operations.
- 2 flavors of text alignment algorithm: Needleman-Wunsch (shorter text segments) and RETAS (longer text segments)
- Full e2e NER-OCR label generation notebooks
- See documentation for more on the initial features of the package.
Changes:
- 9b0a92c Release 0.1.0 (#32)
- 9047cd6 Laserprec/bugfix img save (#31)
- 7c25f06 Laserprec/production_release (#30)
- 0e982f2 Laserprec/jupyter book doc (#28)
- 6180948 Add copyright disclaimer (#27)
- e01b609 Fix installation link (#26)
See More
- 09dd214 Laserprec/install_link_update (#25)
- cb4bf59 Update notebook documentation (#23)
- 58f3feb Merge pull request #22 from microsoft/laserprec-fix-broken-img-link
- ababee2 Update README.md
- 3362cdf Merge pull request #21 from microsoft/laserprec/update_readme
- 8e7b157 Update installation instructions
- 4c91ea2 Merge pull request #20 from microsoft/laserprec/e2e_tests
- 31d259b Add parameter value
- 7f989c7 Runn all e2e tests
- 2942d34 Merge pull request #19 from microsoft/laserprec/sphinx_doc
- f1bfe1f Add badge for supported platforms
- a97491c Correct docstring formatting
- 9f633e4 Convert to google style docstring (keyword arg & code block)
- 62692b1 Convert to google style docstring (parameter type & default to)
- d65fca7 Add sphinx config
- 5c4b634 Merge pull request #18 from microsoft/laserprec/comp_governance
- c5aebb4 Add component governance as a manual step
- 9c858e6 Merge pull request #17 from microsoft/laserprec/xdist_tests
- 4bd9301 Disable xdist in CI pipeline
- 0d45d80 Xdist-runnable tests
- c90deed Merge pull request #16 from microsoft/laserprec/update_badge
- 51af25c Update and add new badges
- c2c9bc0 Remove PR trigger
- 5339c76 Merge pull request #15 from microsoft/laserprec/ci_templates
- 003bf31 Add publish artifacts step
- e074a1d Remove test pipeline
- 4456fca Update test matrix
- 8d8b12d Small format change
- cac5394 Use variable group
- c7e1b62 Restructure templates
- d83305e Run azure tests
- be824f4 Update PR-gate
- 6058590 Add nightly build
- 547aa2c Skip install direct dep
- 6316a9c Cache code coverage report
- 67c12a3 Add final cov stage
- b534f47 Separate test report in a template
- 190d823 Mark more io tests
- 05f9649 Add detail test summary report
- 4ff93d3 Run tests in 3.6-8
- b67c6b3 Update templates
- 3687570 Add slow tests
- 7ae1d6c Add CI templates
- cc31cf5 Add postargs to tox
- 7cf054a Merge pull request #14 from microsoft/laserprec/bugfix/silentDiskWrite
- 9e4c37a Raise errors when writing to disk
- 1227eff Merge pull request #13 from microsoft/laserprec/bugfix/trailinglash
- 741c61c Bugfix img not generated due to missing trailling '/' in dist folder
- d738bbb Merge pull request #12 from microsoft/laserprec/use_tox
- 1ea5dd4 Restructure tests/ocr/data
- f4bd576 Fix flake8 issues
- b9e40a4 Use tox in CI
- 1cbe5ad Add logging and pytest marker for slow and azure tests
- b6d1af7 Update CODEOWNERS
- d9d19bc Pass environment vars to tox
- 4132a8f Tox-runnable
- 3b293bd Restructure unit tests
- 8da3807 Merge pull request #11 from microsoft/laserprec/restructure_ci
- 1793c3d Version bump to alpha3 to test release pipeline
- 55659ac Update build badge url
- 098fefc Relocate CI pipelines under devops folder
- cda2c1e Merge pull request #10 from microsoft/laserprec/use_linter
- 4c8445b Fix import orders
- f8c1e63 Add flake8 plugin to check import orders
- a9620f5 Update build pipeline
- 5b87f4e Fix flake8 issues
- 96620b4 Fix linting issues in tests
- ad504b4 Merge pull request #9 from microsoft/laserprec/hotfix_blob_version
- f7db94f Remove deprecated azure-storage dependencies
- 18facb0 Update CI trigger
- 3ddee11 Hotfix azure blob version
- f759f50 Merge pull request #6 from microsoft/laserprec/release-pipeline
- d8cc7ff Merge pull request #7 from microsoft/laserprec/update-build-status-badge
- 18d505e Update README.md
- d7c33cd Add release pipeline
- d83d9da Merge pull request #4 from microsoft/laserprec/ci-pipeline-fix
- 4a1f884 Add build env configurations
- b4c7eee Add absolute path to example links and update installation instruction
- 2a4e610 fix badge link
- 8b5961c read projection blob name from env
- 87453a4 Merge pull request #3 from microsoft/dbanda/add_cicd
- 7612a69 Update azure-pipeline.yml
- f520a17 Update azure-pipeline.yml
- cf3be45 add pipelines
- c7d63b6 Code Migration from Azure DevOps (#2)
- 8ca2c51 Initial README.md commit
- eeeb6f5 Initial SECURITY.md commit
- 3d8eadc Initial LICENSE commit
- b95102a Initial CODE_OF_CONDUCT.md commit
This list of changes was auto generated.