Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Hirschvogel committed Nov 29, 2024
1 parent b8c7530 commit 004a7bb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Documentation can be viewed at https://ambit.readthedocs.io

In order to use Ambit, you need to [install FEniCSx](https://github.com/FEniCS/dolfinx#installation)

Latest Ambit-compatible dolfinx release version: v0.8.0\
Latest tested Ambit-compatible dolfinx development version dating to 6 Nov 2024
Latest Ambit-compatible dolfinx release version: N/A\
Latest tested Ambit-compatible dolfinx development version dating to 29 Nov 2024

Ambit can then be installed using pip, either the current release
```
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile_devenv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ambit-compatible dolfinx Docker image (18 Nov 2024)
FROM ghcr.io/fenics/dolfinx/dolfinx@sha256:0dd2885d79f7d2c596fec3d7573e0de97a6f60b888e7d0cb4f4b6c28fb622ce0
# Ambit-compatible dolfinx Docker image (29 Nov 2024)
FROM ghcr.io/fenics/dolfinx/dolfinx@sha256:6bed905ff94a1810707ec6d70f34adb52d2157d22fa5505b40760a126cc31f44

LABEL org.opencontainers.image.source=https://github.com/marchirschvogel/ambit
LABEL org.opencontainers.image.description="ambit_devenv"
Expand Down
Binary file modified docs/source/ambit_doc.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/source/ambit_doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
\usepackage{marvosym}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{scrpage2}
%\usepackage{scrpage2}
\usepackage{textgreek}
%\usepackage{styles/undertilde}
%\usepackage{styles/pifont}
Expand Down Expand Up @@ -125,7 +125,7 @@
\DeclareMathOperator*{\assembly}{\scalerel*{\mathsf{A}}{\sum}}
%%%%%%%%%%%%%%%%%%%%%%%%%

\setcounter{secnumdepth}{3}
%\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

\setlength{\parindent}{0cm}
Expand Down Expand Up @@ -175,7 +175,7 @@ \section{Preface}

\section{Installation}\label{installation}

In order to use Ambit, you need to install FEniCSx (https://github.com/FEniCS/dolfinx\#installation) (latest Ambit-compatible dolfinx development version dates to 28 Aug 2024).\\
In order to use Ambit, you need to install FEniCSx (https://github.com/FEniCS/dolfinx\#installation) (latest Ambit-compatible dolfinx development version dates to 29 Nov 2024).\\

Ambit can then be installed using pip, either the current release
\begin{verbatim}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"]

[project]
name = "ambit-fe"
version = "v1.2.9"
version = "v1.3"
description = "A FEniCS-based cardiovascular multi-physics solver"
authors = [{name = "Marc Hirschvogel", email = "marc.hirschvogel@ambit.net"}]
license = {file = "LICENSE"}
Expand Down

0 comments on commit 004a7bb

Please sign in to comment.