Skip to content

Releases: whylabs/whylogs

v0.6.5

14 Sep 18:41
Compare
Choose a tag to compare

whylogs release v0.6.5

Hi everyone! We’ve now released whylogs 0.6.5 πŸš€.
Whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½β€πŸ”¬

This version includes:

πŸ› Bug Fixes

  • Fix body of release version bump PR on release process #305 [@lalmei]

✨ Features

v0.6.4

07 Sep 21:04
Compare
Choose a tag to compare

whylogs release v0.6.4

Hi everyone! We’ve now released whylogs 0.6.4 πŸš€.
Whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½β€πŸ”¬

This version includes:

πŸ› Bug Fixes

  • Fix model metric model_type switching and update tests #302 [@jamie256]

v0.6.2 Bug fixes and examples

31 Aug 23:06
Compare
Choose a tag to compare

whylogs release v0.6.2

Hi everyone! We’ve now released whylogs 0.6.2 πŸš€.
Whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½

Get Involved in the revolution:

  • πŸ‘©β€πŸ’» Contribute to the project via our GitHub
  • ❀️ Give us feedback or chat with our team on Slack
  • πŸ›° Push whylogs profiles directly to WhyLabs Platform for monitoring. Sign up for a free account here

This version includes:

✨ Features

πŸ› Bug Fixes

  • Stop JSONifying data. Bump schema minor version to 2 #295 [@andyndang]

πŸ—‘ Removal of fields

  • Stop tracking frequent numbers. These are tracked by frequent items at the column level as strings, so the data is duplicate for numerical columns

πŸ“š Documentation

v0.6.1 Profile Viewer and Windows Support

24 Aug 22:36
Compare
Choose a tag to compare

whylogs release v0.6.1.

Hi whylogers! We’ve now released whylogs v0.6.1, check it out! πŸš€. Whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½β€πŸ”¬
This version includes:

  • πŸ•΅πŸΌβ€β™‚οΈ Track and visualize the distributions & summary statistics of data with the whylogs profile viewer. The viewer runs locally and offline.
  • πŸ“Š Share your profile viewer with anyone as a single file. .
  • πŸ’» whylogs works natively with the latest Windows OS.
  • πŸ“š Documentation updates: Full documentation can be found at https://docs.whylabs.ai/ or Github https://github.com/whylabs/whylogs/

Get Involved in the revolution.

  • πŸ‘©β€πŸ’» Contribute to the project: https://github.com/whylabs/whylogs/
  • β™₯️ Give us feedback or chat with our team on Slack
  • πŸ›° Push whylogs profiles directly to WhyLabs Platform for monitoring. Sign up for a free account here

Detailed changelog bellow:

✨ Features

πŸ› Bug Fixes

πŸ“š Documentation

🚨 Testing

  • Add coverage for profile viewer and constraints #288 [@lalmei]
  • Make sure notebook test run in correct poetry kernel #287 [@lalmei]

v0.6.0 Bugs and Patches

17 Aug 19:33
Compare
Choose a tag to compare

whylogs release v0.6.0

Hi everyone! We’ve now released whylogs 0.6.0 πŸš€.
Whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½β€πŸ”¬

This version includes removing some packages from requirements during installation. Along with minor bug fixes, and updates to documentation.

πŸ› Bug Fixes

  • Read prediction and target field names from regression metric protobuf #279 [@cswarth]

πŸ“š Documentation

⬇️ Dependencies

  • Removing pyarrow and llvmlite from required dependecies #276 [@lalmei]
  • Loosen matplotlib dependency constraint #283 [@lalmei]
  • Remove reference package #282 [@lalmei]

🚨 CI

  • bump version in tag and mainline and publish distribution #275 [@lalmei]

Multi Profile Viewer

04 Aug 21:21
Compare
Choose a tag to compare

Hi everyone! We’ve now released whylogs v0.5.2 πŸš€.
Whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½β€πŸ”¬

This version includes:

✨ Features

πŸ› Bug Fixes

v0.5.1 Unicode release

29 Jul 21:45
Compare
Choose a tag to compare

Hi everyone! We’ve now released whylogs 0.5.1 πŸš€.
whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½β€πŸ”¬

This version includes:

  • 😊 Unicode support for stringtracker,
  • πŸ› Various bug fixes.
  • πŸ“š Documentation updates

πŸ“š Full documentation can be found at https://docs.whylabs.ai or simply head to our Github https://github.com/whylabs/whylogs to learn more., We are always open to feedback at our repo or slack http://join.slack.whylabs.ai/.

✨ Features

πŸ› Bug Fixes

  • Check additional attribute in Logger #260 [@lalmei]
  • Datasetprofiles reads and writes with smart_open #262 [@lalmei]
  • Use default config only if config is None #267 [@lalmei]
  • Handle non-string labels when serializing confusion matrix #265 [@andyndang]
  • String tracker update with custom character list #263 [@lalmei]

πŸ“š Documentation

v0.5.0 NLP metrics and Auto Segmentation Release

13 Jul 16:55
Compare
Choose a tag to compare

whylogs release v0.5.0

Hi everyone! We’ve now released whylogs v0.5.0 πŸš€. whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½β€πŸ”¬

This release includes:
πŸ“ Support for tracking NLP metrics such as Word Error Rate (WER), Match Error Rate (MER), Word Information Lost (WIL)
πŒ‹ Auto segmentation to help you discover meaningful segments in your dataset. Save segments for future use so that you can create separate profiles for each segment as data is streamed during deployment or training. Compare segments to help identify bias, and so much more!
πŸ› Various Bug fixes.
πŸ“š Documentation updates: Full documentation can be found at https://docs.whylabs.ai or Github https://github.com/whylabs/whylogs
πŸ“ˆ You can push your whylogs profiles directly to WhyLabs Platform for monitoring if you have an API key. Need an API key? Sign up for the free account here: https://bit.ly/whylabs-free-sign-up
❀️ Give us feedback or chat with our team on Slack: http://join.slack.whylabs.ai/

Below is the detailed change log:

✨ Features

πŸ› Bug Fixes

  • Fix non-tracked character positions in String Tracker merge#257 [@lalmei]
  • Fix number of tokens in StringTracker merge #256 [@lalmei]
  • Add example showing custom tokenizer for string tracking #253 [@lalmei]

πŸ“š Documentation

  • Add String Tracker Notebook example link in README #252 [@lalmei]
  • Add example showing custom tokenizer for string tracking #253 [@lalmei]
  • update release draft to use correct version number #249 [@lalmei]

πŸ”¨ Maintenance

whylogs: Release v0.4.9

30 Jun 01:07
f9f6443
Compare
Choose a tag to compare

Hi everyone! We’ve now released whylogs v0.4.9 πŸš€. This release includes support for tracking and visualizing string features, along with some bug fixes and documentation updates. Whylogs is an open standard for data and ML logging created by WhyLabs. πŸ‘©πŸ½β€πŸ”¬

This version includes:

✨ Features

  • String features such as length, word count, and character position tracking #236 [@lalmei]
  • String related visualizations for character position tracking in visualization library #236 [@lalmei]
  • Protobuf are written in serialized delimited format by default #243 [@cswarth]
    Note: To read previously default written files use datasetProfile.read_protobuf(protobuf_file_path, delimited_file=False)

πŸ› Bug Fixes

  • Store null_count in schema tracker only #234 [@andyndang]
  • Feature list in the static HTML profile viewer dynamically updates based on checked inferred types #230 [@valer-whylabs]

πŸ“š Documentation

v0.4.8

19 May 00:54
0d16a84
Compare
Choose a tag to compare

v0.4.8 Profile Viewer Release

✨ Features

πŸ“š Documentation