Hi tobac users,
We are happy to announce the release of tobac v1.4.2. This is a minor release fixing a bug that assigned the wrong number of grid cells to the output data frame from the segmentation procedure. This release also fixes an issue with minimum distance filtering as well as an issue that caused the 2D coordinate interpolation to fail with the recently added mergers and splits.
To update to
tobac v1.4.2, you can `conda update -c
conda-forge tobac`, or whatever is appropriate for your package manager.
Feel free to join the development efforts on the GitHub here:
https://github.com/tobac-project/tobac . Also, if you know any
tobac users that aren't on this mailing list, please encourage them to subscribe so that they don't miss the latest
tobac news.
Changelog:
Bug fixes
-
Fixed a bug in the segmentation procedure that assigned the wrong grid cell areas to features in data frame #246
-
Fixed a bug in feature_detection.filter_min_distance()
that always selected the feature with the largest threshold, even if the
feature detection is targeting minima. The target is now an optional
input parameter for distance filtering #251
Fixed an issue in the 2D coordinate interpolation that
produced object data types in feature detection and made the feature input
data frame incompatible with the merge and split function #251
Thanks,
The tobac dev team