Releases: rungalileo/dataquality
Releases · rungalileo/dataquality
v0.2.3
What's Changed
- Update inference demo notebook by @elboy3 in #252
- Add pytest env for testing by @elboy3 in #253
- handle bad console urls better by @Ben-Epstein in #254
- Removing unfortunate random names by @nikita-galileo in #255
- Bug/ner no ids by @Ben-Epstein in #257
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
What's Changed
- fix run status by @Ben-Epstein in #250
v0.2.0
This release comes with a number of major improvements and breaking changes to main APIs
Breaking changes
log_input_data
has been renamed tolog_data_samples
- the
text
parameter has also been renamed totexts
- the
- in
log_model_ouputs
, theemb
parameter has been renamed toembs
dataquality.core.integrations
has been moved todataquality.integrations
- For example,
from dataquality.core.integrations.spacy import watch, log_input_examples
you would now writefrom dataquality.integrations.spacy import watch, log_input_examples
- For example,
What's new
log_dataset
allows you to log anyIterable
, pandasDataFrame
or vaexDataFrame
directlylog_data_sample
allows you to log a single sample if necessary.- We recommend logging in batches using either
log_dataset
orlog_data_samples
as they will be more performant.
- We recommend logging in batches using either
What's Changed
- Feature/log dataset by @Ben-Epstein in #222
- Changing usage of emb to embs for public consistency by @nikita-galileo in #209
- Feature/progress fatigue by @Ben-Epstein in #229
- prob_only at split level: by @Ben-Epstein in #230
- validate input on upload by @Ben-Epstein in #233
- move config to home, remove kwargs from log outputs by @Ben-Epstein in #234
- Test spacy does not log misaligned entities by @nikita-galileo in #235
- 🧹 cleanup login error message by @Ben-Epstein in #240
- change error by @Ben-Epstein in #241
- fix notebook by @Ben-Epstein in #244
- Handle ner label edge cases by @nikita-galileo in #243
- Tests to check for spacy log_input_examples List[Tuple] instead of List[Example] by @nikita-galileo in #245
- Feature/logging stdout by @Ben-Epstein in #242
- Checking for uninitialized spacy nlp by @nikita-galileo in #246
- Feature/move integrations by @Ben-Epstein in #238
- Stdout logging to model_logger text_ner by @nikita-galileo in #247
- added docs everywhere by @Ben-Epstein in #249
Full Changelog: 0.1.5...v0.2.0
0.1.5
What's Changed
- Restrict run and project names by @Ben-Epstein in #214
- cleaner reset run to avoid cache issues by @Ben-Epstein in #215
- Spacy Inference placeholder 'coming soon' message w/test by @nikita-galileo in #203
- fix regression for duplicate ids by @Ben-Epstein in #217
- codeowners by @Ben-Epstein in #218
- release-0-1-5 by @Ben-Epstein in #223
Full Changelog: v0.1.4...0.1.5
v0.1.4
What's Changed
- Inference support by @elboy3 in #189
- Fixing low spacy F1 by @nikita-galileo in #211
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Small test improvements by @elboy3 in #200
- Support for long samples by @nikita-galileo in #202
- Update init.py by @Ben-Epstein in #204
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- add issue link to comment by @Ben-Epstein in #186
- Short-samples only release of dataquality client by @nikita-galileo in #197
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Update init.py by @Ben-Epstein in #182
- Spacy small fixes by @nikita-galileo in #184
- Feature/reprocess run with labels by @Ben-Epstein in #176
- update contributing by @Ben-Epstein in #187
- Release 0.1.1 by @Ben-Epstein in #196
Full Changelog: v0.1.0...v0.1.1
v0.1.0
This release is a patch
v0.1.0-beta has the changelog but is missing the update to the version
What's Changed
- Update init.py by @Ben-Epstein in #182
Full Changelog: v0.1.0...v0.1.0-release