Releases: pranabdas/arpespythontools
Releases · pranabdas/arpespythontools
v1.0.3
v1.0.0
v0.6.1
v0.6.0
v0.5.2
- Differentiate w.r.t. energy and angle instead of unitary spacing in
cv2d
andlaplacian
- use numpy
nanargmin
instead ofargmin
inplane_slice
and extractingline_profile
module - convert
nan
to zero in data values inplane_slice
and extractingline_profile
module
v0.5.1
v0.5.0
v0.4.1
v0.4.0
- 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