Releases: quantumjot/btrack
Releases · quantumjot/btrack
v0.7.0
btrack v0.7.0
🎉 Major release to provide updated compatibility with napari 0.6!
What's Changed
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot[bot] in #410
- Update .readthedocs.yaml by @quantumjot in #415
- Unpin pydantic by @kephale in #414
- Update runners by @quantumjot in #417
- Cleanup by @quantumjot in #416
- Update deploy workflow by @quantumjot in #419
- Update deploy workflow by @quantumjot in #420
- workflow updates by @quantumjot in #423
- update to verbose deployment by @quantumjot in #424
- add back pypi deployment by @quantumjot in #425
New Contributors
- @dependabot[bot] made their first contribution in #410
- @kephale made their first contribution in #414
Full Changelog: v0.6.5...v0.7.0
v0.7.0rc1
What's Changed
🎉 Major release to provide updated compatibility with napari 0.6!
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot[bot] in #410
- Update .readthedocs.yaml by @quantumjot in #415
- Unpin pydantic by @kephale in #414
- Update runners by @quantumjot in #417
- Cleanup by @quantumjot in #416
- Update deploy workflow by @quantumjot in #419
- Update deploy workflow by @quantumjot in #420
- workflow updates by @quantumjot in #423
- update to verbose deployment by @quantumjot in #424
- add back pypi deployment by @quantumjot in #425
New Contributors
- @dependabot[bot] made their first contribution in #410
- @kephale made their first contribution in #414
Full Changelog: v0.6.5...v0.7.0
v0.6.6rc5
What's Changed
- update to verbose deployment by @quantumjot in #424
Full Changelog: v0.6.6rc3...v0.6.6rc5
v0.6.6rc4
What's Changed
- update to verbose deployment by @quantumjot in #424
Full Changelog: v0.6.6rc3...v0.6.6rc4
v0.6.6rc3
v0.6.6rc2
What's Changed
- Update deploy workflow by @quantumjot in #420
Full Changelog: v0.6.6rc1...v0.6.6rc2
What's Changed
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #410
- Update .readthedocs.yaml by @quantumjot in #415
- Unpin pydantic by @kephale in #414
- Update runners by @quantumjot in #417
- Cleanup by @quantumjot in #416
- Update deploy workflow by @quantumjot in #419
- Update deploy workflow by @quantumjot in #420
New Contributors
- @dependabot made their first contribution in #410
- @kephale made their first contribution in #414
Full Changelog: v0.6.5...v0.6.6rc2
v0.6.6rc1
What's Changed
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #410
- Update .readthedocs.yaml by @quantumjot in #415
- Unpin pydantic by @kephale in #414
- Update runners by @quantumjot in #417
- Cleanup by @quantumjot in #416
- Update deploy workflow by @quantumjot in #419
New Contributors
- @dependabot made their first contribution in #410
- @kephale made their first contribution in #414
Full Changelog: v0.6.5...v0.6.6rc1
v0.6.5
What's Changed
- Update README.md by @quantumjot in #397
- Correct passing of arguments
optimize->optimizeby @ianhi in #401 - Remove napari hub preview by @quantumjot in #403
- fixed centroid_type error for multichannel intensity_images by @nthndy in #398
- Fix linting error following #398 merge by @quantumjot in #404
New Contributors
Full Changelog: v0.6.4...v0.6.5
v0.6.4
What's Changed
- Testing C++11 compilation by @quantumjot in #309
- Switch out
magicguiin favour ofQtWidgetsby @paddyroddy in #350 - Create tabbed widgets by @paddyroddy in #355
- Add support for
3.11by @paddyroddy in #353 - Expose
prob_not_assignin the plugin by @p-j-smith in #357 - Changes to
update_segmentationby @nthndy in #354 - Show progress bar in plugin when running tracking by @p-j-smith in #358
- Remove excess spacing between the tab widget and the Run button by @p-j-smith in #359
- Add tooltips to all labels - not just to the widgets themselves by @p-j-smith in #360
- Add prune to manifest by @quantumjot in #364
- Ignore dummy objects when guessing ndim in
utils.tracks_to_napariby @p-j-smith in #365 - Change hypotheses boxes to
QListWidgetto reduce space by @paddyroddy in #363 - Change widget heading names by @paddyroddy in #367
- Move stuff from motion to match original picture by @paddyroddy in #368
- Add title, logo, and docs link by @paddyroddy in #370
- Change to default
blackby @paddyroddy in #332 - Add default ranges for numerical issues by @paddyroddy in #376
- Change values from
0.001to0.1/ use config frombtrack-examplesby @paddyroddy in #374 - Upgrade
cvxoptby @paddyroddy in #348 - Move
fixtures intoconftest.pyby @paddyroddy in #331 - Don't set widget values in the widgets (as done from file) by @paddyroddy in #379
- Update registry with new commit hash by @paddyroddy in #382
- Add writer to plugin for exporting a Tracks layer to hdf by @p-j-smith in #369
- Improvements to hypothesis tab by @paddyroddy in #378
- Turn off
codecov/patchby @paddyroddy in #390 - Some typing changes, general improvements, utilising generators etc. by @paddyroddy in #328
- Clarify some variable names and save by file stem as default by @paddyroddy in #391
- Add generation to docstrings by @quantumjot in #394
- Update napari hub DESCRIPTION.md by @quantumjot in #395
Full Changelog: v0.6.3...v0.6.4
v0.6.4rc3
What's Changed
- Testing C++11 compilation by @quantumjot in #309
- Switch out
magicguiin favour ofQtWidgetsby @paddyroddy in #350 - Create tabbed widgets by @paddyroddy in #355
- Add support for
3.11by @paddyroddy in #353 - Expose
prob_not_assignin the plugin by @p-j-smith in #357 - Changes to
update_segmentationby @nthndy in #354 - Show progress bar in plugin when running tracking by @p-j-smith in #358
- Remove excess spacing between the tab widget and the Run button by @p-j-smith in #359
- Add tooltips to all labels - not just to the widgets themselves by @p-j-smith in #360
- Add prune to manifest by @quantumjot in #364
- Ignore dummy objects when guessing ndim in
utils.tracks_to_napariby @p-j-smith in #365 - Change hypotheses boxes to
QListWidgetto reduce space by @paddyroddy in #363 - Change widget heading names by @paddyroddy in #367
- Move stuff from motion to match original picture by @paddyroddy in #368
- Add title, logo, and docs link by @paddyroddy in #370
- Change to default
blackby @paddyroddy in #332 - Add default ranges for numerical issues by @paddyroddy in #376
- Change values from
0.001to0.1/ use config frombtrack-examplesby @paddyroddy in #374 - Upgrade
cvxoptby @paddyroddy in #348 - Move
fixtures intoconftest.pyby @paddyroddy in #331 - Don't set widget values in the widgets (as done from file) by @paddyroddy in #379
- Update registry with new commit hash by @paddyroddy in #382
- Add writer to plugin for exporting a Tracks layer to hdf by @p-j-smith in #369
- Improvements to hypothesis tab by @paddyroddy in #378
- Turn off
codecov/patchby @paddyroddy in #390 - Some typing changes, general improvements, utilising generators etc. by @paddyroddy in #328
- Clarify some variable names and save by file stem as default by @paddyroddy in #391
- Add generation to docstrings by @quantumjot in #394
Full Changelog: v0.6.3...v0.6.4rc3
