version bump 3.0.1 - #3423
Merged
Merged
Conversation
deruyter92
force-pushed
the
jaap/update-deprecation-markers
branch
2 times, most recently
from
July 21, 2026 06:49
add1845 to
30c469d
Compare
deruyter92
force-pushed
the
release/version_3_0_1
branch
from
July 21, 2026 16:39
71020f3 to
a652792
Compare
deruyter92
marked this pull request as ready for review
July 21, 2026 16:41
AlexEMG
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR should consolidate the new version before release, and can be merged after merging the following PRs that should be included:
ctd_conditions/conditions_provider+ addConditionsConfig+ fixInferenceConfig#3387See draft changelog below:
DeepLabCut 3.0.1 - a stability release with a major documentation overhaul and a new structured configuration system.
Highlights
Comprehensive documentation audit — The user guide has been thoroughly reviewed, updated, and improved. Please check out:
Structured & validated configurations — The config system has been migrated to typed Pydantic models. Existing config.yaml files remain fully compatible, but configs are now schema-validated on load with clear error messages for invalid entries. Some user-benefits include:
ProjectConfig: load and save yourconfig.yamlwith full schema validation — typos, wrong types, or invalid values are caught immediately with clear error messages.cfg.print()orpretty_print(cfg)to inspect any config in a readable tree.DLCVersionedConfigtracks which fields have been modified since the config was loaded from YAML, so when saving back to disk,log_changes()can report exactly what was changed.Summarized Changelog
pathlib.Pathinstead ofstr(first phase) by @deruyter92 in Migrate topathlib.Pathinstead ofstr(first phase) #3350ctd_conditions/conditions_provider+ addConditionsConfig+ fixInferenceConfigby @deruyter92 in Refactorctd_conditions/conditions_provider+ addConditionsConfig+ fixInferenceConfig#3387uv.lockonly) by @deruyter92 in bump torch to version 2.13 (updateuv.lockonly) #3400Full Changelog: v3.0.0...v3.0.1