Changelog¶
0.4.2¶
New Features¶
Issue #33 Improvement: Adds functions to get the atoms and bonds positions. Big thanks to @thinktraveler for opening a request!
0.4.1¶
Bugfix¶
Fixed GraphMolecule animations 36fbd7
0.4.0¶
New Features¶
Issue #18 Improvement: Changes the style of double and triple bonds of GraphMolecule by @UnMolDeQuimica.
Issue #22 Improvement: Adds index labels to GraphMolecules by @UnMolDeQuimica.
Issue #24 Improvement (Huge improvement, for God’s sake it was about time): Implement ruff linter by @UnMolDeQuimica.
Issue #19 Improvement: Add partial molecule selection by @UnMolDeQuimica.
Issue #20 Improvement: Add custom animations to GraphMolecule from bond: Rotate, Change color by @UnMolDeQuimica.
Also, updates the readme with newest changes
0.3.2¶
Fixes¶
Fixed P Orbital example. Special thanks to @Roseleaves for opening the related issue #15. 7ffdc5.
0.3.1¶
Bugfixes¶
Fixed animation issue with SimpleLine and its subclasses.
0.3.0¶
New Features¶
0.2.0¶
New Features¶
Added basic support for chemical formulas. fcc7110
0.1.1¶
New Features¶
Created class NamedMolecule. 3948d73
Bugfixes¶
Fixed implicit hydrogen missing bonds. a66062c
Code improvements¶
Improved rotate bond function. fa0ca46
Auxiliary Files improvements¶
Added English version of Elements.csv file. da7438b
Documentation improvement¶
Fixed typo in add_bonds_numbering example.
Added NamedMolecule example.
0.1.0¶
Creation of the project