From b4ab531f78a92501364ae0225d0213b959e86cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Mon, 14 Nov 2022 15:00:06 +0100 Subject: [PATCH] Prepare release. --- PyMca5/__init__.py | 2 +- changelog.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/PyMca5/__init__.py b/PyMca5/__init__.py index 6c67446a2..3bcc29aa0 100644 --- a/PyMca5/__init__.py +++ b/PyMca5/__init__.py @@ -27,7 +27,7 @@ __contact__ = "sole@esrf.fr" __license__ = "MIT" __copyright__ = "European Synchrotron Radiation Facility, Grenoble, France" -__version__ = "5.7.6" +__version__ = "5.8.0" import os import sys diff --git a/changelog.txt b/changelog.txt index 667c7f98a..f316c6696 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +VERSION 5.8.0 +------------- + +- IO. Add support of Bruker bcf files + +- ROI Imaging. Allow spatial downsampling of EDF stacks not fitting into memory. + +- Graphics. Correct bug affecting visualization of large images with Matplotlib 6.0+ + VERSION 5.7.6 -------------