Skip to content
Snippets Groups Projects
Commit a351b322 authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Update to version 1.1

parent c0b5de3f
No related branches found
No related tags found
1 merge request!5Update to version 1.1
Pipeline #219158 passed
Change log
----------
1.1 (2019-12-15)
~~~~~~~~~~~~~~~~
- Symmetrize system
- Scale the equations to match
- Introduce subfunctionals
- Subfunctionals are equal for off-diagonal entries
- Resolve stf-terms using orthogonality
- Make r13 as default in formulation rather than decoupled
- Refactor CIP as separate subfunctionals
- Add antisymm ring, not used for now but can improve convergence
- Create package
- Move files into separate folder and add setup.py
- CI is changed
- Installation through "pip install ." in toplevel
- Clean repository
1.0 (2019-09-23)
~~~~~~~~~~~~~~~~
......
......@@ -258,7 +258,7 @@ Python notes
Create new version tag
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Add CHANGELOG entry
2. Adapt version in `conf.py` for docs
2. Adapt version in `conf.py` for docs and `setup.py` for package
3. Change badge in ``README.rst``
4. Change version in program information printing
......@@ -381,7 +381,7 @@ Contact
:target: https://git.rwth-aachen.de/lamboo/fenicsR13/pipelines
:alt: Test coverage
.. |version| image:: https://img.shields.io/badge/version-v1.0-blue.svg
.. |version| image:: https://img.shields.io/badge/version-v1.1-blue.svg
:target: https://git.rwth-aachen.de/lamBOO/fenicsR13/-/tags
:alt: Documentation Website
......
......@@ -25,7 +25,7 @@ copyright = '2019'
author = 'Lambert Theisen'
# The full version, including alpha/beta/rc tags
release = '1.0'
release = '1.1'
# -- General configuration ---------------------------------------------------
......
......@@ -28,7 +28,7 @@ def print_information():
.. code-block:: text
-> Version: v1.0
-> Version: v1.1
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Repository: <https://git.rwth-aachen.de/lamBOO/fenicsR13>
......@@ -40,7 +40,7 @@ def print_information():
|_| \___|_| |_|_|\___|___/_| \_\_|____/
"""
print(r"""-> Version: v1.0
print(r"""-> Version: v1.1
-> Contact: Lambert Theisen <lambert.theisen@rwth-aachen.de>
-> Contact: Manuel Torrilhon <mt@mathcces.rwth-aachen.de>
-> Repository: <https://git.rwth-aachen.de/lamBOO/fenicsR13>
......
......@@ -8,7 +8,7 @@ def readme(): # pylint: disable=missing-function-docstring
setup(
name="fenicsR13",
version="1.0",
version="1.1",
description="FEniCS (FEM) Solver for Non.-Eq.-Gases Based on R13 Equations",
long_description=readme(),
url="https://git.rwth-aachen.de/lamBOO/fenicsR13",
......
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