SofaPython3
SofaPython3 copied to clipboard
A python plugin for Sofa offering a pythonic interface and python3 support.
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
The issue (https://github.com/SofaDefrost/SoftRobots/discussions/298) and discussion with other in the team, makes me think something has changed in numpy which breaks some code path. Maybe a change in behavior related to...
Too much code to manage all configurations - single [ninja/makefile] || multi configuration [MSVC/XCode] - OS: Linux/MacOS/Win32 - Build/Install environment #426
Currently we have no documentation regeneration neither stubgen for completion. In this PR I'm add both using the proposal of https://github.com/sofa-framework/SofaPython3/pull/453 I set it "toreview" to have the CI on...
Fix the documentation to make the sphinx documentation generation works.
The problem: Depending on the definition order of the binded classes, binding "Base", and BaseData registered after then the use of BaseData in the function signature in Base will have...
Hi again, This follows https://github.com/sofa-framework/sofa/pull/5059 for the python plugin. NB: until the binary cache is set up and shared between sofa & SofaPython3, the Nix CI for SofaPython3 will have...
I am facing a similar issue, I do not understand what is the answer here. Can someone please explain. I am using an ubuntu 22.04 with Sofa v23.06 and sofapython3...
Currently pybind11 generates the function signatures automagically and we use this feature a lot. The problem is that the automagically generates python signatures with type-hints and that these signatures may...
Hello! I am using the SOFA_v24.06.00_MacOS binaries with python3.10 I am trying to get started using the SofaPython3 plugin but I am facing some errors. I run RunSofa and I...