Skip to content

Commit 1ef1bf6

Browse files
committed
About to release v0.8.3
1 parent a8e6d34 commit 1ef1bf6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.8.3
2+
======
3+
- Fixes for latest version of quantities.
4+
- Build python wheel as part of release script.
5+
16
v0.8.2
27
======
38
- changed version of dependency "pyodesys"

scripts/run_tests.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# $ ./scripts/run_tests.sh
44
# or
55
# $ ./scripts/run_tests.sh --cov chempy --cov-report html
6-
CHEMPY_DEPRECATION_FILTER='ignore' ${PYTHON:-python3} -m pytest -ra --doctest-modules --black --flake8 $@
6+
7+
CHEMPY_DEPRECATION_FILTER='ignore' ${PYTHON:-python3} -m pytest -ra --doctest-modules $@
8+
#--black
9+
#--flake8
10+
711
MPLBACKEND=Agg ${PYTHON:-python3} -m doctest README.rst
812
rstcheck README.rst

0 commit comments

Comments
 (0)