Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pygfx/pylinalg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: pygfx/pylinalg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 12 files changed
  • 2 contributors

Commits on Dec 28, 2024

  1. Fix order argument for quat_to_euler, quat_from_euler & mat_from_eulet (

    #94)
    
    * add failing tests
    
    * fix quat_to_euler and quat_from_euler
    
    * self review
    
    * bump version because its a breaking change
    
    * also align mat_from_euler
    Korijn authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    fc49cdb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. bump version (#96)

    Korijn authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    dc0b51c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Add mat_inverse method (#97)

    * add mat_inverse
    
    * Update pylinalg/matrix.py
    
    Co-authored-by: Korijn van Golen <korijn@gmail.com>
    
    * float type
    
    * Update pylinalg/matrix.py
    
    Co-authored-by: Korijn van Golen <korijn@gmail.com>
    
    ---------
    
    Co-authored-by: Korijn van Golen <korijn@gmail.com>
    panxinmiao and Korijn authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    65fc9a2 View commit details
    Browse the repository at this point in the history
  2. Add mat_has_shear & return type hints (#98)

    * add mat_has_shear, add return type annotations, update API check
    
    * bump version
    Korijn authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    985f830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    211c86f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. Various improvements (#100)

    * various improvements
    
    * fix test
    
    * fix test again
    
    * add test
    Korijn authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    ce18542 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Optimize (#101)

    * optimize a few functions and fix astype usage
    
    * bump version
    Korijn authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    f162fcb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Optimize vec_transform (#102)

    * optimize vec_transform
    
    * bump version
    Korijn authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    ca09f0c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. optimize vec_transform (#103)

    Korijn authored Feb 23, 2025
    Configuration menu
    Copy the full SHA
    e436128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8ee29 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Restore support for ndim>2 vector arrays in vec_transform (#105)

    * support ndim 3+ in vec_transform
    
    * refactor again
    
    * bump version
    Korijn authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    b9ffe27 View commit details
    Browse the repository at this point in the history
  2. Run the pygfx test suite as part of CI (#106)

    * Run the pygfx bleeding edge test suite as part of ci
    
    * Run a release and main pygfx test suite
    
    * ignore online load tests
    Korijn authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    4c1e20d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Broadcasting support for aabb_transform (#107)

    * ruff
    
    * fix broadcasting for aabb_transform
    Korijn authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    d4886bc View commit details
    Browse the repository at this point in the history
Loading