From 8ad73c767b1030ab5368d484416e13083acd74e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Sun, 19 May 2024 00:26:05 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d6b108..20fb771b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,9 +18,12 @@ All notable changes to **GSTools** will be documented in this file. ### Bugfixes - build docs with latest sphinx version ([#340](https://github.com/GeoStat-Framework/GSTools/pull/340)) - fixed zero division error in spectral density of Integral model ([#347](https://github.com/GeoStat-Framework/GSTools/pull/347)) +- minor pylint fixes for used-before-assignment issues ([#350](https://github.com/GeoStat-Framework/GSTools/pull/350)) ### Changes - require pyvista 0.40 at least ([#340](https://github.com/GeoStat-Framework/GSTools/pull/340)) +- require matplotlib 3.7 at least ([#350](https://github.com/GeoStat-Framework/GSTools/pull/350)) +- remove universal2 wheels for macos (we already provide separate intel and arm64 wheels) ([#350](https://github.com/GeoStat-Framework/GSTools/pull/350)) ## [1.5.1] - Nifty Neon - 2023-11