Skip to content
Snippets Groups Projects
Commit 8b17ff25 authored by dboe's avatar dboe
Browse files

release-v0.4.0

parent 33902e3b
No related branches found
Tags v0.4.0
No related merge requests found
Pipeline #117415 passed
......@@ -9,7 +9,7 @@
"email": "dboe@ipp.mpg.de",
"keywords": "tensors, tensor-fields, graphs, mesh, numpy, math",
"package_name": "tfields",
"package_version": "0.3.11",
"package_version": "0.4.0",
"pypi_username": "dboe",
"remote_namespace": "dboe",
"remote_provider": "gitlab.mpcdf.mpg.de",
......
[bumpversion]
current_version = 0.3.11
current_version = 0.4.0
tag = True
commit = True
message = release-v{new_version}
......@@ -125,7 +125,7 @@ build-dir = docs/_build
source-dir = docs
[tool:pytest]
addopts =
addopts =
--doctest-modules
junit_family = xunit2
......@@ -156,9 +156,6 @@ commands_pre =
rm -rf **/__pycache__
rm -rf **/*.pyc
commands =
# The {envsitepackagesdir} parts prevent ImportPathMismatchError https://tox.wiki/en/latest/example/pytest.html
# That means also that you have to specify relative paths (e.g. --ignore) like so --ignore={envsitepackagesdir}/{[metadata]name}/plotting
# The below line is long and not broken and continued because of this error: https://github.com/tox-dev/tox/issues/945
pytest {envsitepackagesdir}/{[metadata]name} --basetemp="{envtmpdir}" {posargs} --cov={envsitepackagesdir}/{[metadata]name} --junitxml=report/junit.xml --ignore={envsitepackagesdir}/{[metadata]name}/plotting
[testenv:flake8]
......
from setuptools import setup
setup(version="0.3.11")
setup(version="0.4.0")
......@@ -5,7 +5,7 @@ TODO: proper documentation, also in dough.
__author__ = """Daniel Böckenhoff"""
__email__ = "dboe@ipp.mpg.de"
__version__ = "0.3.11"
__version__ = "0.4.0"
# methods:
from tfields.core import dim, rank
from tfields.mask import evalf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment