Skip to content

Releases: zhubonan/castepinput

v0.1.9 release

21 Apr 08:58
Compare
Choose a tag to compare

Bump the version number to v0.1.9

v0.1.8 release

21 Apr 08:52
Compare
Choose a tag to compare
  • Fixed a bug when getting position using get_positions for structures with asymmetric cell matrix.

Full Changelog: v0.1.7...v0.1.8

v0.1.7 release

08 Jun 23:18
Compare
Choose a tag to compare

0.1.7

  • Add additional empty lines after %endblock <block_name>.
  • Make sure files have a newline at the end.
  • Fixed a typo for the name of CannotConvertError.
  • Code style and package maintenance update.

v0.1.6 bug fix release

23 Dec 20:53
Compare
Choose a tag to compare

Fixed a few serious bugs related to the handling of the False, True value when parsing and writing files into/from python types.
Thanks go to @tgmaxson for the code contribution.