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

Main into develop after 0.10.0 #683

Merged
merged 12 commits into from
Sep 21, 2024

Conversation

hakonanes
Copy link
Member

Description of the change

Bring changes on main into develop after the 0.10.0 release.

Restrict SciPy < 1.14 until HyperSpy 2.0 is supported, since the latter < 2.0.1 imports scipy.integrate.simps, which in SciPy 1.14 was removed (replaced by simpson).

Comment out a test for dictionary indexing of an EBSD signal with a single pattern and no navigation dimension, which previously passed. The error comes from checking xmap.y, with inconsistent array indexing. Will have to investigate further.

Progress of the PR

For reviewers

  • The PR title is short, concise, and will make sense 1 year later.
  • New functions are imported in corresponding __init__.py.
  • New features, API changes, and deprecations are mentioned in the unreleased
    section in CHANGELOG.rst.
  • New contributors are added to release.py, .zenodo.json and
    .all-contributorsrc with the table regenerated.

@hakonanes hakonanes added the maintenance This relates to package maintenance label Sep 21, 2024
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@hakonanes hakonanes merged commit e5fad49 into pyxem:develop Sep 21, 2024
12 checks passed
@hakonanes hakonanes deleted the main-into-develop-after-0.10.0 branch September 21, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance This relates to package maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant