Skip to content

Releases: lukasturcani/stk

v2024.3.28.0

28 Mar 16:01
7ed418d
Compare
Choose a tag to compare
Small fixes and typing (#527)

v2024.3.3.0

03 Mar 16:40
5558bfb
Compare
Choose a tag to compare
Fix complex (#526)

Related Issues: #524

The existing implementation was overwriting the existing host
vertex if the guest was the same building block as the vertex.
Fix this by appending to the list of vertices that a given building
block is attached to.

v2023.7.28.0

28 Jul 17:11
9242c29
Compare
Choose a tag to compare
  • (#512) @andrewtarzia added a new topology for a small molecule with N arms around a central building block. Use it with stk.small.NCore.

v2023.7.19.1

19 Jul 11:30
a514b46
Compare
Choose a tag to compare

Added Cage.get_vertex_alignments()

v2023.7.19.0

19 Jul 10:26
3d8e12a
Compare
Choose a tag to compare

Updated docs

v2023.7.18.0

18 Jul 16:10
08fff4a
Compare
Choose a tag to compare

Breaking changes

  • FitnessCalculator.get_fitness_value() now takes a MoleculeRecord instead of a ConstructedMolecule. A ConstructedMolecule can be easily retrieved by calling .get_molecule() on the MoleculeRecord object.

v2023.7.6.0

06 Jul 10:25
3edb31d
Compare
Choose a tag to compare

Breaking Changes

  • (#498) @lukasturcani made fitness functions use MoleculeRecord instances as input, instead of ConstructedMolecule. This is a breaking api change, but a ConstructedMolecule can be retrieved from a MoleculeRecord with the get_molecule() method.

Additional Changes

  • (#478) @austin-mroz added support for using pathlib.Path to write() methods, removing the need to write things like str(path / new_path)
  • (#479) @austin-mroz and @lukasturcani removed old database dumps from the tests, as they were not working and provided little utility

v2022.6.17.0

17 Jun 11:12
1666cd6
Compare
Choose a tag to compare

v2022.6.10.0

10 Jun 16:42
34a2d14
Compare
Choose a tag to compare

(#455) @andrewtarzia fixed the alignment of terminal building blocks with a single placer atom in the Linear polymer topology graph.
(#449) @lukasturcani deprecated the reading of pdb files as they do not support bond orders greater than 1.
@lukasturcani added some type hints.

v2022.5.2.1

02 May 19:25
954b579
Compare
Choose a tag to compare

@lukasturcani Added type hints for the Linear polymer class.