You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tobac
Dear tobac users,
We are pleased to announce the release of tobac v1.6.3, which is now available on conda-forge and on PyPI via pip.
This is primarily a bugfix release with a few new features. This release limits our compatibility to Pandas versions 1 and 2, as Pandas version 3 introduced some breaking changes. We are hard at work on providing Pandas v3 compatibility, which is planned to come as part of v1.6.4.
Thanks,
The tobac dev team
Changelog
Enhancements
for Users
Return empty DataFrame with the
proper output format when no features are detected, rather
than None. #550
Bug fixes
Limited pandas support to versions 1
and 2 while pandas 3 compatibility is added #554
Fix an incompatibility between the
license file and the license string in pyproject.toml #546
Internal
Enhancements
Added continuous deployment file to
deploy to PyPI/TestPyPI automatically #548