Skip to content

Commit

Permalink
Merge pull request #23 from Lnaden/master
Browse files Browse the repository at this point in the history
Update to 0.5.1
  • Loading branch information
dgasmith authored Jan 29, 2019
2 parents 084be0b + 777106d commit af31786
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-envs/psi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.2.1
- qcelemental >=0.2.2
- pydantic >=0.18.1

# Testing
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/rdkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.2.1
- qcelemental >=0.2.2
- pydantic >=0.18.1

# Testing
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/torchani.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pyyaml
- py-cpuinfo
- psutil
- qcelemental >=0.2.1
- qcelemental >=0.2.2
- pydantic >=0.18.1

# Testing
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: qcengine
version: "0.2.2"
version: "0.5.1"

source:
path: ../..
Expand All @@ -20,7 +20,7 @@ requirements:
- py-cpuinfo
- pyyaml
- psutil
- qcelemental
- qcelemental >=0.2.2

test:
requires:
Expand Down
22 changes: 16 additions & 6 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
Changelog
=========

vX.Y.0 / 2019-MM-DD
.. vX.Y.0 / 2019-MM-DD
.. -------------------
..
.. New Features
.. ++++++++++++
..
.. Enhancements
.. ++++++++++++
..
.. Bug Fixes
.. +++++++++
v0.5.1 / 2019-01-29
-------------------

New Features
++++++++++++

Enhancements
++++++++++++

Bug Fixes
+++++++++
- (:pr:`22`) Compute results are now returned as a dict of Python Primals which have
been serialized-deserialized through Pydantic instead of returning un-processed Python objects
or json-compatible string.

v0.5.0 / 2019-01-28
-------------------
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
'pyyaml',
'py-cpuinfo',
'psutil',
'qcelemental>=0.2.1',
'qcelemental>=0.2.2',
'pydantic>=0.18.0'
],
entry_points={"console_scripts": [
Expand All @@ -43,8 +43,10 @@
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
zip_safe=False,
long_description="""
Expand Down

0 comments on commit af31786

Please sign in to comment.