Skip to content

Commit

Permalink
Merge pull request #82 from dnjohnstone/master
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
dnjohnstone authored Jul 21, 2020
2 parents 207034f + 59a2292 commit 1bd2dbe
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 18 deletions.
6 changes: 3 additions & 3 deletions orix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
__name__ = "orix"
__version__ = "0.3.0dev"
__author__ = "Ben Martineau, Phillip Crout"
__version__ = "0.3.0"
__author__ = "Ben Martineau, Phillip Crout, Håkon Wiik Ånes, Duncan Johnstone"
__author_email__ = "[email protected]"
__description__ = (
"Orientation, rotation, quaternion, and crystal symmetry handling in Python."
)
__credits__ = [
"Ben Martineau",
"Phillip Crout",
"Duncan Johnstone",
"Håkon Wiik Ånes",
"Duncan Johnstone",
"Simon Høgås",
]
2 changes: 1 addition & 1 deletion orix/base/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/objects.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/plot/rotation_plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/orientation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/orientation_region.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/rotation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/quaternion/symmetry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/scalar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/symmetry.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/tests/test_rotation_plot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/vector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/vector/neo_euler.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
2 changes: 1 addition & 1 deletion orix/vector/spherical_region.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright 2018-2019 The pyXem developers
# Copyright 2018-2020 The pyXem developers
#
# This file is part of orix.
#
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
Expand Down

0 comments on commit 1bd2dbe

Please sign in to comment.