Releases: paninski-lab/lightning-pose
Releases · paninski-lab/lightning-pose
v2.2.1
What's Changed
- version arg for CLI by @themattinthehatt in #414
- LP3D docs by @themattinthehatt in #416
- update LP3D docs by @themattinthehatt in #417
- Fix: synchronize multiview DALI video readers under random_shuffle by @LennyAharon in #418
- clean up sample configs by @themattinthehatt in #419
- refactor CLI to create and smooth bboxes separately by @themattinthehatt in #420
- litpose predict on images with bbox by @themattinthehatt in #424
- litpose predict on videos with bbox by @themattinthehatt in #425
- update prints to logs by @themattinthehatt in #426
- clean up docstrings by @themattinthehatt in #427
- github actions versions check by @themattinthehatt in #428
- Bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #429
- Bump webfactory/ssh-agent from 0.9.0 to 0.10.0 by @dependabot[bot] in #430
- expand post-train eval to
_newand_testslabel files by @themattinthehatt in #431 - fix breaking change from transformers library by @themattinthehatt in #432
- hyperparameter sweep infrastructure by @themattinthehatt in #433
- update version by @themattinthehatt in #434
New Contributors
- @dependabot[bot] made their first contribution in #429
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- jaxtyping by @themattinthehatt in #404
- static typechecking by @themattinthehatt in #405
- update docs by @themattinthehatt in #406
- validate model config by @themattinthehatt in #407
- remove dead code by @themattinthehatt in #408
- refactor by @themattinthehatt in #409
- collect pca functions by @themattinthehatt in #410
- address pytorch/dali warnings by @themattinthehatt in #411
- cropzoom with static bbox size by @themattinthehatt in #412
Note: there are breaking changes introduced in this release. The CLI and API are not touched, but the following functions have moved:
lightning_pose.utils.scripts.get_imgaug_transform-->lightning_pose.data.get_imgaug_transformlightning_pose.utils.scripts.get_dataset-->lightning_pose.data.get_datasetlightning_pose.utils.scripts.get_data_module-->lightning_pose.data.get_data_modulelightning_pose.utils.scripts.get_model-->lightning_pose.models.get_modellightning_pose.utils.scripts.get_loss_factories-->lightning_pose.losses.get_loss_factorieslightning_pose.utils.scripts.compute_metrics_single-->lightning_pose.metrics.compute_metrics_singlelightning_pose.utils.scripts.get_callbacks-->lightning_pose.callbacks.get_callbacks
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
- ruff repo by @themattinthehatt in #394
- codecov by @themattinthehatt in #395
- cli tests by @themattinthehatt in #397
- codecov path aliasing by @themattinthehatt in #398
- run tests on main push by @themattinthehatt in #399
- test by @themattinthehatt in #400
- codecov repo checkout by @themattinthehatt in #402
- misc unit tests by @themattinthehatt in #403
- discover calibration file from image path by @ksikka in #401
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- remove unused manifest by @themattinthehatt in #389
- update transformers package by @themattinthehatt in #390
- move testing workflow by @themattinthehatt in #391
- fix ci by @themattinthehatt in #392
- min pandas version by @themattinthehatt in #393
Full Changelog: v2.0.9...v2.1.0
v2.0.9
What's Changed
- update readthedocs ubuntu build image by @themattinthehatt in #382
- update 3d loss docs/defaults by @themattinthehatt in #384
- no 3d aug if <3 valid 3d keypoints by @themattinthehatt in #388
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- Add Model.predict_frame() for single-frame inference by @retconrecon in #379
- pose pca loss default bugfix by @themattinthehatt in #381
New Contributors
- @retconrecon made their first contribution in #379
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- 3d reprojection heatmap loss by @themattinthehatt in #363
- README changes by @ksikka in #364
- Migration guide, new reference docs by @ksikka in #365
- Fix a broken docs link, add a migration from CLI example by @ksikka in #366
- skip tests that require figshare downloads by @themattinthehatt in #367
- Replace figshare with github releases by @ksikka in #368
- deprecation warning for old inference scripts by @themattinthehatt in #370
- handle gated repo error by @themattinthehatt in #369
- Add some docstrings about cropzoom methods by @ksikka in #371
- Docs: cpu-only app install, add/transfer existing project, github, discord, app release notes by @ksikka in #373
- Add docs for unlabeled file changes by @ksikka in #377
- Fix double loss weighting by applying weights only in LossFactory by @twheatcroft07 in #376
New Contributors
- @twheatcroft07 made their first contribution in #376
Full Changelog: v2.0.5...v2.0.6
v2.0.5
v2.0.4
What's Changed
- fix NaN gradients in 3d triangulation loss by @themattinthehatt in #358
Full Changelog: v2.0.3...v2.0.4