Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBangar committed Aug 7, 2024
1 parent 1d800ec commit a1b06f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [1.6.3]
### Changed
- Bugfix: sorting of cells by sensitivity
- Bugfix: sensitivity calculation moved clamps around
- Output of optimization reports
- Optimization will now skip cells that were made illegal during optimization

### Removed
- Quality caching (produced invalid results and did not speed up optimization)

# [1.6.2]
### Added
- QuarterSplineRound and QuarterSplineRoundRing; cylinders and rings with an arbitrary, parametrized spline cross-section
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "classy_blocks"
version = "1.6.2"
version = "1.6.3"
description = "Python classes for easier creation of openFoam's blockMesh dictionaries."
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit a1b06f2

Please sign in to comment.