Skip to content

Releases: icarob-eng/kstability

v1.3.0

10 Aug 18:12
2606421
Compare
Choose a tag to compare

Enhancements

  • Support for language localization in the Yaml parsing, by passing a class that implements YamlStrings interface to the parser (default being pt-Br);
  • Better support for case safe inputs (case insensitivity);
  • Bending moment loads now can be used with Yaml parsing;
  • Bending moment reaction module are indicated separately from the total bending moment load in a node;

Bug fixes

  • No more (0, 0) loads added with multiple Structure.stabilize();
  • Reaction loads are not added to the serialization anymore;

v1.2.0

26 Jul 04:32
69088bc
Compare
Choose a tag to compare

Change list:

  • Updates in the parsing API;
  • Documentation for Yaml;
  • New model relation structure using hashSets where applicable;
    • Now nodes can be accessed by the syntax structure["node name"];
  • Full structure serialization implemented;

v1.1.0

16 Jul 03:23
Compare
Choose a tag to compare

Fixes a stabilization bug and add more utility methods to the Structure class, like deepCopy(). Also depricates Stabilization.stabilize() in favor of Satbilization.getSatbilized(), wich returns a copy of the Structure removing side effects of the function.

v1.0.1

20 Jun 22:59
Compare
Choose a tag to compare

First release of the library. Has all the basic features for single beam structures.