Skip to content

Releases: mlte-team/mlte

MLTE 1.0.2

10 Jan 17:49
0147257
Compare
Choose a tag to compare

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

22 Nov 20:35
4fc004a
Compare
Choose a tag to compare

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

04 Oct 16:38
b7eea2b
Compare
Choose a tag to compare

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

28 Jun 18:58
ee250bc
Compare
Choose a tag to compare

Main new features:

  • Authorization support added to MLTE
  • Docker support for multiple deployment scenarios added
  • Python 3.11 support added
  • UI improvements and bugfixes