Skip to content

Releases: m3g/ComplexMixtures.jl

v2.16.0

22 Dec 16:17
0cd3734

Choose a tag to compare

Update docs.

What's Changed

  • set version to 2.16.0 by @lmiq in #113
  • add jacs au final reference and cover by @lmiq in #114

Full Changelog: v2.16.0...v2.16.0+docs1

v2.16.0

15 Dec 18:30

Choose a tag to compare

ComplexMixtures v2.16.0

Diff since v2.15.1

Version 2.16.0

  • FEATURE The grid3D function now supports the type keyword argument, to choose from :mddf (default), :coordination_number, or :md_count, parameter that is passed to contributions to build the grid.

Merged pull requests:

v2.15.1

05 Dec 13:29

Choose a tag to compare

ComplexMixtures v2.15.1

Diff since v2.15.0

Version 2.15.1

  • ENHANCEMENT Provide some better error messages for group contribution retrieval argument errors.
  • INFO Update version of ShowMethodTesting and adjust tests.
  • INFO Update PDBTools compat requirement to 3.
  • INFO Remove testing temporary files.
  • INFO Store test files in Zenodo server instead of Dropbox.

Merged pull requests:

  • remove temporary files created for testing (#106) (@lmiq)
  • Update caching mechanism in CI workflow (#107) (@lmiq)
  • fix show method with updated ShowMethodTesting (#108) (@lmiq)
  • update PDBTools compat entry to 3 (#109) (@lmiq)
  • Zenodo files (#110) (@lmiq)

v2.15.0

03 Nov 01:29

Choose a tag to compare

  • update documentation

v2.15.0

03 Nov 01:25

Choose a tag to compare

ComplexMixtures v2.15.0

Diff since v2.14.4

Version 2.15.0

  • FEATURE Implement the renormalize function to compute the normalization with different bulk densities, as using the bulk density as the total simulation density, or a custom density.
  • INFO Update publication list.

Merged pull requests:

  • update pub list (#103) (@lmiq)
  • tools to compute normalizations with different densities (#104) (@lmiq)
  • set version to 2.15.0 (#105) (@lmiq)

v2.14.4

29 Oct 13:59

Choose a tag to compare

Update image link.

v2.14.4

29 Oct 13:33

Choose a tag to compare

Update image links.

v2.14.4

14 Oct 12:06
e13581d

Choose a tag to compare

Update publication list in docs.

v2.14.4

03 Jul 16:09

Choose a tag to compare

ComplexMixtures v2.14.4

Diff since v2.14.3

Version 2.14.4

  • ENHANCEMENT Read chemfiles trajectories in place.

Merged pull requests:

  • Read chemfiles trajectories in place. (#101) (@lmiq)
  • set version to 2.14.4 (#102) (@lmiq)

Closed issues:

  • Issue with Atom Selection mddf calculation @lmiq (#84)

v2.14.3

02 Jul 17:15

Choose a tag to compare

ComplexMixtures v2.14.3

Diff since v2.14.2

Version 2.14.3

  • BUGFIX fix diagonal unitcell test for when cell is not orthorhombic and contains negative vector entries.
  • INFO Update FortranFiles dependency to 0.6.2 and use seekstart instead of rewind.

Merged pull requests: