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: v26.06
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on Jul 9, 2026

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

Commits on Jul 10, 2026

  1. Add SOFAUnits, a utilitary lib for unit conversion (#622)

    * Add SOFAUnits, a utilitary lib for unit convertion
    
    * Change position to length
    
    * Add all the seven primary units + derived unit of energy
    
    * Fix f string for older version of python + add comment + fix Joule caractere
    
    * Add multiplicaiton capability, still want to support numpy array
    
    * Enable the use of numpy arrays and lists + some fixes + tests
    
    * Make SOFA.Units a new submodule of Sofa
    
    * Delete examples/BaseViewer.ini
    
    * Refactor the names to better match whats inside
    
    * Update comments
    
    * Add electrical units
    
    * Apply suggestions from code review
    
    Co-authored-by: Hugo <[email protected]>
    
    * Take @damienmarchal comments into account
    
    * Fix renaming error
    
    * Apply suggestions from code review
    
    Co-authored-by: Hugo <[email protected]>
    
    ---------
    
    Co-authored-by: Hugo <[email protected]>
    bakpaul and hugtalbot committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    df92b85 View commit details
    Browse the repository at this point in the history
  2. Introduce rigidification example/tutorial (#625)

    * Introduce rigidification example
    
    * reorganise file
    
    * Remove SofaMAtrix components
    
    ---------
    
    Co-authored-by: Paul Baksic <[email protected]>
    alxbilger and bakpaul committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    e5ee6b7 View commit details
    Browse the repository at this point in the history
  3. Enable scene checking when launching through python (#616)

    * Add scene checking before initRoot when scenechekcing is available
    
    * Update bindings/Sofa/src/SofaPython3/Sofa/Simulation/Submodule_Simulation.cpp
    
    Co-authored-by: Frederick Roy <[email protected]>
    
    * fix typo
    
    * fix typo again
    
    * Add boolean to deactivate scene check
    
    ---------
    
    Co-authored-by: Frederick Roy <[email protected]>
    bakpaul and fredroy committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    473ba4f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

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