Skip to content

Commit dfba8aa

Browse files
authored
Merge #446 from hakonanes/expediate-removal-convention-parameter
Expedite removal convention parameter in from/to_euler() methods
2 parents 87fb7cb + 6416323 commit dfba8aa

File tree

11 files changed

+221
-121
lines changed

11 files changed

+221
-121
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Added
1414

1515
Changed
1616
-------
17+
- The ``convention`` parameter in ``from_euler()`` and ``to_euler()`` will be removed in
18+
the next minor release, 0.13, instead of release 1.0 as previously stated.
1719

1820
Deprecated
1921
----------

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"nbval": ("https://nbval.readthedocs.io/en/latest", None),
6262
"numpy": ("https://numpy.org/doc/stable", None),
6363
"numpydoc": ("https://numpydoc.readthedocs.io/en/latest", None),
64-
"pymicro": ("https://pymicro.readthedocs.io/projects/pymicro/en/latest", None),
6564
"pytest": ("https://docs.pytest.org/en/stable", None),
6665
"python": ("https://docs.python.org/3", None),
6766
"pyxem": ("https://pyxem.readthedocs.io/en/latest", None),

0 commit comments

Comments
 (0)