Skip to content

Commit 64f26c6

Browse files
committed
Merge branch 'dev'
2 parents 8534b44 + 21688c4 commit 64f26c6

File tree

281 files changed

+16888
-7422
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+16888
-7422
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This document records all notable changes to
88
This project adheres to `PEP 440 -- Version Identification
99
and Dependency Specification <https://www.python.org/dev/peps/pep-0440/>`_.
1010

11+
0.4.3 (22-08-03)
12+
----------------
13+
- Spectrum and Hsi now moved to **data.spectra**. **This could break your fork if you have custom code.**
14+
- LazyHDF5 now within CRIkit2 instead of external library
15+
- Import macrostage raster images (NIST) from multiple datasets
16+
1117
0.4.2 (22-03-24)
1218
----------------
1319
- Changes to Phase Error Correction UI and some quality of life improvements

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ packages may work.
7373
- PyQT5
7474
- CVXOPT
7575

76-
- LazyHDF5 >= 0.2.2
77-
7876
- Requires H5Py (>= 2.6)
7977

8078
- SciPlot-PyQt >= 0.2.2

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ environment:
1515
MINICONDA_VERSION: "latest"
1616
PYTHON_ARCH: "64"
1717
CONDA_DEPENDENCIES: "numpy scipy pyqt matplotlib h5py cvxopt"
18-
PIP_DEPENDENCIES: "pytest pytest-cov codecov lazyhdf5"
18+
PIP_DEPENDENCIES: "pytest pytest-cov codecov"
1919

2020
matrix:
2121
- PYTHON_VERSION: "3.7"

0 commit comments

Comments
 (0)