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

release-v0.4.0

parent 33902e3b
Branches
Tags v0.4.0
No related merge requests found
Pipeline #117415 passed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"email": "dboe@ipp.mpg.de", "email": "dboe@ipp.mpg.de",
"keywords": "tensors, tensor-fields, graphs, mesh, numpy, math", "keywords": "tensors, tensor-fields, graphs, mesh, numpy, math",
"package_name": "tfields", "package_name": "tfields",
"package_version": "0.3.11", "package_version": "0.4.0",
"pypi_username": "dboe", "pypi_username": "dboe",
"remote_namespace": "dboe", "remote_namespace": "dboe",
"remote_provider": "gitlab.mpcdf.mpg.de", "remote_provider": "gitlab.mpcdf.mpg.de",
......
[bumpversion] [bumpversion]
current_version = 0.3.11 current_version = 0.4.0
tag = True tag = True
commit = True commit = True
message = release-v{new_version} message = release-v{new_version}
...@@ -125,7 +125,7 @@ build-dir = docs/_build ...@@ -125,7 +125,7 @@ build-dir = docs/_build
source-dir = docs source-dir = docs
[tool:pytest] [tool:pytest]
addopts = addopts =
--doctest-modules --doctest-modules
junit_family = xunit2 junit_family = xunit2
...@@ -156,9 +156,6 @@ commands_pre = ...@@ -156,9 +156,6 @@ commands_pre =
rm -rf **/__pycache__ rm -rf **/__pycache__
rm -rf **/*.pyc rm -rf **/*.pyc
commands = 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 pytest {envsitepackagesdir}/{[metadata]name} --basetemp="{envtmpdir}" {posargs} --cov={envsitepackagesdir}/{[metadata]name} --junitxml=report/junit.xml --ignore={envsitepackagesdir}/{[metadata]name}/plotting
[testenv:flake8] [testenv:flake8]
......
from setuptools import setup from setuptools import setup
setup(version="0.3.11") setup(version="0.4.0")
...@@ -5,7 +5,7 @@ TODO: proper documentation, also in dough. ...@@ -5,7 +5,7 @@ TODO: proper documentation, also in dough.
__author__ = """Daniel Böckenhoff""" __author__ = """Daniel Böckenhoff"""
__email__ = "dboe@ipp.mpg.de" __email__ = "dboe@ipp.mpg.de"
__version__ = "0.3.11" __version__ = "0.4.0"
# methods: # methods:
from tfields.core import dim, rank from tfields.core import dim, rank
from tfields.mask import evalf from tfields.mask import evalf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment