Deeplabcut

Latest version: v2.3.10

Safety actively analyzes 641002 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 10

2.3.4

New Contributors
* yarikoptic made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2217
* xun468 made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2221

**Full Changelog**: https://github.com/DeepLabCut/DeepLabCut/compare/v2.3.2...v2.3.4

Funding includes [ChanZuckerberg Initiative's Essential Open Source Software for Science](https://chanzuckerberg.com/eoss/). Thanks!

2.3.2

This release note summarizes changes in v2.3.1 and 2.3.2 jointly.

What's Changed
* improve model zoo install and docs by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2105
* depreciated modelzoo urls by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2113
* Auto-load video and data when manually extracting outliers by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2114
* Fix typo by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2119
* Better handling failures in video creating GUI by kngwyu in https://github.com/DeepLabCut/DeepLabCut/pull/2075
* Fix typo in add_new_videos function documentation. by rojasgabriel in https://github.com/DeepLabCut/DeepLabCut/pull/2129
* Fix typo by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2135
* Add warning message during calibration when no complete poses are found by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2131
* extracted defs from main functions by xarisot in https://github.com/DeepLabCut/DeepLabCut/pull/2122
* Label video when num_outputs > 1 (and overwriting flag) by ludovicbellier in https://github.com/DeepLabCut/DeepLabCut/pull/2096
* Fix keypoint location in create_labeled_video after cropped analysis by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2147
* Fix typo in argument given to GUI's deeplabcut.filterpredictions by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2148
* Refine manual frames by jonahpearl in https://github.com/DeepLabCut/DeepLabCut/pull/2045
* pin torch to less than 1.12 by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2156
* Model Zoo new API by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2109
* V2.3.1 by AlexEMG in https://github.com/DeepLabCut/DeepLabCut/pull/2168
* Add missing data file in setup.py by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2170
* Update README.md by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2175
* v232 by AlexEMG in https://github.com/DeepLabCut/DeepLabCut/pull/2176

New Contributors
* rojasgabriel made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2129
* xarisot made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2122
* jonahpearl made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2045

**Full Changelog**: https://github.com/DeepLabCut/DeepLabCut/compare/v2.3...v2.3.2

2.3

This is a major release for DeepLabCut v2.3. We switch from a wxPython based GUI to a Pyside2 based GUI with napari support!

Try it out with:

pip install 'deeplabcut[tf,gui]'==2.3

Happy Holidays!!

-->> Check out the end of the year blog!
https://deeplabcut.medium.com/2022-year-in-review-4f6546d84710


What's Changed

* Transition from wxpython to PySide2 project management GUI by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/1984
* Fix failing tests by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2007
* Mwm/docs fix by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2005
* Add style.qss to data_files in setup.py by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2015
* Fix failing tests by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2021
* Update installation.md by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2020
* Add benchmark API by stes in https://github.com/DeepLabCut/DeepLabCut/pull/1777
* Update installation.md by alesantuz in https://github.com/DeepLabCut/DeepLabCut/pull/2029
* Straightforward, functional installation on Apple Silicon // moving to PySide6 // rc2 by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2022
* Fix corrupted video analysis by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2025
* Avoid sampling of NaN center location by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2037
* Update docs by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2038
* Code for automatically updating license headers by stes in https://github.com/DeepLabCut/DeepLabCut/pull/2028
* Fix project folder property in GUI by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2039
* Use video-specific crop params in extract_outlier_frames by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2040
* Fix broken API docs by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2049
* Get an empty list if "recent_files" is None by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2051
* Clarification on installation on M1/2 Mac by KonradDanielewski in https://github.com/DeepLabCut/DeepLabCut/pull/2055
* Loading model zoo weights from hugging face. by AlexEMG in https://github.com/DeepLabCut/DeepLabCut/pull/2059
* V2.3rc3 by AlexEMG in https://github.com/DeepLabCut/DeepLabCut/pull/2060
* Fix video with all detections checkbox by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2054
* Adding dogs and cats back to model zoo (from Hugging Face). by AlexEMG in https://github.com/DeepLabCut/DeepLabCut/pull/2064
* minor change to colab notebook by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2066
* Fix circular imports on python3.7 by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2069
* do not write when frame is None by jh85 in https://github.com/DeepLabCut/DeepLabCut/pull/2065
* Test DLC on Ubuntu & python 3.7 by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2070
* Fix an outdated relative import and a missing member by kngwyu in https://github.com/DeepLabCut/DeepLabCut/pull/2074
* Move Hugging Face's pre-trained weights to the right target directory by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2076
* Fix matched frame extraction for 3d projects by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2077
* Cap TF version to 2.10 by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2087
* Update branch name to "main" in GitHub's CI workflow by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2089
* Fix "merge datasets" button action by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2085
* Do not add a new video if it already exists by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2063
* prevents replotting of existing plots during model evaluation by ludovicbellier in https://github.com/DeepLabCut/DeepLabCut/pull/2091
* Add dlclibrary for model download from zoo by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2088
* Pin napari-deeplabcut to >=0.0.9 by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2101
* Backwardscompatpath by AlexEMG in https://github.com/DeepLabCut/DeepLabCut/pull/2099
* Model Zoo Docs by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2100
* Minor COLAB modelzoo improvements by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2103

New Contributors
* jh85 made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2065
* kngwyu made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2074
* ludovicbellier made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2091


Funding includes [ChanZuckerberg Initiative's Essential Open Source Software for Science](https://chanzuckerberg.com/eoss/). Thanks!



**Full Changelog**: https://github.com/DeepLabCut/DeepLabCut/compare/v2.2.3...v2.3

2.3rc3

What's Changed

* Fix failing tests by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2007
* Mwm/docs fix by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2005
* Add style.qss to data_files in setup.py by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2015
* Fix failing tests by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2021
* Update installation.md by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2020
* Add benchmark API by stes in https://github.com/DeepLabCut/DeepLabCut/pull/1777
* Update installation.md by alesantuz in https://github.com/DeepLabCut/DeepLabCut/pull/2029
* Straightforward, functional installation on Apple Silicon // moving to PySide6 // rc2 by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2022
* Fix corrupted video analysis by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2025
* Avoid sampling of NaN center location by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2037
* Update docs by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2038
* Code for automatically updating license headers by stes in https://github.com/DeepLabCut/DeepLabCut/pull/2028
* Fix project folder property in GUI by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2039
* Use video-specific crop params in extract_outlier_frames by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2040
* Fix broken API docs by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2049
* Get an empty list if "recent_files" is None by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/2051
* Clarification on installation on M1/2 Mac by KonradDanielewski in https://github.com/DeepLabCut/DeepLabCut/pull/2055
* Loading model zoo weights from hugging face. by AlexEMG in https://github.com/DeepLabCut/DeepLabCut/pull/2059


**Full Changelog**: https://github.com/DeepLabCut/DeepLabCut/compare/v2.3rc1...v2.3rc3

Funding includes [ChanZuckerberg Initiative's Essential Open Source Software for Science](https://chanzuckerberg.com/eoss/). Thanks!

2.3rc1

This is a major release candidate for v2.3. We switch from a wxPython based GUI to a Pyside2 based GUI with napari support! Check out the PR for more details: https://github.com/DeepLabCut/DeepLabCut/pull/1984

This PR also mentions some issues that will be addressed in release candidate 2.

Feedback is welcome!

Try it out with:

pip install 'deeplabcut[gui]'==2.3rc1

What's Changed
* Transition from wxpython to PySide2 project management GUI
https://github.com/DeepLabCut/DeepLabCut/pull/1984

Funding includes [ChanZuckerberg Initiative's Essential Open Source Software for Science](https://chanzuckerberg.com/eoss/). Thanks!

2.2.3

What's Changed
* Update installation.md by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/1961
* Adding a recipe for ModelZoo by neslihanedes in https://github.com/DeepLabCut/DeepLabCut/pull/1962
* napari gui docs by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/1963
* new page, new look by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/1965
* Update README.md by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/1964
* Update the Default frame extraction algorithm. by JacobBumgarner in https://github.com/DeepLabCut/DeepLabCut/pull/1960
* MegaDetector recipe doc by Kadzon in https://github.com/DeepLabCut/DeepLabCut/pull/1967
* Update standardDeepLabCut_UserGuide.md by juliencarponcy in https://github.com/DeepLabCut/DeepLabCut/pull/1969
* Unpin scikit-image by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/1971
* add recipe for clustering in napari by sabrinabenas in https://github.com/DeepLabCut/DeepLabCut/pull/1968
* added recipe about fliplr for bats by biol-jsh in https://github.com/DeepLabCut/DeepLabCut/pull/1973
* fliplr augmentation for single animal by biol-jsh in https://github.com/DeepLabCut/DeepLabCut/pull/1945
* Active learning recipe by sfmig in https://github.com/DeepLabCut/DeepLabCut/pull/1972
* Fix deprecated np.asscalar by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/1982
* Fix weight path checks for mobilenets and efficientnets by jeylau in https://github.com/DeepLabCut/DeepLabCut/pull/1983
* Update README.md by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/1999
* DLC table by Timokleia in https://github.com/DeepLabCut/DeepLabCut/pull/2000
* v2.2.3 by MMathisLab in https://github.com/DeepLabCut/DeepLabCut/pull/2003

New Contributors
* JacobBumgarner made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/1960
* Kadzon made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/1967
* juliencarponcy made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/1969
* sabrinabenas made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/1968
* biol-jsh made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/1973
* Timokleia made their first contribution in https://github.com/DeepLabCut/DeepLabCut/pull/2000

**Full Changelog**: https://github.com/DeepLabCut/DeepLabCut/compare/v2.2.2...v2.2.3

Page 2 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.