Skip to content

Commit

Permalink
Merge pull request #57 from Lnaden/064
Browse files Browse the repository at this point in the history
Update changelog for an 0.6.4 bugfix
  • Loading branch information
Lnaden authored Mar 21, 2019
2 parents 5ded596 + 8860641 commit ffdab97
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Changelog
.. Bug Fixes
.. +++++++++
v0.6.4 / 2019-03-21
-------------------

Bug Fixes
+++++++++

- (:pr:`54`) Psi4's Engine implementation now checks its key words in a case insensitive way to give the same value
whether you called Psi4 or Engine to do the compute.
- (:pr:`55`) Fixed an error handling routine in Engine to match Psi4.
- (:pr:`56`) Complex inputs are now handled better through Psi4's wrapper which caused Engine to hang while trying
to write to ``stdout``.


v0.6.3 / 2019-03-15
-------------------

Expand All @@ -30,6 +43,7 @@ Enhancements

Bug Fixes
+++++++++

- (:pr:`50` and :pr:`51`) Executing Psi4 on a single node with multiprocessing is more stable because Psi4 temps are
moved to scratch directories. This behavior is now better documented with an example as well.
- (:pr:`52`) Psi4 calls are now executed through the ``subprocess`` module to prevent possible multiprocessing issues
Expand Down

0 comments on commit ffdab97

Please sign in to comment.