File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
17
# [ 1.6.2]
8
18
### Added
9
19
- QuarterSplineRound and QuarterSplineRoundRing; cylinders and rings with an arbitrary, parametrized spline cross-section
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " classy_blocks"
3
- version = " 1.6.2 "
3
+ version = " 1.6.3 "
4
4
description = " Python classes for easier creation of openFoam's blockMesh dictionaries."
5
5
readme = " README.md"
6
6
license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments