Skip to content

Commit a1b06f2

Browse files
committed
Update changelog and bump version
1 parent 1d800ec commit a1b06f2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [1.6.3]
8+
### Changed
9+
- Bugfix: sorting of cells by sensitivity
10+
- Bugfix: sensitivity calculation moved clamps around
11+
- Output of optimization reports
12+
- Optimization will now skip cells that were made illegal during optimization
13+
14+
### Removed
15+
- Quality caching (produced invalid results and did not speed up optimization)
16+
717
# [1.6.2]
818
### Added
919
- QuarterSplineRound and QuarterSplineRoundRing; cylinders and rings with an arbitrary, parametrized spline cross-section

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "classy_blocks"
3-
version = "1.6.2"
3+
version = "1.6.3"
44
description = "Python classes for easier creation of openFoam's blockMesh dictionaries."
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)