Skip to content

whylogs: Release v0.4.9

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 01:07
· 882 commits to mainline since this release
f9f6443

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