Skip to content

v1.6.2

Latest

Choose a tag to compare

@brookshsmith brookshsmith released this 07 Nov 02:25
· 23 commits to master since this release
728babc

It's been nearly a year since the last release; I'll try not to have quite so much latency on future releases! The most important change in this update is to add full support for Python 3.13 and 3.14, now that both are officially out of development. Binary wheels will be built and made available for all major operating systems in both Python versions. But a couple small features and bug fixes are also included here:

New features:

  • Add new get_stiffness_matrix() function (thanks @bldrkamal !)
  • Show internal hinges as hollow circles in plots

Bug fixes:

  • Fix array error in plotting shear force in some circumstances
  • Return node id, not node index, from nearest_node()
  • Fix label plots all showing up on horizontal axis (thanks @sononicola !)
  • Fix build issue due to revoked sub-dependency in poetry.lock (thanks @jonbiemond !)

What's Changed

New Contributors

Full Changelog: release-v1.6.1...release-v1.6.2