Skip to content

Releases: matthewwardrop/mensor

v0.3.1

18 Jul 00:19
Compare
Choose a tag to compare

A bugfix for pre-Python 3.6 support.

v0.3.0

18 Jul 00:06
Compare
Choose a tag to compare

This release:

  • Adds support for arbitrary run-time specifiable pre-agg, agg, and post-agg operations.
  • Additional methods on objects to improve introspection of metrics.
  • Changes to internal APIs that were sufficient enough to bump the major API.

v0.2.1

18 Jul 00:03
Compare
Choose a tag to compare

This is a quick bugfix release caused by attempting to import submodules that were removed.

v0.2.0

29 Jun 20:53
Compare
Choose a tag to compare

This release includes:

  • a more complete metric evaluation framework atop of measures
  • refactoring of the MeasureProvider and MeasureRegistry classes to be subclasses of MeasureEvaluator, and thus offer the same API.
  • removal of duplicate code in the MeasureRegistry feature resolution algorithm
  • internal code cleanups and renaming to reflect more recent generalisations to the code
  • several new internal datastructures to improve robustness and simplicity
  • various bugfixes to the MeasureProvider backends

For more details, please refer to the git commit log.

v0.1.1

10 May 21:22
Compare
Choose a tag to compare

This release updated the metadata exposed through PyPI.

Initial Release

10 May 21:05
Compare
Choose a tag to compare

This is the first non-experimental alpha release of Mensor. Measure evaluation is essentially complete, with working constraints and evaluation contexts. Additionally, there is a mostly-working implementation of metrics (your mileage may vary).