tobac 1.5.0 #313
freemansw1
announced in
Announcements
tobac 1.5.0
#313
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Changelog
Enhancements for Users
n_min_threshold
in feature detection can now be set for each threshold level instead of uniformly for all thresholds #208combine_feature_dataframes
now allows the retention of feature numbers #300scikit-learn
is now a required dependency;pytables
andcf-units
are no longer direct dependencies of tobac #204Bug fixes
v_max
,d_max
,d_min
) are set inlinking_trackpy
#223min_distance
infeature_detection_multithreshold
, run throughfilter_min_distance
) has been fixed to properly work whentarget=minimum
. #244float
s stayfloat
s) in feature detection #250find_axis_from_coord
utility to allow for non-dimensional coordinates to be correctly dealt with #255Documentation
Internal Enhancements
xarray_to_iris
,iris_to_xarray
,xarray_to_irispandas
,irispandas_to_xarray
) have been added for internal use that will allow the upcoming transition to xarray throughout tobac to occur more smoothly. #179utils
module has been broken up from a singleutils.py
file to multiple files inside autils
folder, allowing for ease of maintenance and fewer long code files. #191scipy.interpolate.interp2d
inadd_coordinates
andadd_coordinates_3D
has been replaced withscipy.interpolate.interpn
asinterp2d
has been deprecated. #279setup.py
updated to draw its required packages fromrequirements.txt
#288Repository Enhancements
check_formatting
CI action has been revised to install dependencies throughconda
#288Deprecations
centerofgravity.py
(calculate_cog
,calculate_cog_untracked
,center_of_gravity
) have been deprecated and will be removed or significantly changed in v2.0. #200plot_mask_cell_track_follow
,plot_mask_cell_individual_follow
,plot_mask_cell_track_static
,plot_mask_cell_individual_static
,plot_mask_cell_track_2D3Dstatic
,plot_mask_cell_track_3Dstatic
,plot_mask_cell_individual_3Dstatic
, andplot_mask_cell_track_static_timeseries
inplotting.py
have been deprecated and will be removed or significantly changed in v2.0. #200wrapper.py
(tracking_wrapper
andmaketrack
) have been deprecated and will be removed in v2.0. #200cell_statistics_all
,cell_statistics
, andcog_cell
in the analysis module have been deprecated and will be removed or significantly changed in v2.0. #207tobac.utils.combine_tobac_feats
has been renamed totobac.utils.combine_feature_dataframes
, and the original name has been deprecated and will be removed in a future release. #300All changes: v1.4.2...v1.5.0
Full Changelog: https://github.com/tobac-project/tobac/blob/d819159d08896cb4237db6dfb538a6944a879413/CHANGELOG.md
This discussion was created from the release tobac 1.5.0.
Beta Was this translation helpful? Give feedback.
All reactions