Skip to content

v5.1.0

Compare
Choose a tag to compare
@adtzlr adtzlr released this 08 Sep 22:28
· 2684 commits to main since this release

Changelog since [5.0.0] - 2022-08-21

Changed

  • Enhance Boundary: Select Points by value in addition to a callable (fx=lambda x: x == 0 is equivalent to fx=0), also add mode="and" and mode="or" argument.
  • Support line elements within the revolution function mesh.revolve().
  • Import previously hidden functions fun_items() and jac_items() as tools.fun() and tools.jac(), respectively (useful for numeric continuation).
  • Add step- and substep-numbers as arguments to the callback(stepnumber, substepnumber, substep)-function of a Job.

Auto-Generated Release-Notes

What's Changed

  • Enhance Boundary class by @adtzlr in #274
  • Support Line-elements within mesh.revolve() by @adtzlr in #276
  • Import fun_items() and jac_items() from felupe.tools._newton by @adtzlr in #277
  • Docs: Add numeric continuation tutorial with contique by @adtzlr in #278
  • Callback: Add args (step- and substep-numbers) by @adtzlr in #279

Full Changelog: v5.0.0...v5.1.0