Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.13.3 release #538

Merged
merged 23 commits into from
Jan 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ae9dcd5
Merge #522 whcih improves the cif reader
pc494 Sep 20, 2024
c8f46ee
Merge branch 'main' into main-into-develop-after-0.13.1
hakonanes Sep 21, 2024
b3c1be0
Fix Python compat button in README
hakonanes Sep 21, 2024
3915d30
Set version to 0.14.dev1
hakonanes Sep 21, 2024
e5b7fcb
Yet another section of "Unreleased" in changelog awaiting text
hakonanes Sep 21, 2024
9af5270
Merge pull request #524 from hakonanes/main-into-develop-after-0.13.1
hakonanes Sep 21, 2024
9cc4ffc
Merge branch 'main' into update-develop-after-0.13.2
hakonanes Oct 5, 2024
111fd03
Minimal versions of diffpy.structure and Matplotlib requires NumPy <2
hakonanes Oct 5, 2024
b19b2d3
Merge pull request #529 from hakonanes/update-develop-after-0.13.2
hakonanes Oct 5, 2024
d73a8a8
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Oct 7, 2024
0daa809
Merge pull request #530 from pyxem/pre-commit-ci-update-config
hakonanes Oct 8, 2024
c3a4dda
Avoid expensive deepcopy when rotating Miller
viljarjf Dec 10, 2024
8ac149f
Merge pull request #533 from viljarjf/speedup-miller-rotation
hakonanes Dec 15, 2024
c703872
Update type hints in symmetry module to >= 3.10
hakonanes Dec 15, 2024
a485687
Complete EDAX point group aliases, rename dictionary to something mor…
hakonanes Dec 15, 2024
9e7427d
Merge pull request #537 from hakonanes/534-complete-edax-symmetry-ali…
hakonanes Dec 30, 2024
6c6a431
Add licenseheaders pre-commit hook, only update year when file changes
hakonanes Dec 30, 2024
73fe5fc
Add pre-commit hook install to dev installation guide
hakonanes Dec 30, 2024
459513c
Add licenseheaders to dev dependencies
hakonanes Dec 30, 2024
bef4c24
Use numpy.vstack instead of row_stack
hakonanes Dec 30, 2024
cf2d7c9
Update changelog for 0.13.3
hakonanes Dec 30, 2024
09951e6
Set version to 0.13.3
hakonanes Dec 30, 2024
288da77
Fix whitespaces in license template, skip licenseheaders pre-commit
hakonanes Jan 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set version to 0.14.dev1
Signed-off-by: Håkon Wiik Ånes <[email protected]>
hakonanes committed Sep 21, 2024
commit 3915d305592544bab1e9faa0a4ccc5e94eed8a2c
2 changes: 1 addition & 1 deletion orix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.13.1"
__version__ = "0.14.dev1"
# Sorted by line contributions (ideally excluding lines in notebook files)
__credits__ = [
"Håkon Wiik Ånes",