Skip to content

Releases: m-team-kit/drift-watch-client

1.1.0

20 Dec 12:18
Compare
Choose a tag to compare

Release Notes

Features

  • feat: Add support for typing (4046e6c)
  • feat: Use prod mytoken server (e24923d)
  • feat: Make call for monitor.call optional before closing context (972e22e)
  • feat: Update queries to use schemas and models (33518ea)
  • feat: Generate models for API objects (c7202f0)
  • feat: CICD for package release in PyPI (390bce2)

Fixes

  • fix: Catch context exit if called before enter (3143d9e)
  • fix: Add update schemas to dump on PUT methods (c15c1f9)
  • fix: Use [] for new_experiment default permissions (b9239b9)
  • fix: Add marshmallow to requirements (e57fc4d)
  • fix: Call to drift properties using attr (7ee671d)
  • fix: Adjust tests to new behavior (263ba5d)

Documentation

  • doc: Update example script with new API methods (30fd375)

Tests

  • test: Update tests for drift tracking (c034ab0)
  • test: Update tests for errors (0f477eb)
  • test: Update tests for find_experiment (5da2278)
  • test: Fix experiment JSON names (a25f2e9)
  • test: Update database JSON files from root sandbox repo (2bb49cf)
  • test: Update test_new and root conftests (e369a6a)

CI/CD

  • fix(cicd): Add access to PyPI secret token in release workflow (399eedc)

v0.1.0

12 Dec 17:06
Compare
Choose a tag to compare

Release v0.1.0

Features

  • Initial release of the Drift Monitor client.
  • Added support for monitoring data drift in machine learning models.
  • Integrated with PyPI for easy installation and updates.
  • Included basic documentation using MkDocs.
  • Configured GitHub Actions for automated testing and deployment.

Bug Fixes

  • N/A

Known Issues

  • N/A

Installation

To install the package, use the following command:

pip install drift-monitor

Usage

  • Refer to the /examples for usage instructions.