Skip to content

Releases: atomistic-machine-learning/schnetpack

v2.2.0

19 Dec 15:08
4c967da

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

05 Sep 11:34
b8c8327

Choose a tag to compare

What's Changed

  • fixes a bug: due to new python versions, the hydra config_dir was not found

Full Changelog: v2.1.0...v2.1.1

v2.1.0

28 Aug 16:57
ea056c6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.0.4

29 Sep 14:31
9d7480a

Choose a tag to compare

Updated documentation and requirements, minor bug fixes.

What's Changed

  • Update citations of software papers by @NiklasGebauer in #528
  • fixed md22 downloading method by @jnsLs in #530
  • Jl/fix md22 by @jnsLs in #532
  • Sh/batchwise optimizer by @Stefaanhess in #531
  • raise Exception if array is passed for energy in calculator + typehint by @Stefaanhess in #533
  • device can be specified when deploying models by @jnsLs in #544
  • fix atomic mass for aspirine lammps example by @Stefaanhess in #545
  • old field schnet data can be converted to new input dimension by @jnsLs in #550
  • fixed calculator stress bug by @jnsLs in #552
  • fixed training parameters by @jnsLs in #557
  • url for uracil data has changed by @jnsLs in #558
  • fixed device bug in tutorial 03 - clean by @jnsLs in #559
  • updated pytorch-lightning requirement by @jnsLs in #560
  • updated tutorial 1 by @Stefaanhess in #562
  • data dimensions are updated in materials tutorial by @jnsLs in #564
  • Update requirements.txt by @jnsLs in #566
  • Update setup.py by @Stefaanhess in #572
  • Update setup.py by @Stefaanhess in #573

Full Changelog: v2.0.3...v2.0.4

v2.0.3

25 Apr 11:23
bd724fb

Choose a tag to compare

What's Changed

  • bug fix: per_atom_output_key in Atomwise by @Stefaanhess in #527

Full Changelog: v2.0.2...v2.0.3

v2.0.2

24 Apr 09:39
c8c25ef

Choose a tag to compare

Updated pytorch-lightning, updated Lammps interface, enhanced batchwise optimization, general small bug fixes.

What's Changed

  • improved batchwise optimization by @jnsLs in #508
  • num_val_workers and num_test_workers can now be set to 0 by @NiklasGebauer in #515
  • adapted to new pytorch-lightning version by @jnsLs in #517
  • fix per_atom_output_key usage in Atomwise by @Vosatorp in #523
  • data.load_properties can now be set to an empty list by @NiklasGebauer in #524
  • allow to also use higher lammps versions by @Stefaanhess in #522
  • updated batchwise calculator by @jnsLs in #525

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

07 Mar 18:20

Choose a tag to compare

Updated SchNetPack 2.0 release, which fixes a series of bugs and adds an interface to LAMMPS.

What's Changed

  • Added materials tutorial to docs index by @mgastegger in #479
  • fix bug in OMDB dataset by @Stefaanhess in #481
  • Updated MD17 download urls by @mgastegger in #483
  • Update default_run.yaml by @NiklasGebauer in #486
  • Update README.md by @Stefaanhess in #489
  • fix: LightningLoggerBase was removed in lightning 1.9 by @Stefaanhess in #491
  • fix: add support for force models in spkpredict by @Stefaanhess in #492
  • Sh/spkpredict by @Stefaanhess in #493
  • fixed dtype of materiels project dataset by @Stefaanhess in #498
  • check for legacy API-key in materials project by @Stefaanhess in #499
  • reviewed the lammps doc files by @jnsLs in #500
  • Sh jl/lammps by @Stefaanhess in #501
  • Niklas gebauer docstring fixes by @NiklasGebauer in #502
  • Fix bugs in MD module by @mgastegger in #503
  • Removed deprecated arguments … by @NiklasGebauer in #504
  • added schnetpack-gschnet extension to readme… by @NiklasGebauer in #505
  • Updated README and fixed deprecated numpy dtype by @mgastegger in #506

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Dec 17:05
b641217

Choose a tag to compare

Notes

This is the first release of SchNetPack 2.0 which uses the Hydra configuration framework, Pytorch Lightning and a new indexing scheme.
It also includes an improved data pipeline, modules for equivariant neural networks and a PyTorch implementation of molecular dynamics.

What's Changed

Read more

v2.0.0 pre

07 Dec 14:32
1ca8678

Choose a tag to compare

v2.0.0 pre Pre-release
Pre-release

What's Changed

Read more

v1.0.1

26 Oct 15:31

Choose a tag to compare

What's Changed

  • Sh/ep device by @Stefaanhess in #360
  • Fix AtomsDataSubset for use inside ConcatAtomsData by @chgaul in #357
  • Updated for new yaml behavior by @mgastegger in #375
  • Fix OMDB _convert dataset preparation by @bartolsthoorn in #373
  • update deprecated code to new torch version by @Stefaanhess in #399

New Contributors

Full Changelog: v1.0.0...v1.0.1