Skip to content

Commit 71b1b78

Browse files
committed
Update changelog and bump version
1 parent 367eaa6 commit 71b1b78

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
819
## [1.9.2]
920

1021
- Bugfix: mixed grid and junction qualities

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.9.2"
3+
version = "1.9.3"
44
description = "Python classes for easier creation of openFoam's blockMesh dictionaries."
55
readme = "README.md"
66
license = "MIT"

0 commit comments

Comments
 (0)