File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.9.3]
9
+
10
+ ### Added
11
+
12
+ - ` trust-constr ` optimization algorithm
13
+ - pass arbitrary options to ` scipy.optimize.minimize `
14
+
15
+ ### Changed
16
+
17
+ - Bugfix: always use grid quality when checking for rollback
18
+
8
19
## [ 1.9.2]
9
20
10
21
- Bugfix: mixed grid and junction qualities
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " classy_blocks"
3
- version = " 1.9.2 "
3
+ version = " 1.9.3 "
4
4
description = " Python classes for easier creation of openFoam's blockMesh dictionaries."
5
5
readme = " README.md"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments