Skip to content

Releases: pycroscopy/sidpy

0.12.3

20 Jan 01:16
375e216
Compare
Choose a tag to compare

Variance included by Boris
Visualizer updated to include variance by Boris
Visualizer updated to make it flexible by Gerd
Tests updated by Boris

Breaking Changes:
get_spectrum_dims is renamed to get spectral_dims

0.12.1

01 Aug 14:44
78a293b
Compare
Choose a tag to compare

Small but important update:

  • updates to some of the visualizers (spectrum visualizer for example)
  • bug fix to Sidpy Fitter class that was preventing proper scaling with multiple workers
  • changes on the backend regarding getting and setting dimensions
  • additional tests

0.12.0

03 Jul 20:43
aa760da
Compare
Choose a tag to compare

New version of sidpy has been released. The major change is that previous operations that would have resulted in return of numpy or dask arrays are now programmed to return sidpy dataset objects. This is particularly useful for instance when wishing to crop, slice, and perform standard arithmetic operations on sidpy datasets. The sidpy.fitter class has been updated to allow for complex datasets. An example notebook is provided here

In addition to this major change, there are minor bug fixes throughout to deal with changes/deprecations to numpy, matplotlib, etc. If you run into issues with the new version, please let us know. We expect that given this substantial change, not every workflow will operate as normal without any modification. If this occurs, most likely you simply have to convert the sidpy dataset to a numpy array when it fails in your codebase.

0.11.2

19 Jan 20:30
f4ce8a8
Compare
Choose a tag to compare

compatibility to numpy >1.24

0.11.1

09 Nov 19:55
7d76eb1
Compare
Choose a tag to compare

Minor release. Small fixes to image windowing, four dimensional visualizer, and adding of a structure attribute to the sidpy.dataset object.

0.11

04 Oct 20:09
1e3a0d4
Compare
Choose a tag to compare

Small update to sidpy. Changes since last version:

  • Added CHANNEL dimension type for sidpy dimensions (for example of usage see this link) . This is useful for multi-channel spectral datasets, which can now be plotted using the intrinsic .plot() method
  • Added updated capability on spectral visualizer to enable plotting of multi-channel spectra
  • Small changes with set_dimension() method to be more robust
  • Minor bug fixes
  • Updates to various tests

0.10

01 Jul 20:00
c4b86ae
Compare
Choose a tag to compare

This release adds a few 'under the hood' changes to the sidpy dataset object, with respect to chunking and folding/unfolding. Some minor edits to some visualization functions were also made. A new method visualize_fit_results() to the SidFitter class was added to aid in visualization of functional fits.

0.0.9

29 Apr 19:26
6b6a806
Compare
Choose a tag to compare

Added fitter class and improved tests.

0.0.8

07 Jan 22:18
e43da44
Compare
Choose a tag to compare

Minor bug fixes
Support of thumbnails for icon view of directory

0.0.7

22 Oct 20:36
d09db37
Compare
Choose a tag to compare

updated for new version of ipyfilechooser