Skip to content

Commit

Permalink
About to release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Jul 16, 2023
1 parent a8e6d34 commit 1ef1bf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,8 @@
v0.8.3
======
- Fixes for latest version of quantities.
- Build python wheel as part of release script.

v0.8.2
======
- changed version of dependency "pyodesys"
Expand Down
6 changes: 5 additions & 1 deletion scripts/run_tests.sh
Expand Up @@ -3,6 +3,10 @@
# $ ./scripts/run_tests.sh
# or
# $ ./scripts/run_tests.sh --cov chempy --cov-report html
CHEMPY_DEPRECATION_FILTER='ignore' ${PYTHON:-python3} -m pytest -ra --doctest-modules --black --flake8 $@

CHEMPY_DEPRECATION_FILTER='ignore' ${PYTHON:-python3} -m pytest -ra --doctest-modules $@
#--black
#--flake8

MPLBACKEND=Agg ${PYTHON:-python3} -m doctest README.rst
rstcheck README.rst

0 comments on commit 1ef1bf6

Please sign in to comment.