From a5c8991bb231eac773789b7d9b4ed947ed6c33d5 Mon Sep 17 00:00:00 2001 From: kandelabr Date: Tue, 11 Jun 2024 15:56:22 +0200 Subject: [PATCH] Update changelog and bump version --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf2551..b7a2d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +# [1.5.2] +### Added +- Spline edges on QuarterDisk, HalfDisk and Disk (FourCoreDisk) to improve mesh quality +- Face.remove_edges() to reset all edges to simple lines +- RoundSolidShape.remove_inner_edges() to get rid of splines in case the vertices need to be moved (in optimization, for example) + +### Changed +- Updated affected tutorials (diffusers, cyclone) + # [1.5.1] ### Added - Optimization: diff --git a/pyproject.toml b/pyproject.toml index ad3b7a2..03fe37c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "classy_blocks" -version = "1.5.1" +version = "1.5.2" description = "Python classes for easier creation of openFoam's blockMesh dictionaries." readme = "README.md" license = { file = "LICENSE" }