Skip to content

v1.6.1

Choose a tag to compare

@brookshsmith brookshsmith released this 16 Oct 10:07
· 105 commits to master since this release
19fba5b

This is primarily a maintenance release, fixing a couple minor bugs in autoscaling diagrams and some broken examples in the documentation. It does also add two minor new features:

  1. Build binary wheels for aarch64 (i.e. for Linux machines running on Apple's ARM processors)
  2. Add total deflection as a simple output to element results
    • No more manually adding node displacements to element deflections! This likely won't matter at all if you're analysing a truss, but if you're analysing a beam, these new "total deflection" results should be the numbers you actually expect.

What's Changed

  • Remove wheel build from test.yaml, add aarch64 wheels to publish by @smith120bh in #285
  • Build aarch64 wheels too (which requires QEMU) by @smith120bh in #286
  • Add overload type definitions to system functions by @smith120bh in #321
  • Add Total Deflection Output by @smith120bh in #302
  • Remove non-existent plot_backend param from examples by @smith120bh in #322

Dependabots

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