From ca3f719b777839d5663d92ffe72255e374cb6c20 Mon Sep 17 00:00:00 2001 From: Stephan Kuschel <stephan.kuschel@gmail.com> Date: Tue, 26 Sep 2023 21:52:26 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3af79a..4c86801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Changelog of postpic current master -------------- + +v0.5 +---- + +2022-10-22 + +This is the last version with python 2 support. Changes in setuptools (see for example python [PEP 517](https://peps.python.org/pep-0517/) and [PEP 660](https://peps.python.org/pep-0660/) ) require changes in the setup. Backward compatibility will therefore be dropped. Current tests already do not inlcude python2 anymore. + + **Highlights** * Parallelized implementation of `Field.map_coordinates` -- GitLab