Skip to content

Releases: boschresearch/pylife

2.1.4

21 Oct 12:38
c2c7c6a

Choose a tag to compare

Bugfixes

Fix gradient calculation for non continous nodes in mesh.

Note

This will hopefully be the last 2.1.x release

2.1.4rc1

21 Oct 08:31

Choose a tag to compare

2.1.4rc1 Pre-release
Pre-release
Update changelog

Signed-off-by: Johannes Mueller <[email protected]>

2.2.0a8

16 Oct 16:09
ef1f220

Choose a tag to compare

2.2.0a8 Pre-release
Pre-release

Fix Abaqus IPC on Windows

2.2.0a7

25 Sep 09:46
e2e0f55

Choose a tag to compare

2.2.0a7 Pre-release
Pre-release

Fix odb IPC

2.2.0a6

19 Sep 09:26

Choose a tag to compare

2.2.0a6 Pre-release
Pre-release

Bugfix

  • Uplift python version restriction for odbserver

2.2.0a5

17 Sep 12:34
40289bf

Choose a tag to compare

2.2.0a5 Pre-release
Pre-release

Bug fixes

  • Fix gradient calculation if node set is not continuous (#170)
  • Follow breaking change of scipy (#164)

2.2.0a4

17 Sep 12:26
ff8001a

Choose a tag to compare

2.2.0a4 Pre-release
Pre-release

Improvements

  • Support for Abaqus 2024 with Python 3.9
  • Performance improvements

2.2.0a3

09 Dec 18:54

Choose a tag to compare

2.2.0a3 Pre-release
Pre-release

Breaking changes

  • Drop support for python-3.8 ast it is end of life

Minor improvments

  • Connectivity information is now transfered from odbserver to odbclient as
    ints.

2.1.3

30 Oct 13:52

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

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