Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 6.23 KB

CHANGELOG.md

File metadata and controls

53 lines (45 loc) · 6.23 KB

(2024-08-23)

Bug Fixes

  • ci: Ignore MUSLLinux wheels when testing (63698bd)
  • ci: List of dependencies to publish a package (2c9ea79)
  • ci: Remove the MUSLLinux wheels before testing (20a35bf)
  • ci: Removed unused env variables (584bda5)
  • ci: Setting the VTK version (3be2478)
  • ci: The VTK tar.gz can be directly extracted on MacOS (9422fb2)
  • ci: Update to VTK-9.3.1 (154ab66)
  • ci: Use directly the VTK version placeholders (e528054)
  • ci: Wrong VTK URI (6ef95f9)
  • python-wheels: Test the wheels (f534b48)
  • python: Avoid using brew on MacOS-13 statically linking VTK (a521444)
  • python: Enable MUSLLinux builds (7f20dab)
  • python: Enable pypy builds again (224f8e4)
  • python: Set the install name id on MacOS (32a9fca)
  • python: Set the MACOSX_DEPLOYMENT_TARGET to 10.15 (f44e9c4)
  • python: Use the MUSLLinux VTK compilation when needed (e5fe619)

(2024-08-14)

Bug Fixes

  • python-wheels: {project} placeholder seems to be ignored/invalid (0a97f4d)
  • python-wheels: Add the DLL path to delvewheel (9310754)
  • python-wheels: Remove the useless folders after installing (e6aa341)
  • python-wheels: Temporary disable pypy3.10, which is not working on the CI (49dd580)
  • python-wheels: Temporary disable pypy3.8, which is not working on the CI (27166f6)
  • python-wheels: Temporary disable pypy3.9, which is not working on the CI (b5b4003)
  • python-wheels: Use delvewheel on Windows (89b5ddc)
  • python-wheels: Use the installed headers (ad18025)
  • resolves typos and warnings thrown at compiling (e4a8f08)

(2024-08-07)

Features

  • body: Add centripetal forces for rotating bodies (f4f816c)

Bug Fixes

  • accelerations of Coupled/fixed bodies/rods when there are several isntances of them (1a07a2d)
  • Add a centripetal force to bodies with a excentric COG (7a56b7c)
  • Centripetal force for parallel axes shall be null (829c837)
  • Drop the patch to move from extrinsic to intrinsic Euler angles (6ff56ac)
  • EulerXYZ intrinsic angles instead of extrinsic (1eec2e3)
  • EulerZYX -> EulerXYZ on moordyn::Euler2Quat() (5a5f7fd)
  • Freeze when writeLog is not the first option (d4cce8e)
  • make rod submergence calcs match what is in MDF (verified code) (0ac0e92)
  • Odd treatment was meant for indexes from 1 to 3, not 0 to 2, and the matrix indexes were transposed (0bb4ae2)
  • Read first the writelog option, and then anything else (028a567)
  • Rebranding to include centripetal forces on getNetForceAndMass (f20a98a)
  • The quaternions shall be renormalized to get the rotation matrix (7256746)