whylogs: Release v0.4.9
github-actions
released this
30 Jun 01:07
·
936 commits
to mainline
since this release
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 usedatasetProfile.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
- Added Content profile viewer #239 [@valer-whylabs]
- Notebook example for string tracking #236 [@lalmei]