Skip to content

Commit

Permalink
edit Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JTHesse committed May 13, 2024
1 parent 3ccc112 commit 206663a
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ SPDX-License-Identifier: BSD-3-Clause

All notable changes to this project will be documented in this file.

## [1.1.5] - 2024-05-13

### Fixed

- CSV Output order
- Force Boundary Condition
- Nodeset compute class
- Orientation
- UMAT Interface

### Added

- Solver summary
- Calculate cauchy and von Mises stress
- calculate_shape_tensor and calculate_deformation_gradient functions #152

### Changed

- Optimized Anisotropic Damage
- Optimized MPI communication #151

## [1.1.4] - 2024-04-10

### Fixed
Expand All @@ -22,7 +43,7 @@ All notable changes to this project will be documented in this file.
- Abaqus mesh to txt
- Docs

## Changed
### Changed

- MPI non-blocking
- Bond length seperated from field #137
Expand Down

2 comments on commit 206663a

@JTHesse
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/106673

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.5 -m "<description of version>" 206663a68c6afda55146eae31253a057c6d77aa5
git push origin v1.1.5

Please sign in to comment.