pyFormex Changelog

What's new in pyFormex 0.8.6

May 3, 2012
  • Installation:
  • The installation procedure now includes a configuration file (setup.py) which sets the default installation prefix to '/usr/local'. The command to install (if you accept the defaults) is thus::
  • python setup.py install
  • Secondly, if the compilation of the acceleration libraries fails, the installation procedure continues without the libraries.
  • Finally, it is now possible to enforce installation without the libraries, by using the command::
  • python setup.py install --no-accel
  • Gui:
  • Camera Settings dialog, with e.g. interactive front and back plane clipping
  • Save current camera settings (and restore)

New in pyFormex 0.8.4 (Jul 22, 2011)

  • Contains many new features, functional enhancements and bug fixes. Most prominent are the improvements for working with Mesh type geometries. As always, see the file pyformex/doc/ReleaseNotes for more details.

New in pyFormex 0.8 (Jun 13, 2009)

  • install: installation scripts for external software
  • gui: rectangle and wheel zooming and improved Project handling
  • core: the Mesh class

New in pyFormex 0.7.3 (Feb 3, 2009)

  • Smoothing of surface models
  • PolyLine and Spline curves
  • Accelerated interactive picking Furthermore: a whole bunch of enhancements, improvements, bug fixes, and extra examples. See file doc/ReleaseNotes for more details