Skip to content

Commit

Permalink
Merge pull request #856 from vasole/version
Browse files Browse the repository at this point in the history
Prepare version 5.7.2
  • Loading branch information
vasole authored Apr 8, 2022
2 parents 0c989c1 + e427fee commit 674dee7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PyMca5/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__contact__ = "sole@esrf.fr"
__license__ = "MIT"
__copyright__ = "European Synchrotron Radiation Facility, Grenoble, France"
__version__ = "5.7.1"
__version__ = "5.7.2"

import os
import sys
Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
VERSION 5.7.2
-------------

- IO. Robust access to HDF5 files while being written.

- IO. Support ProSpect v1.1.36

- ROI Imaging. Double click on Stack Window adds spectrum to MCA window.

- Support building of frozen binaries with PyInstaller

VERSION 5.7.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--only-binary numpy,h5py,PyQt5,PySide2

numpy >= 1.8
fisx >= 1.1.5
fisx >= 1.1.6
PyOpenGL # For PyMca5.Object3D module
h5py # For HDF5 file format support
matplotlib > 1.0 # For visualization
Expand Down

0 comments on commit 674dee7

Please sign in to comment.