Skip to content

v0.1.10

Compare
Choose a tag to compare
@fschuch fschuch released this 11 Feb 19:36

Added

  • Add support for the previous parameters format .prm (#7), by @fschuch.
  • Class ParametersGui, a subclass from Parameters, but with widgets, by @fschuch.
  • Argument loadfile added to class Parameters, so it is possible to initialize and load form the disc with just one line of code prm = x3d.Parameters(loadfile='example.i3d'), by @fschuch.

Changed

  • Changed from method __call__ to __repr__ at parameters.py as the procedure to show the parameters on screen, by @fschuch.
  • Functions to read binary fields were moved from io.py to methods at parameters.py, so the syntax is simplified from x3d.read_field('filename', prm) to just prm.read_field('filename'). by @fschuch.

Fixed

  • Scale factor for Ahmed Body at the sandbox, by @fschuch.
  • Fix #2, widgets are now working in a new class ParametersGui, by @fschuch.
  • Fix #5, Bug at Ahmed body when using double-precision, by @fschuch.
  • Fix #6, The files describing the geometry are incompatible when running on Linux, by @fschuch.