Skip to content

Releases: mostly-ai/mostlyai-qa

1.5.0

21 Jan 16:47
a8e0fee
Compare
Choose a tag to compare

What's changed

  • fix: incorrect accuracy setup calculation
  • feat: remove rich progress
  • feat: remove dependency on pickle

1.4.4

16 Jan 17:11
921248c
Compare
Choose a tag to compare

What's changed

  • refactor: refine UserWarning in case of many embeds to be calculated
  • docs: refined API docs
  • build: migrate from poetry to uv, makefile, pyupgrade and dependencies

1.4.1

18 Dec 15:52
6242052
Compare
Choose a tag to compare

What's Changed

  • docs: fix docs to point to ModelMetrics

1.4.0

18 Dec 15:44
0316744
Compare
Choose a tag to compare

What's Changed

  • fix: fix issue with KDE plots for constant columns in synthetic
  • refactor: rename Metrics to ModelMetrics

1.3.5

17 Dec 15:13
1e996b4
Compare
Choose a tag to compare

What's Changed

  • Remove embedder from package, and download on demand
  • regrouping pyproject.toml

Full Changelog: 1.3.3...1.3.5

1.3.3

11 Dec 14:20
77cc9f3
Compare
Choose a tag to compare

What's Changed

  • (docs) refine docs
  • (chore) flag methods and modules as internal
  • (refactor) replace fixtures with dynamic mock data
  • (refactor) use default device for embeddings
  • (fix) fix key mismatch
  • (fix) define module within mostlyai namespace

1.3.2

07 Dec 14:02
833459f
Compare
Choose a tag to compare

What's Changed

  • refactored Makefile
  • simplified docs layout
  • fixed issue with reading large Int64 columns
  • fixed issue with binning of bool columns
  • fixed issue with binning of constant datetime columns

Full Changelog: 1.3.1...1.3.2

1.3.1

04 Dec 21:59
1e52047
Compare
Choose a tag to compare

What's Changed

  • updated pypi package info
  • move code folder one level up
  • fix compatibility with pandas 2.0

Full Changelog: 1.3.0...1.3.1

1.3.0

29 Nov 19:14
738c0df
Compare
Choose a tag to compare

What's Changed

  • provide docs
  • use rich.Progress as default progress
  • new interface for progress reporting
  • relax pandas dependency to 2.0

Full Changelog: 1.2.1...1.3.0

1.2.1

28 Nov 12:14
8a5e8b2
Compare
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