Skip to content

Commit

Permalink
Bumped version to 0.11.9. Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Aug 17, 2024
1 parent 96c7da4 commit 9ad6633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [0.11.9] - 2024-08-16

### Changed

- `Structure` views now use `GridViewer` when laying out multiple structures with `py3Dmol` so as to use only one WebGL context for all images. This dramatically improves performance and reduces lag.
- Added `view_2d` option for viewing a `2D` image of a molecule rather than the `3D` viewer.

### Added

- View for `ConformerSearchResults`.
- `view_2d` option for viewing a `2D` image of a molecule rather than the `3D` viewer.

## [0.11.8] - 2024-08-13

Expand Down Expand Up @@ -423,7 +425,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.8...HEAD
[unreleased]: https://github.com/coltonbh/qcio/compare/0.11.9...HEAD
[0.11.9]: https://github.com/coltonbh/qcio/releases/tag/0.11.9
[0.11.8]: https://github.com/coltonbh/qcio/releases/tag/0.11.8
[0.11.7]: https://github.com/coltonbh/qcio/releases/tag/0.11.7
[0.11.6]: https://github.com/coltonbh/qcio/releases/tag/0.11.6
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.8"
version = "0.11.9"
description = "Beautiful and user friendly data structures for quantum chemistry."
authors = ["Colton Hicks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9ad6633

Please sign in to comment.