Skip to content

Releases: boschresearch/pylife

2.1.3

30 Oct 13:52
Compare
Choose a tag to compare

Improvements

  • Massive performance improvement when reading element connectivity by
    odbclient. Note that also odbserver needs to be updated in its
    environment. (#121)

  • Fix some warnings on import

2.1.3rc1

30 Oct 12:49
Compare
Choose a tag to compare
2.1.3rc1 Pre-release
Pre-release

Improvements

  • Massive performance improvement when reading element connectivity by
    odbclient. Note that also odbserver needs to be updated in its
    environment. (#121)

  • Fix some warnings on import

2.2.0a2

11 Oct 05:46
Compare
Choose a tag to compare
2.2.0a2 Pre-release
Pre-release

New beta release mainly to test FKM-linear functionality updated with 2.1.x branch

2.1.2

10 Oct 18:42
Compare
Choose a tag to compare

New features

  • New method LoadCollective.histogram() (#107)

Improvements

  • Sanitize checks for Wöhler analysis (#108)
  • Error messages when odbclient gets unsupported element types (#64)
  • Improved documentation

Bugfixes

  • MeshSignal now allows for additional indeces (#111)

2.1.1

02 Oct 12:02
Compare
Choose a tag to compare

Breaking changes

  • Change fracture load levels used for slope k_1 and scatter T_N
    estimation. Now only fractures in the finite_zone are used for estimation
    and not all fractures (in finite_zone and infinite_zone). Change based on
    findings in DIN50100:2022-12. (#80, #101)

    (see this discussion)

  • Rename FatigueData.fatigue_limit to finite_infinite_transition

New features

  • Add option to manually set fatigue_limit (now renamed) for Woehler curve
    estimation. (#73)

Improvements / bug fixes

  • Rainflow counters work with pd.Series of all index type (#69)
  • Improved documentation
  • Fixed confusing load matrix after mean stress transformation (#105)
  • Massive performance improvements of three point and four point rainflow
    counters.
  • The Wöhler analyzer now ignores irrelevant pure runout levels (#100)

2.1.1b2

01 Aug 14:03
Compare
Choose a tag to compare
2.1.1b2 Pre-release
Pre-release

This beta release is to test the changes in the Wöhler analyzer module discussed in #104. Feel free to contribute to the discussion there

2.2.0a1

12 Dec 11:55
ab8ae4d
Compare
Choose a tag to compare
2.2.0a1 Pre-release
Pre-release

Alpha release with FKM non-linear functionality for test users and developers. API is suspected to breakingly change until the final release.

2.1.0

08 Dec 09:38
Compare
Choose a tag to compare

New features

  • History output for odbclient

  • WoehlerCurve.miner_original()

Breaking changes

  • Non-destructive miner modifiers of WoehlerCurve

    The methods WoehlerCurve.miner_elementary() and
    WoehlerCurve.miner_haibach() now return modified copies of the original
    WoehlerCurve object, rather than modifying the original.

2.1.0rc2

08 Dec 09:18
Compare
Choose a tag to compare
2.1.0rc2 Pre-release
Pre-release

New features

  • History output for odbclient

  • WoehlerCurve.miner_original()

Breaking changes

  • Non-destructive miner modifiers of WoehlerCurve

    The methods WoehlerCurve.miner_elementary() and
    WoehlerCurve.miner_haibach() now return modified copies of the original
    WoehlerCurve object, rather than modifying the original.

2.1.0rc1

08 Dec 09:02
Compare
Choose a tag to compare
2.1.0rc1 Pre-release
Pre-release

New features

  • History output for odbclient

  • WoehlerCurve.miner_original()

Breaking changes

  • Non-destructive miner modifiers of WoehlerCurve

    The methods WoehlerCurve.miner_elementary() and
    WoehlerCurve.miner_haibach() now return modified copies of the original
    WoehlerCurve object, rather than modifying the original.