pyFormex - News
pyFormex 3.1 has been released
Item posted by Benedict Verhegghe <bverheg> on Wed 25 May 2022 12:19:52 PM UTC.
A new pyFormex release is available: 3.1
Some highlights of this release:
- New PZF file format to efficiently store almost anything. It is a ZIP file format, and thus can be handled with may other tools as well.
- plugins.http_server provides a local HttpServer and a showHtml function to display local files in a browser over the http
- improved reading of INP format files
- draw() allows drawing objects in a dict
- drawing a Camera object will set the camera accordingly
- new Polygons class to store polygons with variable plexitude
- new and improved functionality in arraytools and Varray
- drawNumbers has a fuse option to draw multiple values at same position
- utils.memoize decorator to automatically save computed values
- 'polygon' element type
- faster drawing of elements with plexitude > 3
- many minor improvements and bug fixes
Powered by Savane 3.14-9aa3.
Corresponding source code