Skip to content

Releases: m3g/packmol

v21.2.1

27 Jan 11:26

Choose a tag to compare

Version 21.2.1

  • INFO Avoid looping above maxkeywords in input file reading of radii.

v21.2.0

15 Jan 22:30
17ccb04

Choose a tag to compare

Version 21.2.0

  • ENHANCEMENT: Add ignore_conect and non_standard_conect options. The first
    will just make packmol ignore all CONECT lines. The second will use a non-standard reading of the
    lines, in which the atom indices are expected to be separated by spaces. The default is ignore_conect = .false.
    and non_standard_conect = .false., such that the CONECT lines are not ignored and the standard PDB
    format is expected.

v21.1.4

26 Nov 22:21
b6f2979

Choose a tag to compare

Version 21.1.4

  • INFO add test to pipy distribution.

v21.1.3

17 Nov 13:40

Choose a tag to compare

Version 21.1.3

  • INFO update authors on pip distribution.

v21.1.2

17 Nov 12:21
a66d3e0

Choose a tag to compare

Version 21.1.2

  • INFO add pip install packmol installation option.
  • INFO The release.sh script was renamed to update_version.sh and just updates version numbers in the files, without tagging a release.

v21.1.1

02 Oct 11:45

Choose a tag to compare

Version 21.1.1

  • INFO Update minimum CMake compatibility to 3.5.0.
  • INFO Add a remark to what is written as CRYST1 information when no-PBCs are used. Suggest using PBCs Fixes 103. Update the documentation accordingly.

v21.1.0

20 Aug 11:35

Choose a tag to compare

What's Changed

  • specify input and output files by command-line arguments by @misael-diaz in #101

New Contributors

Full Changelog: v21.0.4...v21.1.0

v21.0.4

12 Jul 07:27

Choose a tag to compare

  • Changed version file to 21.0.4
  • Merge pull request #99 from Eigenstate/initial-coordinates
  • Fix infinite loop guessing initial coordinates

What's Changed

  • Fix possible infinite loop guessing initial coordinates by @Eigenstate in #99

Full Changelog: v21.0.3...v21.0.4

v21.0.3

11 Jul 08:24

Choose a tag to compare

  • Changed version file to 21.0.3
  • Merge pull request #98 from Eigenstate/initialize-maxmove
  • Initialize maxmove variable for all file types.
  • remove space
  • document the runtests.jl script execution

What's Changed

  • Initialize maxmove input variable for all file types by @Eigenstate in #98

Full Changelog: v21.0.2...v21.0.3

v21.0.2

05 May 20:27

Choose a tag to compare

What's Changed

  • Update setup-fortran action by @awvwgk in #95
  • fix type output of iftype molecule in error message by @lmiq in #96

New Contributors

Full Changelog: v21.0.1...v21.0.2