-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove some unnecessary code in project.py. * Make notes on possible deprecations/changes in job.py. * Replace all DeprecationWarnings with FutureWarnings. * Deprecate or makes on potentially unnecessary schema APIs. * Deprecate unnecessary utility module. * Some notes. * Revert "Replace all DeprecationWarnings with FutureWarnings." This reverts commit 102ef00. * Update comment. * Minor fixes. * Add new path properties and deprecate Project.root_directory, Job.ws, and Job.workspace. * Deprecate Job.reset_statepoint. * Add version guards for deprecated functionality. * Deprecate ProjectSchema.detect. * Deprecate ProjectSchema.__call__. * Address various minor comments. * Address most PR comments. * Add the --path parameter and deprecate --workspace. * Address PR comments. * Correctly update internal variable. * Address PR comments. * PR comments. * Fix deprecation import. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove cached_property TODOs. Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1135390
commit aca1315
Showing
14 changed files
with
324 additions
and
248 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.