Releases: sofa-framework/BeamAdapter
Releases · sofa-framework/BeamAdapter
v24.12_update_workflow
release-v24.12_update_workflow [CI] Update workflow to match branch name
update_macos_ci
release-update_macos_ci Update ci.yml
v24.12
release-v24.12 Sanitize the github workflow (#157)
v24.06
What's Changed
- Add relative path to references files into regression-tests files by @bakpaul in #125
- Fix doc links using absolute path by @epernod in #127
- Remove standard output messages by @alxbilger in #129
- [scenes] Fix python scenes using the new Section Material components by @epernod in #126
- Fix minor things in a failing test by @alxbilger in #130
- Load explicitely statecontainer by @fredroy in #131
- Convert AdvancedTimer timers to macro to support Tracy by @alxbilger in #128
- Move cuda instantiations in a plugin by @alxbilger in #132
- Initialize SofaCUDA by @alxbilger in #133
- Fix warnings due to depreciation of header FixedConstraint.h by @epernod in #136
- Fix simple api since SOFA changes by @alxbilger in #140
- Updated workflow regarding the new CI and fix compilation regarding simple api changes by @bakpaul in #137
- Follow SOFA Lifecycle v24.06 by @hugtalbot in #139
- [ci] Fix the regression test not finding SP3 by @bakpaul in #142
- apply nested namespaces by @alxbilger in #135
- [CI] Enable tag release by @bakpaul in #143
- Fix crash if pointer is null by @alxbilger in #145
- Remove old deprecation by @alxbilger in #146
- Fix empty module name by @alxbilger in #148
- Example: apply SOFA's fix on TopologicalMapping by @fredroy in #124
New Contributors
Full Changelog: release-v23.12.01...release-v24.06
v23.12.01
What's Changed
- [WireRestShape] Introduce use of RodSectionMaterial by @epernod in #65
- [InterventionalRadiologyController] Clean applyInterventionalRadiologyController by @epernod in #106
- [Documentation] Update Readme and regroup all documentation in md files by @epernod in #123
- backport CI file from master by @fredroy
- check if CUDA is present in the case SOFACUDA is shipped by @fredroy
- Update CI to enable artifact generation for tags by @bakpaul
Full Changelog: release-v23.12...release-v23.12.01
release-v23.12.01
release-release-v23.12.01 Example: apply SOFA's fix on TopologicalMapping (#124)
v23.12
What's Changed
- [Tests] Remove dependency on SceneCreator by @fredroy in #97
- [Mapping] Clean and optimize AdaptiveBeamMapping by @fredroy in #50
- Follow changes from SOFA #3889 by @alxbilger in #100
- Fix AdaptiveBeamController potential segfault on MouseEvent if number of device is null by @epernod in #98
- Remove current method computeTransform and replace it by computeTransform2 in BeamInterpolation by @epernod in #99
- Fix wrong assets source by @olivier-roussel in #109
- Use d_componentState by @hugtalbot in #101
- Remove UnbuiltGenericConstraintSolver files by @fredroy in #112
- [WireBeamInterpolation] Move ProjectionSearch into SlidingConstraint by @epernod in #102
- [BeamInterpolation] Add method computeTransform with node indices as parameters by @epernod in #103
- [InterventionalRadiologyController] Split and rename methods sortCurvAbs and interventionalRadiologyComputeSampling for more clarity by @epernod in #105
- [InterventionalRadiologyController] Small Fix to avoid adding 0 curvAbs per deployed device by @epernod in #107
- Remove code linked to brokenIn2 by @epernod in #104
- Add RodSectionMaterial classes to be used in WireRestShape by @epernod in #114
- [mapping] new component (BeamProjectionDifferenceMultiMapping) by @EulalieCoevoet in #113
- [WireRestShape] Clean code related to brokenIn2 and EdgeSetTopologyModifier by @epernod in #116
- [forcefield] updates AdaptiveBeamForceFieldAndMass with the new matrix assembly API by @EulalieCoevoet in #115
- Update GA for macOS by @fredroy in #118
- [BeamAdapterActionController] Update Actions reading/writting and IRCtrl control by @epernod in #111
- Replace CSparse linear solver by Eigen by @alxbilger in #119
- [InterventionalRadiologyController] Remove processDrop which is not anymore supported by @epernod in #120
Full Changelog: release-v23.06...release-v23.12
v23.06
What's Changed
- Fix Compilation when SReal=float by @fredroy in #90
- [MultiAdaptiveBeamMapping] Fix memory leak by @fredroy in #91
- Replace deprecated constructor of OptionsGroup by @alxbilger in #93
- [BeamInterpolation] RotateFrameForAlignX: Optimize frame calculation by using trigo identities by @fredroy in #92
- [InterventionalRadiologyController] Revert sampling change of behaviour by @Camille-K in #88
- Restore BeamLengthMapping by @alxbilger in #80
- [Tests] Add tests on WireRestShape component by @epernod in #67
- [MultiAdaptiveBeamMapping] Fix potential bug when removing baseEdge by @epernod in #94
- Disable BeamLengthMapping test by @alxbilger in #95
New Contributors
- @Camille-K made their first contribution in #88
Full Changelog: release-v22.12...release-v23.06
v22.12
What's Changed
- [cmake] Use new SOFA cmake macro for python by @hugtalbot in #49
- [component] Small optimisation in BeamInterpolation by @epernod in #58
- [WireRestShape] Update component to inherite directly from BaseObject insteaf of DataEngine by @epernod in #61
- [CUDA] Add instantiations with CudaTypes by @fredroy in #52
- [InterventionalRadiologyController] Rewrite method sortCurvAbs to use std sort + unique by @epernod in #60
- [AdaptiveBeamForceFieldAndMass] Update code to to use a single gravity vector by @epernod in #57
- [InterventionalRadiologyController] Remove unused methods and redondant Data d_curvAbs by @epernod in #59
- Remove duplicate RequiredPlugin by @alxbilger in #66
- Fix compilation of CUDA types and add float based components by @alxbilger in #68
- [WireRestShape] Remove unnecessary use of Edge2QuatTopologyMapping by @epernod in #64
- [InterventionalRadiologyController] Rewrite method interventionalRadiologyComputeSampling by @epernod in #62
- Remove dependency on Sofa.GL by @fredroy in #75
- Remove useless Sofa.GL include by @alxbilger in #77
- Convert draw from OpenGL calls to drawTool by @alxbilger in #78
- Fix timers by using ScopedAdvancedTimer by @alxbilger in #79
- [InterventionalRadiologyController] Improve init checks to avoid potential crashes by @epernod in #72
- [WireRestShape] Fix loading a shape from BaseLoader by @fredroy in #69
- Remove deprecation warnings by @damienmarchal in #84
- [BeamInterpolation] Update method rotateFrame to take a normalized vector by @epernod in #71
- [BeamActions] Add BeamActions and BeamActionController to manage controls by @epernod in #63
- [InterventionalRadiologyController] Clean method applyInterventionalRadiologyController by @epernod in #73
Full Changelog: release-v22.06...release-v22.12
master
release-master [InterventionalRadiologyController] Rewrite method interventionalRadi…