From b71b3c5f0e3436a8e1c35bb5a6fc91d2077166f0 Mon Sep 17 00:00:00 2001 From: kinnala Date: Mon, 8 Apr 2024 00:21:46 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08efb01f..8ceea71d 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,12 @@ 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) with respect to documented and/or tested features. +### Unreleased + +- Fixed: Tests now pass with `numpy==2.0rc1` +- Fixwd: `MappingAffine` uses lazy evaluation also for element mappings +- Fixed: `MeshTet.init_tensor` uses less memory for large meshes + ### [9.0.1] - 2024-01-12 - Fixed: `ElementVector` works also for split_bases/split_indices in case `mesh.dim() != elem.dim`