-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from YttriLab/dev_3d
Updated In-App Documentation and OpenMonkeyStudio support New features: - Added extended in-app documentation for each step - Added OpenMonkeyStudio support - Added 3D Feature extraction Errors: - Caught some errors when starting but not finishing Refinement GUI: - Recovered Feature extraction step in sidebar to avoid confusion when uploading data and auto refresh is missing - Updated Menu step 5 to show correct image CleanUp: - restructured feature extraction code to split functions from extractor class (some redundancy remains) - split prediction from feature extraction - started to remove old code
- Loading branch information
Showing
20 changed files
with
2,175 additions
and
1,838 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,3 +1,3 @@ | ||
#setting up the version number in here for setup.py to read and use in asoid.__version__ | ||
__version__ = "0.3" | ||
__version__ = "0.3.1" | ||
|
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.