Skip to content

Commit 736e3f7

Browse files
committed
Write changelog, bump version
1 parent c1444fe commit 736e3f7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.8.0]
8+
### Added
9+
- Hex*/QuadGrid objects now support `merge_tol` for merging approximately coincident points
10+
11+
### Changed
12+
- Improvement on performance of mesh assembly (5x+)
13+
- Improvement on performance of optimization (20x+)
14+
- Minor API change: use `mesh.settings.property` instead of `mesh.settings['property']`
15+
- Chopping propagation now doesn't overwrite already defined wires within the same block; it's possible to chop two surrounding blocks and the middle one will have different gradings on appropriate wires
16+
- Bugfixes:
17+
- Correct center point of OneCoreDisk
18+
- Correct inner angle calculation for optimization
19+
20+
721
# [1.7.1]
822
### Changed
923
- Bugfix: wrong grading propagation on inverted wires

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.7.1"
3+
version = "1.8.0"
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)