PureML Versions Save

Developer platform for production ML.

v0.2.3

1 year ago

What's Changed

Full Changelog: https://github.com/PuremlHQ/PureML/compare/v0.2.1...v0.2.3

v0.2.0

1 year ago

Changes

  • Removed projects. There will be no project related actions(creation, deletion etc.) in PureML
  • project.init() equivalent for datasets is dataset.init(). This will create an empty an empty Dataset that will contain all the information about a dataset like ReadME.md, branches, versions, reviews etc
    • Each dataset registered using @dataset will be assigned a version
  • project.init() equivalent for models is model.init(). This will create an empty an empty Models that will contain all the information about a dataset like ReadME.md, branches, versions, reviews etc
    • Each model registered using @model will be assigned a version
  • Added branching for datasets, and models

v0.2.1

1 year ago

Added node-type based colouring for data lineage

v0.1.6

1 year ago

What's Changed

Full Changelog: https://github.com/PureML-Inc/PureML/commits/v0.1.6

v0.1.0

1 year ago

We have released version 0.1.0. We now support different components of the model registry. Here is the list of actionable items that are supported in the release version.