Sean Freeman
Sean Freeman
Updates from #170 for merging into Main. Only one PR in this release. Checklist for the release is in #171.
Checklist for releasing v1.3.3: - [x] Bump version in `setup.py` in `Hotfix` - [x] Add changelog for v1.3.3 in `Hotfix` - [ ] Merge `Hotfix` into `main` - [ ]...
Like many other packages, we should report our version number when calling `__version__` from the main `tobac` package. It looks like there are canonical ways to do this here: https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
In feature detection, we don't sort `threshold`, leading to different behavior depending on how the user has ordered things. Given that we know we want to go from less extreme...
I think that this gets back to the discussion in #149, but the `extrapolate` parameter is not currently used in `linking_trackpy`. We should probably warn users when using it at...
This PR brings over most of the documentation page improvements from #127 , and should pair nicely with #138 . * [x] Have you followed our guidelines in CONTRIBUTING.md? *...
As noted by @snilsn in #155, several of the functions in `plotting.py` do not currently work. His notebook is here: https://github.com/snilsn/tobac_functions/blob/master/plotting_functions.ipynb which contains a list and description of several of...
Right now, our codecov.io integration for CI fails when coverage drops at all. I'm not sure this is desired behavior, especially when coverage drops just a little bit. We should...
I'm opening this as an overarching issue of resolving the differences between v1.x and v2.x and allowing codebases to work with either without modification. I encourage discussion of this current...
It looks like the `fill_gaps` function in tracking is never used: https://github.com/tobac-project/tobac/blob/0d098acfaad0dd5e8ac9e07bed13c3e01d42a2a8/tobac/tracking.py#L197 . I'm not quite sure what the intent of this function was, but it seems to me like...