Skip to content

Commit

Permalink
Set version to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Nov 23, 2024
1 parent 452411a commit 4dba46b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [9.1.0] - 2024-11-23

### Added
- Add the hessian of the element shape functions for a quadratic quad element `QuadraticQuad.hessian()`.
- Add the `order`-argument to `FieldContainer.extract(order="C")` as well as for `Field`, `FieldAxisymmetric`, `FieldPlaneStrain` to return C-contiguous arrays by default.
Expand Down
2 changes: 1 addition & 1 deletion src/felupe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "9.1.0-dev"
__version__ = "9.1.0"

0 comments on commit 4dba46b

Please sign in to comment.