Skip to content

Releases: rungalileo/dataquality

v0.2.3

26 Apr 22:03
4f73a60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

21 Apr 23:55
06e69f7
Compare
Choose a tag to compare

:)

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

21 Apr 23:07
dd5e584
Compare
Choose a tag to compare

What's Changed

v0.2.0

21 Apr 22:25
8f978d9
Compare
Choose a tag to compare

This release comes with a number of major improvements and breaking changes to main APIs

Breaking changes

  • log_input_data has been renamed to log_data_samples
    • the text parameter has also been renamed to texts
  • in log_model_ouputs, the emb parameter has been renamed to embs
  • dataquality.core.integrations has been moved to dataquality.integrations
    • For example, from dataquality.core.integrations.spacy import watch, log_input_examples you would now write from dataquality.integrations.spacy import watch, log_input_examples

What's new

  • log_dataset allows you to log any Iterable, pandas DataFrame or vaex DataFrame directly
  • log_data_sample allows you to log a single sample if necessary.
    • We recommend logging in batches using either log_dataset or log_data_samples as they will be more performant.

What's Changed

Full Changelog: 0.1.5...v0.2.0

0.1.5

13 Apr 18:43
00bc2d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...0.1.5

v0.1.4

06 Apr 07:08
09603ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

24 Mar 22:43
90cc31f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

21 Mar 21:28
4deebaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

18 Mar 16:47
b7350a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

16 Mar 00:12
807468a
Compare
Choose a tag to compare

This release is a patch

v0.1.0-beta has the changelog but is missing the update to the version

What's Changed

Full Changelog: v0.1.0...v0.1.0-release