-
Notifications
You must be signed in to change notification settings - Fork 2
Remove deprecated features in 1.0.0 #67
Copy link
Copy link
Open
Labels
blockedThis cannot be done yet because of some dependenciesThis cannot be done yet because of some dependenciesbreaking changesThis issue will cause a breaking change (or deprecation warning).This issue will cause a breaking change (or deprecation warning).refactoringCode refactoring, clean up and other code maintenance work.Code refactoring, clean up and other code maintenance work.
Milestone
Metadata
Metadata
Assignees
Labels
blockedThis cannot be done yet because of some dependenciesThis cannot be done yet because of some dependenciesbreaking changesThis issue will cause a breaking change (or deprecation warning).This issue will cause a breaking change (or deprecation warning).refactoringCode refactoring, clean up and other code maintenance work.Code refactoring, clean up and other code maintenance work.
Before releasing the 1.0.0 version, we need to cleanup the code a bit.
One part of this is removing features or compatibility measures that are marked as "deprecated", e.g. compatibility imports for moved modules, and the
create_with_defaults()method in the ValidataclassMixin.NOTE: To avoid breaking changes, this needs to be done in the 1.0.0 release and not any earlier.