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.2, which is now available on conda-forge and (new!) on PyPi via pip.
This is a feature release with some new features. The primary new feature is a complete overhaul of our documentation website, tobac.io. The new website features new examples, much improved documentation pages, and new and clearer API documentation. If you haven't visited the documentation page in a while, we encourage you to check it out.
Thanks,
The tobac dev team
Changelog
Changelog
Enhancements for Users
Updated Python version requirements to Python 3.9-3.13. This fixes bugs with Python 3.14 issues upstream, and allows us to introduce thorough typechecking (Python >=3.9) in tobac. #532, #541
Added support for calculating 3D velocity components. #530
Added support for returning the detected field from feature detection #488
Documentation
The documentation pages have been overhauled to use a new, modern theme and have had several pages added to them. #477
Multiple new examples were added to the documentation #486, #492, #500
Internal Enhancements
Updated pyproject.toml and removed setup.py to support eventual release on PyPi #537