Skip to content

v3.0.0

Compare
Choose a tag to compare
@adtzlr adtzlr released this 08 May 17:48
· 3 commits to main since this release

[3.0.0] - 2023-05-08

Changed

  • Don't include the zero (undeformed) increment in the output of Model.plot_movie().
  • Enhance ResultHandler.add_increment(analysis=None, extforces=None, lpf=None).

Removed

  • Remove Excel-based input files. This removes the file-argument of Model, all add_..._matrix()-related methods of handlers as well as all Excel-based tests.
  • Remove PDF- and HTML-output conversions of Markdown-logfiles. This is considered as an external pandoc-task and is no more a part of TrussPy.
  • Remove broken increments argument of Model.plot_history() and always plot all increments instead.

Fixed

  • The result of the first increment contained the displacements of the first solution. However, the very first item of the results should contain the undeformed model.
  • For Model.plot_model(inc=0, contour="force"), the contour-plot is disabled for the first increment.
  • Fix the plot force label shown in Model.plot_model(): For the first (zero) increment, the initial external loads are shown. For all other increments, the external loads scaled by the load-proportionality-factor (LPF) are shown.
  • Fix Model.plot_movie(incs="all"): Get number of increments from length of list of results

What's Changed

Full Changelog: v2.0.0...v3.0.0