-
Notifications
You must be signed in to change notification settings - Fork 51
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 #341 from hakonanes/post-0.9.0-release-updates
Post 0.9.0 release updates
- Loading branch information
Showing
7 changed files
with
53 additions
and
29 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,30 +1,32 @@ | ||
[ | ||
{ | ||
"creators": [ | ||
{ | ||
"name":"Håkon Wiik Ånes", | ||
"orcid": "0000-0002-1213-2911", | ||
"affiliation": "Norwegian University of Science and Technology" | ||
"name": "Håkon Wiik Ånes", | ||
"orcid": "0000-0002-1213-2911", | ||
"affiliation": "Norwegian University of Science and Technology" | ||
}, | ||
{ | ||
"name":"Ben Martineau" | ||
"name": "Ben Martineau" | ||
}, | ||
{ | ||
"name":"Phillip Crout", | ||
"orcid": "0000-0001-5754-0938" | ||
"name": "Phillip Crout", | ||
"orcid": "0000-0001-5754-0938" | ||
}, | ||
{ | ||
"name":"Paddy Harrison", | ||
"orcid": "0000-0001-9798-8710", | ||
"affiliation": "SIMaP, Grenoble INP" | ||
"name": "Paddy Harrison", | ||
"orcid": "0000-0001-9798-8710", | ||
"affiliation": "SIMaP, Grenoble INP" | ||
}, | ||
{ | ||
"name":"Duncan Johnstone", | ||
"orcid": "0000-0003-3663-3793" | ||
"name": "Duncan Johnstone", | ||
"orcid": "0000-0003-3663-3793" | ||
}, | ||
{ | ||
"name":"Niels Cautaerts", | ||
"orcid": "0000-0002-6402-9879" | ||
"name": "Niels Cautaerts", | ||
"orcid": "0000-0002-6402-9879" | ||
}, | ||
{ | ||
"name":"Simon Høgås" | ||
"name": "Simon Høgås" | ||
} | ||
] | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: doc-dependencies-for-binder | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- pip | ||
- pip: | ||
- --editable .[doc] |
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,5 +1,5 @@ | ||
__name__ = "orix" | ||
__version__ = "0.9.0" | ||
__version__ = "0.10.dev0" | ||
__author__ = "orix developers" | ||
__author_email__ = "[email protected]" | ||
__description__ = "orix is an open-source Python library for handling crystal orientation mapping data." | ||
|