Skip to content
Snippets Groups Projects
Commit af214795 authored by Daniel Böckenhoff's avatar Daniel Böckenhoff
Browse files

release: v0.5.0

parent 41c670c8
Branches master
Tags v0.5.0
No related merge requests found
Pipeline #172876 passed
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,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.4.0", "package_version": "0.5.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",
......
[tool.poetry] [tool.poetry]
name = "tfields" name = "tfields"
version = "0.4.0" version = "0.5.0"
description = "Tensors, tensor fields, graphs, mesh manipulation, CAD and more on the basis of numpy.ndarrays. All objects keep track of their coordinate system. Symbolic math operations work for object manipulation." description = "Tensors, tensor fields, graphs, mesh manipulation, CAD and more on the basis of numpy.ndarrays. All objects keep track of their coordinate system. Symbolic math operations work for object manipulation."
authors = ["Daniel Böckenhoff <dboe@ipp.mpg.de>"] authors = ["Daniel Böckenhoff <dboe@ipp.mpg.de>"]
license = "MIT License" license = "MIT License"
......
...@@ -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.4.0" __version__ = "0.5.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.
Finish editing this message first!
Please register or to comment