Skip to content

Releases: qcscine/core

Release 6.0.1

26 Aug 04:08
Compare
Choose a tag to compare

Changes:

  • Small changes to the README

Release 6.0.0

20 Nov 09:50
Compare
Choose a tag to compare

Changes:

  • Improve support for compilation on Windows (MSVC)
  • Update address in license

Release 5.0.0

12 May 06:50
Compare
Choose a tag to compare

Changes:

  • Allow for direct loading of modules

Release 4.1.0

25 Jan 18:37
Compare
Choose a tag to compare

Changes:

  • Add new interface EmbeddingCalculator. This class is derived from
    the calculator class and allows for embedding calculations with different
    underlying calculators.

Release 4.0.2

12 Aug 04:49
Compare
Choose a tag to compare

Changes:

  • Various bugfixes and improvements

Release 4.0.1

23 Jun 06:40
Compare
Choose a tag to compare

Changes:

  • Various bugfixes and improvements

Release 4.0.0

15 Dec 07:20
Compare
Choose a tag to compare

Changes:

  • Add new interface ObjectWithOrbitals
  • Fix bug affecting loading of modules when SCINE_MODULE_PATH contains multiple paths
  • Refactor ModuleManager to private implementation

Release 3.0.1

27 Nov 12:00
Compare
Choose a tag to compare

Changes:

  • Update development-utils

Release 3.0.0

27 Nov 06:43
Compare
Choose a tag to compare

Changes:

  • Refactor logging
  • Various bugfixes and improvements

Release 2.0.0

15 May 11:08
Compare
Choose a tag to compare

Changes:

  • Replace Boost HANA with Boost MPL. Note that this changes all the interfaces; Core 2.0.0 is therefore not backwards compatible.
  • Various bugfixes and improvements.