Skip to content

Releases: MaginnGroup/mosdef_cassandra

v0.4.0-alpha.2

12 Nov 19:22
Compare
Choose a tag to compare
v0.4.0-alpha.2 Pre-release
Pre-release
  • Migrate to GitHub Actions by @emarinri in #108
  • Exception raised when attempting successive checkpoint restarts by @emarinri in #113

0.4.0-alpha.1

24 Sep 23:35
2506f63
Compare
Choose a tag to compare
0.4.0-alpha.1 Pre-release
Pre-release

Use GMSO to generate MCFs.

The mosdef_cassandra.System object can now take in gmso.Topology to define per-species force fields, which are used to generate MCFs.

The current version of mosdef_cassandra uses parmed.Structure as a holder of the system information and does a number of checks and modifications to this information. This version essentially transforms a GMSOs to parmed.Structure. At MCF writing-time, the modified parmed.Structure is then transformed back to GMSO and then use the write_mcf of this package. Thus, this version relies heavily on the GMSO's to_parmed and from_parmed converters.

0.3.2

12 Oct 17:53
Compare
Choose a tag to compare

Fixes box size being multiplied by 10 if runners were inside a loop. See #104 and #107

0.3.1

13 Jul 13:41
Compare
Choose a tag to compare

Fix to account for breaking change in mbuild.Box class. See PR #102.

0.3.0

14 Dec 20:57
Compare
Choose a tag to compare

Features:

  • Modify restart function to not require System or MoveSet (#91)
  • Add constrainmol package to fix incorrect bond lengths (#88)
  • Update GCMC adsorption example to load from CIF (#85)
  • Switch install to conda-forge exclusive (#94)

Bugfixes:

  • Fix version dunder so version number is updated and written correctly in .inp files (#92)
  • Add error message if - is used in run_name (#93)
  • Drop support for Python 3.6

0.2.3

22 Oct 02:55
Compare
Choose a tag to compare

Hotfix patch release for #84.

0.2.2

12 Oct 15:45
Compare
Choose a tag to compare

Patch release adds preliminary support for the fixed angle style.

0.2.1

26 Jul 03:17
7a7375a
Compare
Choose a tag to compare

Bug fixes:

  • General fixes around unyt addition (#73)
  • Make unyt checking more robust (#73)
  • Bug fixes around restricted insertions (#71)

0.2.0

12 Jun 14:04
e2ff5dc
Compare
Choose a tag to compare

New features:

  • Renames Moves to MoveSet (PR #61)
  • Adds unyt integration (PR #51)
  • Updates some of the moves attribute names (PR #57)
  • Moves CBMC selections into MoveSet (PR #59)
  • Adds support for restricted insertions (PR #47)
  • Adds basic analysis module (PR #62)
  • Overwrite=True by default for generating PDB file (PR #55)

Bug fixes:

  • Catches Cassandra failures and throws exception (PR #54)
  • Prevents some edits to MoveSet (PR #52)
  • Fixes to MoveSet.print() formatting (PR #55)

0.1.1

26 Mar 21:31
4e1b03b
Compare
Choose a tag to compare

Patch release: Update setup.py and requirements.txt