Skip to content

Commit

Permalink
Bumped version to 0.11.17. Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Dec 11, 2024
1 parent 0f8b7bc commit c29056e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [0.11.17] - 2024-12-11

### Changed

- `structure_to_smiles()` (and by extension `Structure.to_smiles()`) now use the Hueckel method by default for `rdkit's` `DetermineBonds` function. This is more robust than the default `connect-the-dots` method. Parameters for `use_hueckel`, `use_vdw` and `allow_charged_fragments` are now available for more optionality when determining the bonding in a structure (a prerequisite to generating the SMILES string). Default changed to `use_hueckel` since this should be the most robust.
Expand Down Expand Up @@ -477,7 +479,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- `SinglePointComputedProperties`
- `Wavefunction`

[unreleased]: https://github.com/coltonbh/qcio/compare/0.11.16...HEAD
[unreleased]: https://github.com/coltonbh/qcio/compare/0.11.17...HEAD
[0.11.17]: https://github.com/coltonbh/qcio/releases/tag/0.11.17
[0.11.16]: https://github.com/coltonbh/qcio/releases/tag/0.11.16
[0.11.15]: https://github.com/coltonbh/qcio/releases/tag/0.11.15
[0.11.14]: https://github.com/coltonbh/qcio/releases/tag/0.11.14
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "qcio"
version = "0.11.16"
version = "0.11.17"
description = "Beautiful and user friendly data structures for quantum chemistry."
authors = ["Colton Hicks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c29056e

Please sign in to comment.