Skip to content

Commit

Permalink
Set version to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Apr 12, 2024
1 parent 3ba3424 commit e0eb8c7
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]

## [8.4.0] - 2024-04-12

### Added
- Add `math.solve_2d(A, b, solver=np.linalg.solve, **kwargs)` to be used in `newtonrhapson(solve=solve_2d, ...)` for two-dimensional unknowns. This is useful for local Newton-iterations related to viscoelastic evolution equations inside constitutive material formulations.
- Add x- and y-offsets in `Job.plot(xoffset=0.0, yoffset=0.0)`.
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__ = "8.4.0-dev"
__version__ = "8.4.0"

0 comments on commit e0eb8c7

Please sign in to comment.