Skip to content

Releases: pranabdas/arpespythontools

v1.2.2

08 Jan 03:38
de1f004
Compare
Choose a tag to compare

v1.2.1

07 Jan 08:25
d0080d9
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Jan 07:04
2a14ade
Compare
Choose a tag to compare

What's Changed

  • support python 3.13 (requires python 3.10 or above) by @pranabdas in #18

Full Changelog: v1.1.1...v1.2.0

v1.1.1

07 Jan 06:36
bc5dfe6
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Jan 06:21
b393bf2
Compare
Choose a tag to compare

What's Changed

  • update poetry and other deps (requires python 3.9 or above) by @pranabdas in #17

Full Changelog: v1.0.3...v1.1.0

v1.0.3

07 Oct 07:39
Compare
Choose a tag to compare

Republish 1.0.0.

v1.0.0

06 Oct 10:29
Compare
Choose a tag to compare
  • Restructure the project as Python module
  • Release package in PyPI

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