Skip to content

Latest commit

 

History

History
75 lines (53 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

75 lines (53 loc) · 2.16 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.1.3] - 2024-05-16

Added

  • "A utility class to reindex variables in an AmrDocument and a decorator for it.
  • Integration test automation.

Changed

  • A new feature, when enabled, robustly deals with alignment errors.
  • Standardized resource library paths.
  • Move AMR token decorated literals formatted attributes inside the quotes.
  • Fix missing epigraph data for new token decorated nodes.

[0.1.2] - 2024-04-15

Added

  • Feature to robustly handle co-reference errors by stashing AmrFailures instead of the co-reference when errors are raised.
  • Token annotator (TokenAnnotationFeatureDocumentDecorator) can add to the graph epidata or to the node text in addition to adding new attributes.

Changed

  • Invalidate and update graph string after alignment removal.

[0.1.1] - 2024-03-29

Added

  • AMR parsing and generation model trainers and workflow.
  • A framework parser that uses the zensols.amrspring (a Docker original SPRING parser client/server) as a client.

Removed

  • Pipeline (non-client) classes modules from default imports.

Changed

  • Upgrade model checkpoint training to library amrlib 0.7.1.
  • Upgrade API to amrlib 0.8.0.
  • Abstract amrlib parsers.

[0.1.0] - 2023-12-05

Changed

  • Upgrade to [zensols.util] version 1.14.

Added

  • Support for Python 3.11.

Removed

  • Support for Python 3.9.

[0.0.1] - 2021-09-02

Added

  • Initial version.

[Unreleased]: https://github.com/Paul Landes/amr/compare/v0.1.3...HEAD [0.1.3]: https://github.com/Paul Landes/amr/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/Paul Landes/amr/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/Paul Landes/amr/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/Paul Landes/amr/compare/v0.0.1...v0.1.0 [0.0.1]: https://github.com/Paul Landes/amr/compare/v0.0.0...v0.0.1