Skip to content

Releases: twmacro/pyyeti

Version 1.4.6.3

23 Mar 16:28

Choose a tag to compare

Version 1.4.6.3 includes updates from Josh:

  • tkinter is optional
  • uses more random seeds so testing is more reproducible/reliable
  • includes wheel files for Python 3.14

Thanks Josh!!

Version 1.4.6.1

22 Nov 18:32

Choose a tag to compare

This release includes a parallelization update for fdepsd. Parallelization can now be done via joblib by setting the 'parallel' parameter to "joblib". Many thanks to @cluffspace for this update!!

Version 1.4.5

09 Jul 22:47

Choose a tag to compare

No code changes for this version, but some nice updates for maintainability and usability:

  • @joshayers added workflows to build wheel files automatically
  • @morbult added a tweak for numba support that will help others avoid some conflicts

Many thanks!!

Version 1.4.4

10 May 18:21

Choose a tag to compare

Update to the build configuration. Huge thanks to @joshayers for this excellent update! :-)

* Reorganized package config to use pyproject.toml instead of setup.py.

* Added optional dependency groups and moved some linting config into pyproject.toml.

* Added unit-tests job.

* Updated CI job to run install in verbose mode.

* Use editable install for tests.

* Updated python-publish.yml job.

Version 1.4.3.8

26 Apr 21:58

Choose a tag to compare

Updated the pyyeti.nastran.bulk.asm2uset routine to accept try_rdextrn="pv_only".

  • This option retains the full uset table and returns an additional output indicating which DOF are part of the a-set
  • Many thanks to @djagodzinski!

Made very minor miscellaneous tweaks to the documentation.

Version 1.4.3.7

06 Apr 20:34

Choose a tag to compare

This is small update to fix an issue with NaNs in pyyeti.cyclecount.findap and pyyeti.locate.find_unique. Many thanks to @morbult for pointing this out! :)

Version 1.4.3.6

24 Mar 20:18

Choose a tag to compare

Added the "encoding" option to the read routines in pyyeti.nastran.bulk.

Version 1.4.3.5

24 Feb 17:43

Choose a tag to compare

Small update to fix a couple issues in datacursor: all-NaN vectors and ax[vh]line handling

Version 1.4.3.4

26 Jan 18:47

Choose a tag to compare

Add the "forms" option to pyyeti.nastran.bulk.wtextseout. The new default is now to mark the mass, stiffness, and damping matrices as symmetric.

Version 1.4.3.3

21 Jan 19:41

Choose a tag to compare

Release to fix encoding issue on Windows:

  • update guitools.read_text_file to use UTF-8 encoding
  • primarily impacts nastran.bulk.rd* routines

Many thanks to A. Amar for pointing out the encoding issue! :)