Releases: mlte-team/mlte
Releases · mlte-team/mlte
MLTE 1.0.2
Addresses bug fixes, mostly due to changes in dependencies, or previously existing bugs.
- Fixes compatibility issues with Poetry 2.0, including a breaking change in the use of 'poetry shell', and a bug where package format info is not explicitly configured (#557)
- Fixes dependency issues in Javascript libraries used by the Frontend, by pinning test libraries more explicitly (#561)
- Fixes bug creating docker images introduced in MLTE 1.0.1, due to missing README.md file in docker context, now needed to build MLTE package (#560)
- Minor updates to scenarios demo to make it easier to use (#559)
- Minor internal improvements to dev docs and make commands, to make them more consistent and user-friendly (#558)
- Minor optimization to Frontend docker image, creating an intermediate one to build website, substantially reducing final size of image (#563)
MLTE 1.0.1
This release contains small fixes that were not included in version 1.0.0.
- Bug fixes for creating docker image for Frontend
- Fixes for the Frontend to properly work in a remotely deployed dockerized server (#418 and #405)
- Fixes in configuration for readme to properly show up in PyPi website as the package description (#491)
- Fixes in documentation to avoid inconsistencies in examples between documentation and demos (#461)
MLTE 1.0.0
First complete release of MLTE. Main new features:
- Test Catalog functionality added, with UI updates to use it, and including Sample Test Catalog with helpful code snippets
- Negotiation Card rework for easier use
- Updates to demo notebooks, documentation, and sample code
MLTE 0.3.0
Main new features:
- Authorization support added to MLTE
- Docker support for multiple deployment scenarios added
- Python 3.11 support added
- UI improvements and bugfixes