Skip to content

Releases: Autodesk/molecular-design-toolkit

v0.8.0rc8

29 Nov 07:59
Compare
Choose a tag to compare
v0.8.0rc8 Pre-release
Pre-release
Combine coverage from all environments

v0.8.0rc7

29 Nov 00:43
Compare
Choose a tag to compare
v0.8.0rc7 Pre-release
Pre-release
Fix commands in publish script

v0.8.0rc5

18 Oct 17:45
Compare
Choose a tag to compare
v0.8.0rc5 Pre-release
Pre-release

Refines the build process and fixes a few PDB processing bugs

v0.8.0rc4

07 Sep 05:00
Compare
Choose a tag to compare
v0.8.0rc4 Pre-release
Pre-release

Retry rc4

v0.8.0rc3

25 Aug 05:26
Compare
Choose a tag to compare
v0.8.0rc3 Pre-release
Pre-release

v0.8.0rc3

v0.8.0rc2

24 Aug 21:26
Compare
Choose a tag to compare
v0.8.0rc2 Pre-release
Pre-release

Second 0.8 release candidate

v0.8rc1

10 Aug 16:54
Compare
Choose a tag to compare
v0.8rc1 Pre-release
Pre-release

First 0.8 release candidate

v08.0b3

29 Jun 01:31
Compare
Choose a tag to compare
v08.0b3 Pre-release
Pre-release

Adds extensive tests and refinement for minimization, dynamics, and geometric constraints

v0.8.0b2

19 Jun 07:31
Compare
Choose a tag to compare
v0.8.0b2 Pre-release
Pre-release

Second 0.8 prerelease - better test coverage, performance improvements

v0.7.3

17 Oct 20:02
Compare
Choose a tag to compare

0.7.3 - October 17, 2016

NEW MODELING FEATURES

  • #33 - Add DFT w/ gradients; MP2, CASSCF, CASCI w/out gradients
  • Constrained minimizations w/ SHAKE and scipy's SLQSP
  • Transition dipoles and oscillator strengths
  • GAFF parameterizer for small molecules -- params = mdt.parameterize(mol)
  • AM1-BCC and Gasteiger partial charge calculators: mdt.calc_am1_bcc_charges and
    mdt.calc_gasteiger_charges
  • Add PDB database and biomolecular assembly support for mmCIF files
  • #72 - Add moldesign.guess_formal_charges and moldesign.add_missing_data
  • Excited and multi-state property calculations with CAS methods
  • Rename build_bdna to build_dna_helix and give access to all NAB helix types

OTHER ENHANCEMENTS

  • #78 - moldesign now imports much more quickly
  • Add GAFF energy model to automate small molecule parameterization
  • Change Example 2 to show an absorption spectrum calculation
  • Add Example 4 on protein MD with a small ligand
  • Add Example 5: on constrained minimization and enthalpic barriers
  • Add Tutorial 3: QM data analysis
  • Show changelog and version check in the mdt.about() (aka mdt.configure) widget
  • Change moldesign.tools and moldesign.helpers modules into more rationally organized subpackages
  • mdt.set_dihedral can be called with two atoms in the same way as mdt.dihedral
  • Explicit parameter created to store wavefunction guesses
  • Better access to density matrix in wavefunction objects
  • Improved parsing support for PDB and mmCIF files

BUGFIXES

  • #61 - fixed a KeyError when parsing PDBs with metal centers or ions
  • #74 - Add function to create PDB files with correct TER records (used for TLeap input)
  • Better handling of chains with non-standard residues
  • mdt.add_hydrogens no longer creates structures with separated residues
  • Fix sign of dihedral gradient
  • Charge quantities now mostly have the correct units