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 for 0.12.0 release #487

Merged
merged 199 commits into from
Apr 12, 2024
Merged

Commits on Feb 27, 2023

  1. Merge pull request pyxem#432 from hakonanes/main-into-develop-post-0.…

    …11-release
    
    Main into develop post 0.11 release
    hakonanes authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e3e10a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    c3e0f24 View commit details
    Browse the repository at this point in the history
  2. Revert release version to 0.12.dev0

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    09fabf9 View commit details
    Browse the repository at this point in the history
  3. Add Unreleased section to changelog

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bd61098 View commit details
    Browse the repository at this point in the history
  4. Merge pull request pyxem#436 from hakonanes/main-into-develop-post-0.…

    …11.1-release
    
    Bring changes in main into develop after 0.11.1 release
    hakonanes authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b0226d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba0599c View commit details
    Browse the repository at this point in the history
  6. Merge pull request pyxem#438 from anderscmathisen/quat_matrix_example…

    …_fix
    
    Fixed failing example in from_matrix docs of quaternion
    hakonanes authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    87fb7cb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Add method to create vectors along a 'path' on the sphere

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    a8068b5 View commit details
    Browse the repository at this point in the history
  2. Make polar stereograhic grid use Matplotlib's 'grid.alpha'

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e45da36 View commit details
    Browse the repository at this point in the history
  3. Add example showing how to combine rotations (from left to right)

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    486d670 View commit details
    Browse the repository at this point in the history
  4. Simplify code in docs, use (e1, e2) labels in crystal stereo.

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    402ceb6 View commit details
    Browse the repository at this point in the history
  5. Remove broken doc link, mention another related project

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    02b4d7e View commit details
    Browse the repository at this point in the history
  6. Correct statement about combining transformations in example

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    2b2c69a View commit details
    Browse the repository at this point in the history
  7. Expedite removal of 'convention' in some Quaternion methods to 0.13

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    6416323 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Merge pyxem#446 from hakonanes/expediate-removal-convention-parameter

    Expedite removal convention parameter in from/to_euler() methods
    pc494 authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    dfba8aa View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Merge pull request pyxem#445 from hakonanes/create-vectors-from-path-…

    …ends
    
    Create vectors from path ends
    hakonanes authored May 2, 2023
    Configuration menu
    Copy the full SHA
    b879afd View commit details
    Browse the repository at this point in the history
  2. Add convenience function to get nice vector labels for plotting

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5d43131 View commit details
    Browse the repository at this point in the history
  3. Add parameter for coordinate offset in StereographicPlot.text()

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a1e0528 View commit details
    Browse the repository at this point in the history
  4. Improve parameter description of vector_labels in Vector3d.scatter()

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    32bc34b View commit details
    Browse the repository at this point in the history
  5. Update changelog

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    564b362 View commit details
    Browse the repository at this point in the history
  6. Rename format_vector_labels() -> format_labels()

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ac10abc View commit details
    Browse the repository at this point in the history
  7. Increase zorder of border of stereographic plot

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d005555 View commit details
    Browse the repository at this point in the history
  8. Use vector label formatting function in examples

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ee158b1 View commit details
    Browse the repository at this point in the history
  9. Use vector label formatting in tutorials

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    aa64101 View commit details
    Browse the repository at this point in the history
  10. Return array of labels instead of list from format_labels()

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    627e91c View commit details
    Browse the repository at this point in the history
  11. Fix getting labels of (hkil) or [UVTW] vectors

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e4ca221 View commit details
    Browse the repository at this point in the history
  12. Simplify getting an array of one color per family of vectors

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f5385c2 View commit details
    Browse the repository at this point in the history
  13. add label offset

    harripj authored and hakonanes committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ed126e1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request pyxem#443 from hakonanes/improve-vector-label-plac…

    …ement
    
    Improve plotting of vector labels
    hakonanes authored May 2, 2023
    Configuration menu
    Copy the full SHA
    f562362 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    68eae3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e96833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9794cb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d02ea7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    693a81f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    f147545 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Merge pull request pyxem#449 from argerlt/Class_Inheritance_Cleanup

    Splitting Misorientation and Orientation into seperate files
    hakonanes authored May 21, 2023
    Configuration menu
    Copy the full SHA
    4198b91 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Add explicit support for Python 3.11

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    c446561 View commit details
    Browse the repository at this point in the history
  2. Replace Python 3.9 test job with 3.11

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    225d491 View commit details
    Browse the repository at this point in the history
  3. List explicit support for Python 3.11 in changelog

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    a3c2862 View commit details
    Browse the repository at this point in the history
  4. Replace API token with 'trusted publisher' approach for PyPI upload

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0f02852 View commit details
    Browse the repository at this point in the history
  5. Update versions of some GitHub actions

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    9151352 View commit details
    Browse the repository at this point in the history
  6. Make readthedocs build docs with Python 3.11

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6b32e60 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge pull request pyxem#455 from hakonanes/python-3-11-support

    List explicit support for Python 3.11
    hakonanes authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2e6f783 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Install pandoc version compatible with nbconvert (nbsphinx)

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    01366d2 View commit details
    Browse the repository at this point in the history
  2. Fix PR template links

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    43348db View commit details
    Browse the repository at this point in the history
  3. Specify that also docstring lines should be capped at 72 characters

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    46ea27a View commit details
    Browse the repository at this point in the history
  4. Add *.yml files from doc/ directory to source distribution

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6209359 View commit details
    Browse the repository at this point in the history
  5. Silence some warnings related to Sphinx-Gallery in the docs

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    eef169c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Add clean-up command to Makefile, remove Windows make.bat file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8b592df View commit details
    Browse the repository at this point in the history
  2. Remove Sphinx last-updated-by-git in doc footer

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    daae860 View commit details
    Browse the repository at this point in the history
  3. Remove htmlzip build of docs to reduce build time

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    df9fbdb View commit details
    Browse the repository at this point in the history
  4. Explicitly remove Class.set() methods from API

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    83622e1 View commit details
    Browse the repository at this point in the history
  5. Describe exclusion of set() methods in dev guide for writing docs

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    36084d9 View commit details
    Browse the repository at this point in the history
  6. Re-run clustering notebooks

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8cc7271 View commit details
    Browse the repository at this point in the history
  7. Re-introduce ipykernel dependency required by nbsphinx

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    252ff39 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    7d8600e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    3a170da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab54dd View commit details
    Browse the repository at this point in the history
  3. Including changes suggested by @hakonanes

    Does not pass build or formatting tests
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9b65aa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3dd362 View commit details
    Browse the repository at this point in the history
  5. Update orix/quaternion/quaternion.py

    Co-authored-by: Håkon Wiik Ånes <[email protected]>
    argerlt and hakonanes committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ba6a43d View commit details
    Browse the repository at this point in the history
  6. Update orix/quaternion/quaternion.py

    Co-authored-by: Håkon Wiik Ånes <[email protected]>
    argerlt and hakonanes committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b8e291e View commit details
    Browse the repository at this point in the history
  7. Update orix/quaternion/quaternion.py

    Co-authored-by: Håkon Wiik Ånes <[email protected]>
    argerlt and hakonanes committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    945e778 View commit details
    Browse the repository at this point in the history
  8. Update orix/quaternion/quaternion.py

    Co-authored-by: Håkon Wiik Ånes <[email protected]>
    argerlt and hakonanes committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4ac9390 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8964381 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    db4561b View commit details
    Browse the repository at this point in the history
  11. Pass existing unit tests

    still requires additional tests to satisfy coveralls
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d7e0285 View commit details
    Browse the repository at this point in the history
  12. partial addressing of PR pyxem#450 review

    still need to complete coverage and add examples to new to/from function descriptions.
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7069ad9 View commit details
    Browse the repository at this point in the history
  13. add qu2ax, fix warnings, update tests

    Part of pyxem#450, but still not ready for final merging
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8465fc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    254959d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8241d3c View commit details
    Browse the repository at this point in the history
  16. Including changes suggested by @hakonanes

    Does not pass build or formatting tests
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3cbb987 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    caa1313 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    98aadc1 View commit details
    Browse the repository at this point in the history
  19. partial addressing of PR review

    still need to complete coverage and add examples to new to/from function descriptions.
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3fc1ad8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ea44d7c View commit details
    Browse the repository at this point in the history
  21. isort fix

    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    031c655 View commit details
    Browse the repository at this point in the history
  22. missed suggestions from previous PR review

    replaced previous #TODO with real examples, changed the wording of the warnings for rodrigues, and changed raised UserWarnings to warnings.warn
    
    Co-Authored-By: Håkon Wiik Ånes <[email protected]>
    argerlt and hakonanes committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4f1d44e View commit details
    Browse the repository at this point in the history
  23. Update quaternion.py

    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    814fcdc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ab7ab2c View commit details
    Browse the repository at this point in the history
  25. Add paper by Frank (1988) to bibliography

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1cc8740 View commit details
    Browse the repository at this point in the history
  26. Add quaternion->homochoric and improve readability

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ca3f6e1 View commit details
    Browse the repository at this point in the history
  27. Move fixtures to conftest and increase readability of tests

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    977c72b View commit details
    Browse the repository at this point in the history
  28. Remove unused imports in misorientation file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d752cd5 View commit details
    Browse the repository at this point in the history
  29. Remove unused imports and increase readability in orientation file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    20d4f98 View commit details
    Browse the repository at this point in the history
  30. Remove unused imporst and simplify orientation region methods

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e2dd3f9 View commit details
    Browse the repository at this point in the history
  31. Add from/to homochoric class methods, improve readability

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ca9bd6b View commit details
    Browse the repository at this point in the history
  32. Remove reference to deprecated neo_euler, simplify empty check

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ed6d8e9 View commit details
    Browse the repository at this point in the history
  33. Remove unused import in symmetry file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c44abeb View commit details
    Browse the repository at this point in the history
  34. Catch some deprecation warnings for neo_euler in orientation tests

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f06ec6a View commit details
    Browse the repository at this point in the history
  35. Remove unnecessary 'return None' from orientation region tests

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    5dbef35 View commit details
    Browse the repository at this point in the history
  36. Move quaternion tests to quaternion test file, test homochoric

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    da42c9d View commit details
    Browse the repository at this point in the history
  37. Add a few tests of unique rotations

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4deb549 View commit details
    Browse the repository at this point in the history
  38. Simplify docs of NeoEuler

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    12cac9d View commit details
    Browse the repository at this point in the history
  39. Remove unused import in vector file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1a5647f View commit details
    Browse the repository at this point in the history
  40. Fix quaternion docstring tests

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7faef22 View commit details
    Browse the repository at this point in the history
  41. Refer to related methods in docstrings

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4b6bb1d View commit details
    Browse the repository at this point in the history
  42. Add deprecation of from_neo_euler() and new methods to changelog

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f3f2d1e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    804a519 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5fe1c75 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    24ab51f View commit details
    Browse the repository at this point in the history
  46. Including changes suggested by @hakonanes

    Does not pass build or formatting tests
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    10f7fff View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    e567a59 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5f929c0 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    adfca5b View commit details
    Browse the repository at this point in the history
  50. partial addressing of PR pyxem#450 review

    still need to complete coverage and add examples to new to/from function descriptions.
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    61efd2b View commit details
    Browse the repository at this point in the history
  51. add qu2ax, fix warnings, update tests

    Part of pyxem#450, but still not ready for final merging
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    417b221 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    f37b801 View commit details
    Browse the repository at this point in the history
  53. Including changes suggested by @hakonanes

    Does not pass build or formatting tests
    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    abe9f0e View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    6c38d8f View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    a786a42 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    67d408a View commit details
    Browse the repository at this point in the history
  57. missed suggestions from previous PR review

    replaced previous #TODO with real examples, changed the wording of the warnings for rodrigues, and changed raised UserWarnings to warnings.warn
    
    Co-Authored-By: Håkon Wiik Ånes <[email protected]>
    argerlt and hakonanes committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b1f79bb View commit details
    Browse the repository at this point in the history
  58. Update quaternion.py

    argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    361f702 View commit details
    Browse the repository at this point in the history
  59. Add quaternion->homochoric and improve readability

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    865da42 View commit details
    Browse the repository at this point in the history
  60. Move fixtures to conftest and increase readability of tests

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    41861c3 View commit details
    Browse the repository at this point in the history
  61. Remove unused imports and increase readability in orientation file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1855bc8 View commit details
    Browse the repository at this point in the history
  62. Remove unused imporst and simplify orientation region methods

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a5597f5 View commit details
    Browse the repository at this point in the history
  63. Add from/to homochoric class methods, improve readability

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cbddc7a View commit details
    Browse the repository at this point in the history
  64. Remove unused import in vector file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes authored and argerlt committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8eb9d9d View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    3f52f17 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge pull request pyxem#450 from argerlt/Remove_Neo_Eulerian

    Adding Jit-accelerated to/from functions to quaternion class
    hakonanes authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9c59ccb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Make it clearer that Object3d is private, rename _conversions file

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fb4122f View commit details
    Browse the repository at this point in the history
  2. Improve mathematical description of quaternions

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c5fa155 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Allow reshaping 3D objects with a tuple of integers

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    cb34389 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Fix example showing combination of rotations, better describe rotatio…

    …n convention
    
    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    d3e362d View commit details
    Browse the repository at this point in the history
  2. Start to use consistent notation of variable names

    Uppercase for rotations: Q, R, O, M, S
    Lowercase for vectors: v, m (t, g)
    
    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    996acd7 View commit details
    Browse the repository at this point in the history
  3. Add inv() method replicating ~, convenient if chaining operations

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    ff0734f View commit details
    Browse the repository at this point in the history
  4. Add examples to Rotation docstring

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b89a197 View commit details
    Browse the repository at this point in the history
  5. Make new Vector3d.scatter figures layout tight by default

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    2001686 View commit details
    Browse the repository at this point in the history
  6. Add random() method to all classes inheriting from Object3d

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    15f5b4e View commit details
    Browse the repository at this point in the history
  7. Slightly improve mathematical notation description

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    8355d2c View commit details
    Browse the repository at this point in the history
  8. Update use of random() methods in tests

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b765e12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd29f54 View commit details
    Browse the repository at this point in the history
  10. Use Vector3d.random() in PDF tutorial

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    916e4bf View commit details
    Browse the repository at this point in the history
  11. Increase minimal version of Matplotlib to 3.5

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    e2a322b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Fix typos in docs

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3ad5c5e View commit details
    Browse the repository at this point in the history
  2. Use consistent mathematical notation in tutorial notebooks

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1274436 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Update notation in examples

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    92ceb7d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Improve control over members listed in API reference

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ae619f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge pull request pyxem#464 from hakonanes/complete-convention-descr…

    …iption
    
    Mathematical notation, more convenient random(), inv() equal to "~"
    hakonanes authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    51b75ff View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5c2c3f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    efaef75 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. CI: Add pre-commit CI

    CSSFrancis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    a802973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546e986 View commit details
    Browse the repository at this point in the history
  3. Black: Update CI version

    CSSFrancis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ff4b942 View commit details
    Browse the repository at this point in the history
  4. Merge pyxem#472 from CSSFrancis/add_precommit_ci

    CI: Add pre-commit CI
    pc494 authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8f98c15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26e1e7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df1948d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50b4ad6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c0ca8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    406704b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c8a04c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0fa073 View commit details
    Browse the repository at this point in the history
  12. Formatting: Run isort

    CSSFrancis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    94d3df8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    75974fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c2d98a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f943f35 View commit details
    Browse the repository at this point in the history
  16. Coverage: Update coverage

    CSSFrancis committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0700b5d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00f6bf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    ab0182f View commit details
    Browse the repository at this point in the history
  2. Changelog: PR pyxem#469

    pc494 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e75fa24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc16c1a View commit details
    Browse the repository at this point in the history
  4. Merge pyxem#469, bugfixing.

    Ensure atom positions are expressed in the new basis when initializing Phase with structure
    pc494 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    cdc314a View commit details
    Browse the repository at this point in the history
  5. Merge pyxem#473 from CSSFrancis/update_copyright

    Documentation: copyright from 2023-->2024
    pc494 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    57475f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Add @viljarjf to contributors

    viljarjf authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ba9b8ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45df09 View commit details
    Browse the repository at this point in the history
  3. Merge pull request pyxem#476 from viljarjf/update-contributors

    Add @viljarjf to contributors
    pc494 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1adb75f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e658e7b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
    pre-commit-ci[bot] authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bbfe66b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request pyxem#477 from pyxem/pre-commit-ci-update-config

    [pre-commit.ci] pre-commit autoupdate
    pc494 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d7c1b9a View commit details
    Browse the repository at this point in the history
  2. Simplify test failing on macOS with Python 3.11

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    82dc224 View commit details
    Browse the repository at this point in the history
  3. Add test dependency on pytest-rerunfailures

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    06847ce View commit details
    Browse the repository at this point in the history
  4. Rerun flaky tests using pytest-rerunfailures on GitHub CI

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c0d4123 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a5a177 View commit details
    Browse the repository at this point in the history
  6. Add Carter Francis to package credits (not just Zenodo)

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fcb632a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Remove PDF build of docs for now so that "latest" build passes

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7ee93f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Move example of creation of empty crystal map to examples gallery

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    86d03d8 View commit details
    Browse the repository at this point in the history
  2. Pass "c" to Matplotlib for setting facecolor instead of "fc"

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    92a08bf View commit details
    Browse the repository at this point in the history
  3. Encapsulate PyPI selectors in string, ".[dev]", so it works on Mac wi…

    …th zsh
    
    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f3c4a22 View commit details
    Browse the repository at this point in the history
  4. Update list of applications paper with the one from @maclariz on Ti

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b49b3f9 View commit details
    Browse the repository at this point in the history
  5. Add links to DREAM.3D and pymicro docs to our related projects docs

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2a33e3c View commit details
    Browse the repository at this point in the history
  6. Replace deprecated use of inset axes in Matplotlib

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    5ed1d15 View commit details
    Browse the repository at this point in the history
  7. Add new example showing the use of get_sample_reduced_fundamental()

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b8c55ea View commit details
    Browse the repository at this point in the history
  8. Make git ignore doc file with Sphinx-Gallery execution times

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    661a73e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Remove get_sample_zone_axis()

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5d535fb View commit details
    Browse the repository at this point in the history
  2. Add example showing how to get rotations mapping Z-vector to crystal …

    …directions
    
    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    574b205 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    4a978df View commit details
    Browse the repository at this point in the history
  2. Rephrase addition of new sampling function in changelog, remove non-u…

    …ser facing change
    
    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5d00993 View commit details
    Browse the repository at this point in the history
  3. Improve wording based on review by @CSSFrancis

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d6a5c1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35cca38 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request pyxem#483 from CSSFrancis/fix_numpy2

    Numpy 2.0.0 Fixes
    CSSFrancis authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e59adeb View commit details
    Browse the repository at this point in the history
  2. Merge pull request pyxem#478 from hakonanes/prepare-for-0.12

    Minor maintenance updates before 0.12.0 release
    hakonanes authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7a42ea2 View commit details
    Browse the repository at this point in the history
  3. Remove support for Python 3.7

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5565b46 View commit details
    Browse the repository at this point in the history
  4. Merge pull request pyxem#485 from hakonanes/drop-python-3.7-support

    Remove support for Python 3.7
    hakonanes authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0e0ef33 View commit details
    Browse the repository at this point in the history
  5. Update README to use status badge table, rephrase reference to MTEX

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6c8a681 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    8620292 View commit details
    Browse the repository at this point in the history
  2. Update order of contributors according to line additions on GitHub

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6c16ff8 View commit details
    Browse the repository at this point in the history
  3. Set version to 0.12.0, update title in changelog

    Signed-off-by: Håkon Wiik Ånes <[email protected]>
    hakonanes-xn committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    934d90b View commit details
    Browse the repository at this point in the history