Skip to content

Releases: mostly-ai/mostlyai-qa

1.2.1

28 Nov 12:14
8a5e8b2

Choose a tag to compare

What's Changed

  • trim metrics precision after all other validations are done
  • filter out empty buckets while calculating embeddings
  • makefile support for release to PyPI

Full Changelog: 1.2.0...1.2.1

1.2.0

27 Nov 09:10
1273f54

Choose a tag to compare

What's Changed

  • changed return type for qa.report from dict to Metrics
  • added quick start example
  • (internal) simplify calculate_embeddings + add fine-grained progress
  • (internal) trigger CI workflow for PRs from forked repos
  • (internal) change INFIX for stored statistics files

Full Changelog: 1.1.4...1.2.0

1.1.4

20 Nov 19:11

Choose a tag to compare

What's Changed

  • Update README.md
  • Added quick start example

Full Changelog: 1.1.3...1.1.4

1.1.3

20 Nov 14:03
80982ca

Choose a tag to compare

What's Changed

  • fix issue with special character in column names

Full Changelog: 1.1.2...1.1.3

mostlyai-qa 1.1.2

20 Nov 09:35

Choose a tag to compare

What's Changed

  • fix issue with max_sample_size_embeddings argument
  • improved README

Full Changelog: 1.1.0...1.1.2

mostlyai-qa 1.1.0

19 Nov 10:36

Choose a tag to compare

What's Changed

  • add package version (#1)
  • fix typo in README (#2)
  • harmonize max_sample_size_embeddings (#3)
  • changed defaults for max_sample_size to unlimited (#3)
  • drop zero-sequence-length records in pull_data_for_accuracy (#4)

Full Changelog: 1.0.0...1.1.0

mostlyai-qa 1.0.0

19 Nov 10:32

Choose a tag to compare

Initial Commit

  • Generate HTML report
  • Calculate Accuracy, Similarity and Distances metrics