pyFormex - News
posted by bverheg, Sun 11 Feb 2024 02:54:54 PM UTC
This is a bugfix release for 3.5. No changed features. Mainly fixes a bug with some dialog windows not or not cleanly closing with the OK button.
Use this instead of 3.5: http://download.savannah.nongnu.org/releases/pyformex/pyformex-3.5.1.tar.gz
posted by bverheg, Fri 09 Feb 2024 03:41:30 PM UTC
Version 3.5 of pyFormex is available from the download area:
http://download.savannah.nongnu.org/releases/pyformex/pyformex-3.5.tar.gz
Here's a list of the most important additions, improvements and bug fixes in this release:
- pyformex command line has option --workdir to set the current working
[...]
posted by bverheg, Wed 22 Nov 2023 08:15:43 AM UTC
Highlights of this release:
- Improved installation procedure with more options: system-wide or user install, multiple version or single version.
- Improved Timer class for easy timing of operations
This is now the only version that will be further supported. All users are recommended to upgrade to this version.
More details in the ReleaseNotes file.
Download from http://download.savannah.nongnu.org/releases/pyformex/pyformex-3.4.tar.gz
posted by bverheg, Sat 01 Apr 2023 05:45:54 PM UTC
pyFormex 3.3 comes with a whole bunch of improvements and new functionality:
- NEW PyConsole, combining the message board and console in one,
gives access to full pyFormex machinery, keeps history of
entered commands, allows autocompletion, colored output, easy
[...]
posted by bverheg, Thu 10 Nov 2022 12:38:08 PM UTC
pyFormex 3.2 is available from the Download section.
An overview of the changes:
- curve.py: major cleanup and improvements, moved to core pyformex directory;
improved printing of all Curve classes;
PolyLine: is now subclassed from BezierSpline; new method extend;
[...]
posted by bverheg, 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
[...]
posted by bverheg, Tue 14 Dec 2021 06:36:23 PM UTC
This is a bugfix of the 3.0 release, fixing an annoying bug in Mesh.subdivide for Lagrange3D type elements and dependent (hex8, hex20, hex27). The bug only occurs when different subdivisions are specified along the axes.
posted by bverheg, Wed 08 Dec 2021 02:52:50 PM UTC
pyFormex 3.0 is available for download.
This version marks some important steps:
- as of now only Python3.x is supported;
- a new installation procedure is used, allowing installation as normal user or as root and supporting parallel installation of multiple versions;
[...]
posted by bverheg, Sat 28 Aug 2021 01:19:06 PM UTC
We have just released pyFormex version 2.6.
The most important features of this release:
- new internal Trisurface remesh function based on pyacvd
- new TriSurface remesh function based on instant_meshes
- improved gambit NEU support
[...]
posted by bverheg, Thu 25 Mar 2021 12:54:17 PM UTC
A new release of pyFormex is available. It provides some important bug fixes, and the following improvements:
- improved Dialogs
- smart Dialog placement
- new customizable FileDialog class and subclasses
- draw supports colors with 4 components (RGBA)
- add interactive nongui console
- improved PLY file reader and writer
- export PLY files from geometry menu
- new arraytools functions: mapArray, resizeAxis, resizeArray
Powered by Savane 3.14-8aba.
Corresponding source code