Skip to content

Releases: pranabdas/arpespythontools

v0.6.1

24 May 09:48
Compare
Choose a tag to compare
consider data block with any number instead of 1

remove optional space matching in regex expressions

v0.6.0

24 May 08:09
Compare
Choose a tag to compare
  • Use regex for improved text processing
  • Fix formatting in various source files

v0.5.2

11 Feb 02:47
Compare
Choose a tag to compare
  • Differentiate w.r.t. energy and angle instead of unitary spacing in cv2d and laplacian
  • use numpy nanargmin instead of argmin in plane_slice and extracting line_profile module
  • convert nan to zero in data values in plane_slice and extracting line_profile module

v0.5.1

09 Feb 03:06
Compare
Choose a tag to compare
  • fix: make modules compatible when energy, theta or phi is not in increasing order
  • make modules robust even when user provides min value greater than the max value

v0.5.0

06 Feb 05:16
Compare
Choose a tag to compare
  • implementation of a custom data loader (user request)
  • fix: include max index in plane_slice and line_profile

v0.4.1

13 Jan 14:28
Compare
Choose a tag to compare
  • extend boundary while calculating convolution for laplacian and 2d-curvature
  • fix: include max array index in crop_2d output

v0.4.0

04 Dec 01:42
Compare
Choose a tag to compare
  • Multiprocessor implementation of kconv3d
  • Extend boundaries while calculating convolution for Laplacian and 2D curvature. This produces the same shaped output array as the input array, no need to remove border artefacts.
  • Run workflow tests on Python v3.11 (as well as v3.10)
  • Other minor improvements

v0.3.1

07 Apr 03:40
Compare
Choose a tag to compare
  • fix: load_ses_spectra incorrectly omitted last character of lines in data block

v0.3.0

25 Mar 09:46
2aa71ac
Compare
Choose a tag to compare
  • New save_xps module to save XPS data in two column format.

v0.2.1

26 Oct 09:16
Compare
Choose a tag to compare
  • Improvements to load_ses_map module.
  • Few function and file names changed to all lowercase.
  • Other minor changes.