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: sofa-framework/SofaPython3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sofa-framework/SofaPython3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.06
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Jul 16, 2025

  1. Use built in method numpy.set_printoptions in addObject/addChild meth…

    …ods to enable numpy 2 (#518)
    
    * Use set_printoptions(legacy=True) in node binfing to force usage of legacy repr for numpy objects. This is ocmpatible with numpy 1
    
    * Patch addChild
    
    * Add RAII mechanism to make sure numpy is put back its initial state
    
    * Add [[maybe_unused]]
    
    Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
    Co-authored-by: Frederick Roy <fredroy@users.noreply.github.com>
    3 people committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    df60770 View commit details
    Browse the repository at this point in the history
  2. Add explicit getter and setter for datas (#509)

    * Add explicit getter and setter
    
    * Remove mistake
    bakpaul authored and hugtalbot committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    c7c4eb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. [examples] Update examples using imgui as default (#521)

    * [examples] Update examples using imgui as default
    
    * Add example to keep the Qt GUI example
    hugtalbot authored and bakpaul committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    9d2a9df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e57a96 View commit details
    Browse the repository at this point in the history
Loading