-
-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking : Defaults list package rename support removed #1140
Labels
maintenance
Project maintenance
Milestone
Comments
omry
changed the title
Breaking : Package rename support removed
Breaking : Defaults list package rename support removed
Nov 16, 2020
shagunsodhani
added a commit
to shagunsodhani/hydra
that referenced
this issue
Jan 4, 2021
Support for overriding the package via the command line is deprecated since Hydra 1.0.5 and will be removed in Hydra 1.1. For more details, refer facebookresearch#1140.
shagunsodhani
added a commit
to shagunsodhani/hydra
that referenced
this issue
Jan 7, 2021
Support for overriding the package via the command line is deprecated since Hydra 1.0.5 and will be removed in Hydra 1.1. For more details, refer facebookresearch#1140.
shagunsodhani
added a commit
that referenced
this issue
Jan 7, 2021
* Add deperication warning for overriding package via cmd. Support for overriding the package via the command line is deprecated since Hydra 1.0.5 and will be removed in Hydra 1.1. For more details, refer #1140. * Correctly raise the warning after creating the override class * Update the tests to work with the depreciation warning * Fix formatting of the error message * Fix some broken tests * Simplify testing logic * Simplify tests * Simplify tests * Add two tests checking for package rename * Format message using dedent * Format message using dedent * Add NEWS Entry
shagunsodhani
added a commit
to shagunsodhani/hydra
that referenced
this issue
Jan 7, 2021
omry
pushed a commit
that referenced
this issue
Jan 7, 2021
shagunsodhani
added a commit
to shagunsodhani/hydra
that referenced
this issue
Jan 8, 2021
shagunsodhani
added a commit
that referenced
this issue
Jan 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hydra 1.0 introduced a rarely used capability to rename packages from overrides.
This feature will be removed in Hydra 1.1 because supporting it with recursive defaults - a much requested feature - is extremely difficult.
As such, is it deprecated as of Hydra 1.0.5 and should no longer be used.
If you are relying on it, please comment on this issue.
The text was updated successfully, but these errors were encountered: