Skip to content

Commit

Permalink
Merge branch 'release-0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonbh committed Jun 15, 2022
2 parents cde61e0 + b2cc95d commit 18cd10a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased]

## [0.1.2]

### Changed

- Wrapped `qcng.compute` and `qcng.compute_procedure` directly with `bigqc.task` rather than redefining each function
- Simplified settings by removing `get_settings` function in favor of globally defined `settings` object. (No advantage to using a callable since we are not using dependency injection of a settings callable.)
- Updated app name to `bigqc` from `tasks` in `app.py`.

### Added

### Removed

## [0.1.1]

### Changed
Expand All @@ -36,6 +34,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Initial release of core BigQC feature set. Tasks for `compute` (single point energy, gradient, hessian, and properties calculations) and `compute_procedure` (geometry optimization routine). Algorithms for distributed hessian and normal mode analysis with their associated tasks.

[unreleased]: https://github.com/coltonbh/bigqc/compare/0.1.1...HEAD
[unreleased]: https://github.com/coltonbh/bigqc/compare/0.1.2...HEAD
[0.1.2]: https://github.com/coltonbh/bigqc/releases/tag/0.1.2
[0.1.1]: https://github.com/coltonbh/bigqc/releases/tag/0.1.1
[0.1.0]: https://github.com/coltonbh/bigqc/releases/tag/0.1.0
1 change: 1 addition & 0 deletions bigqc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bigqc"
version = "0.1.1"
version = "0.1.2"
description = "A distributed system for scaling and parallelizing quantum chemistry calculations"
authors = ["Colton Hicks <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 18cd10a

Please sign in to comment.