Skip to content

Releases: ajjackson/ascii-phonons

More features, less bugs

02 Jul 15:01
Compare
Choose a tag to compare

[1.1.1] - 2018-07-02

Fixes

- Orthographic projection flag *actually* enabled in CLI
- Camera clipping causing problems in orthographic view, reduce draw distance.

[1.1.0] - 2017-03-14

Additions

- Orthographic projection supported in CLI and GUI
- Arrow normalisation between modes by max arrow length
- Nonlinear mass rescaling option

Changes

- Modified arrow scaling algorithm, defaults
- Fixed a serious bug in atom position updates
- Fixed a bug in GIF output

1.0.0

16 Mar 12:46
Compare
Choose a tag to compare
  • Options passing and config files overhauled; major API changes. The project state and user themes can now be saved and loaded from the GUI, using a config file format which is shared between all components.
  • Tiled array output is now implemented, using Imagemagick

0.5.0

22 Feb 15:40
Compare
Choose a tag to compare

The outlines are now drawn using Freestyle, a more advanced system for non-photorealistic rendering which was added to Blender in version 2.76. This means the output appearance has changed from previous versions. New configuration options added; bounding box now defaults to white, which was not possible previously.

0.3.0

09 Feb 15:08
Compare
Choose a tag to compare

YAML dependency eliminated; element data and user configuration now use simple .ini-style files manipulated with configparser. Background colour can now be set by user by editing settings.conf or providing own .conf file.

0.2.2

08 Feb 17:25
Compare
Choose a tag to compare

Added sphinx documentation. This required all the docstrings to be re-writted in ReST.

0.2.1

08 Feb 12:33
Compare
Choose a tag to compare
  • Some features are still in development (see issue tracker), but this version should be useable
  • Vector arrows bug has been fixed.