8000 Releases · ParmEd/ParmEd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ParmEd/ParmEd

ParmEd v4.3.0

30 Oct 16:54
f82923a
Compare
Choose a tag to compare

What's Changed

  • Fixed Improper Method Call: Replaced mktemp by @fazledyn-or in #1328
  • Add support for 12-6-4 models. by @swails in #1346
  • Fix wildcard sorting when writing Amber parameter sets (fixes #1347) by @murfalo in #1348
  • Match tleap by ensuring parm{10|99|15}.dat are loaded no more than once by @murfalo in #1353
  • Ignore TURN comments in PDBs by @slochower in #1351
  • fix SyntaxWarning: invalid escape sequence by @njzjz in #1350
  • Fix output of changeLJSingleType by @swails in #1355
  • Bugfixed AtomType equality operator by @murfalo in #1360
  • Fix the build wrt RDKit package issues by @swails in #1370
  • Fixed compatibility with NumPy 2.0+ by @vedranmiletic in #1374
  • Fix serialization of structure with bond type attributes and add test by @swails in #1376
  • Ensure PBC box vectors are in reduced form for OpenMM by @nffaruk in #1368
  • Improve mdin parsing to not split restraintmask fields using '=' wildcard char by @nffaruk in #1369
  • Fix velocity unit scale for existing vels passed to OpenMM by @nffaruk in #1367
  • Switch to non-deprecated miniforge by @swails in #1378

New Contributors

Full Changelog: 4.2.2...4.3.0

ParmEd v4.2.2

24 Oct 13:50
ad240ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.1...4.2.2

ParmEd v4.2.1

24 Oct 08:20
54848ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1

ParmEd v4.2.0

23 Oct 14:24
a414ca9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.2.0

ParmEd v4.1.0

07 Apr 13:55
89fd491
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

ParmEd v4.0.0

27 Jan 17:00
719b229
Compare
Choose a tag to compare

This is a major ParmEd release with some minor backwards-incompatible changes:

  • Python support has been restricted to Python v3.8 and newer (dropping support for Python 2.7)
  • Support OpenMM 7.5 and older has been dropped. The OpenMM integration will now require OpenMM 7.6 or newer.
  • The xparmed GUI has been removed

What's Changed

New Contributors

Full Changelog: 3.4.0...4.0.0

ParmEd v3.4.4

17 Jan 03:21
d0fa4b6
Compare
Choose a tag to compare

Bugs fixed

Full Changelog: 3.4.3...3.4.4

ParmEd v3.4.3

31 Aug 14:16
b22bbe6
Compare
Choose a tag to compare

Finish ParmEd fixes for OpenMM 7.6 compatibility

ParmEd v3.4.2

28 Aug 01:55
e366e69
Compare
Choose a tag to compare

Fix support for OpenMM 7.6

ParmEd v3.4.1

12 Apr 15:36
b5b9e2a
Compare
Choose a tag to compare

This point-release update adds support for 12-6-4 parameters for additional water models.

0