We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e6d34 commit 1ef1bf6Copy full SHA for 1ef1bf6
CHANGES.rst
@@ -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
+
6
v0.8.2
7
======
8
- changed version of dependency "pyodesys"
scripts/run_tests.sh
@@ -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
9
+#--flake8
10
11
MPLBACKEND=Agg ${PYTHON:-python3} -m doctest README.rst
12
rstcheck README.rst
0 commit comments