-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt codebase to new name Orion (#61)
Commands ran were the following: ```bash git mv src/metaopt src/orion git mv tests/functional/demo/moptconfig.yaml tests/functional/demo/orion_config.yaml git mv tests/functional/demo/moptconfig_random.yaml tests/functional/demo/orion_config_random.yaml find -path ./.git -prune -o -type f -exec sed -i 's/metaopt/orion/g' {} + find -path ./.git -prune -o -type f -exec sed -i 's/MetaOptimizer/Orion/g' {} + find -path ./.git -prune -o -type f -exec sed -i 's/MetaOpt/Orion/g' {} + find -path ./.git -prune -o -type f -exec sed -i 's/Mopt/Orion/g' {} + find -path ./.git -prune -o -type f -exec sed -i 's/moptconfig/orion_config/g' {} + find -path ./.git -prune -o -type f -exec sed -i 's/moptgroup/orion_group/g' {} + find -path ./.git -prune -o -type f -exec sed -i 's/moptfile/orion_file/g' {} + find -path ./.git -prune -o -type f -exec sed -i 's/moptdb/orion_db/g' {} + find -path ./.git -prune -o -type f -exec sed -i 's/mopt/orion/g' {} + git checkout README.rst git checkout RESEARCH.md ``` Plus a few manual fixes for flake8 and sphinx. Note: I left README.rst and RESEARCH.md as is since they are totally outdated.
- Loading branch information
Showing
58 changed files
with
424 additions
and
424 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
src/metaopt/core/_version.py export-subst | ||
src/orion/core/_version.py export-subst |
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
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
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.