From 33fd3b4704e3852ef282055961852870cc0559ea Mon Sep 17 00:00:00 2001 From: kandelabr Date: Tue, 4 Jun 2024 13:48:25 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f54467..abf2551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.1] +### Added +- Optimization: + - Choice of solver (different problems require - work best - with different solvers) + - Richer output (timing, relative improvement) for easier choice of solver +- Curves: + - get_param_at_length() + - Direct imports of various classes +- A new example: custom sketch +- Mesh: + - assemble(): an option to skip creating edges; most useful when assembling mesh before optimization but later a backport() will be called + +### Changed +- Improved optimization speed + # [1.5.0] ### Added - Curves: