Skip to content

Releases: LaurentRDC/iris-ued

Ability to start the iris GUI and open a dataset

13 Jun 13:12
Compare
Choose a tag to compare

The major change in this version is the ability to guess raw dataset formats using the iris.open_raw function. This allows the possibility to start the GUI and open a dataset at the same time.

Simplified packaging and preparation for conda-forge

11 Jun 01:00
Compare
Choose a tag to compare

The package now only has dependencies that can be installed through conda

5.0.1 : UI and UX tweaks and bug fixes

31 May 21:41
Compare
Choose a tag to compare

This is a minor bug-fix release that also includes user interface niceties (e.g. link to online documentation) and user experience niceties (e.g. confirmation message if you forget pixel masks).

5.0.0 - major re-write

24 May 20:15
Compare
Choose a tag to compare

This new version includes a completely rewritten library and GUI front-end. Earlier datasets will need to be re-processed.

New features:

  • Faster performance thanks to better data layout in HDF5;
  • Plug-in architecture for various raw data formats;
  • Faster performance thanks to npstreams package;
  • Easier to extend GUI skeleton;
  • Online documentation accessible from the GUI;
  • Continuous integration.

The package is now available on PyPI as iris-ued:

python -m pip install iris-ued

Last 4.0 version

01 Mar 18:53
Compare
Choose a tag to compare
FIX: removed skued.pmap

Former-commit-id: c3905c4c70f45edf1ef5cda3157b1c82df47dcc4 [formerly c3905c4c70f45edf1ef5cda3157b1c82df47dcc4 [formerly c6e17d0adcce791821fbd6e853eb92cbd7ceecfb]]
Former-commit-id: 972abf0bebf340c9e4416db690e8eb986370a797
Former-commit-id: 723ca7d341f129de2a8525afaf50b8ecd8ee91d8

GUI overhaul and many added features

10 Jun 18:20
Compare
Choose a tag to compare
Merge pull request #7 from LaurentRDC/4.0

4 0

Former-commit-id: 83b55c658adb807d384088597258ae14596282b2 [formerly 83b55c658adb807d384088597258ae14596282b2 [formerly 426bba2ed56475e0ab1466a7adb0618d1449b643]]
Former-commit-id: 4880e19b2d0a9000727150b1014ce91b82af03ca
Former-commit-id: 9d43fbf77dbb4ec3803927e9d0f3bfcdbf61a694

Usability and field-testing

28 Feb 01:21
Compare
Choose a tag to compare
FIX: negative time-points only datasets would not be displayed

Former-commit-id: b32b479d381fca1089baaf3a7442a8eb40dc5cb1 [formerly b32b479d381fca1089baaf3a7442a8eb40dc5cb1 [formerly 32f7269593cdae77f709df1bac439eddbd7d56e1]]
Former-commit-id: 9d07304ec9b1b7adf2a4cb92d3a4f3ea3a529bfc
Former-commit-id: ac6cad85e7b404008d70b7e268c1d479bc10dd8f

New processing pipeline based on HDF5

05 Jan 15:31
Compare
Choose a tag to compare
Merge pull request #5 from LaurentRDC/v2.0

V 2.0

Former-commit-id: 4f5c11c8039716048b789b78b0024eeba05ffcbe [formerly 4f5c11c8039716048b789b78b0024eeba05ffcbe [formerly a009f19d19a40f03d12ec38dd413f027f877aa9f]]
Former-commit-id: a0052cf1d34e538af46da510de48df11a56fd9c3
Former-commit-id: de4316bf753104e0636a1f32d922ba476154b1ff

Preparation for 'view-by-scan'

21 Jun 16:17
Compare
Choose a tag to compare

This release is also the first release with a license.

Changes

  • Added a license;
  • Simpler interface with HDF5 files;
  • Interface to raw datasets (RawDataset object);
  • Interface to scan-by-scan plotting (PowderDiffractionDiagnosticDataset);
  • Removed 'export to MATLAB' option.

Polycrystalline diffraction pattern center detection via Hough transform

31 May 20:16
Compare
Choose a tag to compare
v1.6

Auto-detection of polycrystalline pattern centers using the Hough tra…