Recent Releases of https://github.com/pranabdas/arpespythontools

https://github.com/pranabdas/arpespythontools - v1.2.2

Full Changelog: https://github.com/pranabdas/arpespythontools/compare/v1.2.1...v1.2.2

- Python
Published by pranabdas about 1 year ago

https://github.com/pranabdas/arpespythontools - v1.2.1

Full Changelog: https://github.com/pranabdas/arpespythontools/compare/v1.2.0...v1.2.1

- Python
Published by pranabdas about 1 year ago

https://github.com/pranabdas/arpespythontools - v1.2.0

What's Changed

  • support python 3.13 (requires python 3.10 or above) by @pranabdas in https://github.com/pranabdas/arpespythontools/pull/18

Full Changelog: https://github.com/pranabdas/arpespythontools/compare/v1.1.1...v1.2.0

- Python
Published by pranabdas about 1 year ago

https://github.com/pranabdas/arpespythontools - v1.1.1

Full Changelog: https://github.com/pranabdas/arpespythontools/compare/v1.1.0...v1.1.1

- Python
Published by pranabdas about 1 year ago

https://github.com/pranabdas/arpespythontools - v1.1.0

What's Changed

  • update poetry and other deps (requires python 3.9 or above) by @pranabdas in https://github.com/pranabdas/arpespythontools/pull/17

Full Changelog: https://github.com/pranabdas/arpespythontools/compare/v1.0.3...v1.1.0

- Python
Published by pranabdas about 1 year ago

https://github.com/pranabdas/arpespythontools - v1.0.3

Republish 1.0.0.

- Python
Published by pranabdas over 1 year ago

https://github.com/pranabdas/arpespythontools - v1.0.0

  • Restructure the project as Python module
  • Release package in PyPI

- Python
Published by pranabdas over 1 year ago

https://github.com/pranabdas/arpespythontools - v0.6.1

- Python
Published by pranabdas over 1 year ago

https://github.com/pranabdas/arpespythontools - v0.6.0

  • Use regex for improved text processing
  • Fix formatting in various source files

- Python
Published by pranabdas over 1 year ago

https://github.com/pranabdas/arpespythontools - v0.5.2

  • 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

- Python
Published by pranabdas about 3 years ago

https://github.com/pranabdas/arpespythontools - v0.5.1

  • 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

- Python
Published by pranabdas about 3 years ago

https://github.com/pranabdas/arpespythontools - v0.5.0

  • implementation of a custom data loader (user request)
  • fix: include max index in plane_slice and line_profile

- Python
Published by pranabdas about 3 years ago

https://github.com/pranabdas/arpespythontools - v0.4.1

  • extend boundary while calculating convolution for laplacian and 2d-curvature
  • fix: include max array index in crop_2d output

- Python
Published by pranabdas about 3 years ago

https://github.com/pranabdas/arpespythontools - 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

- Python
Published by pranabdas about 3 years ago

https://github.com/pranabdas/arpespythontools - v0.3.1

  • fix: load_ses_spectra incorrectly omitted last character of lines in data block

- Python
Published by pranabdas almost 4 years ago

https://github.com/pranabdas/arpespythontools - v0.3.0

  • New save_xps module to save XPS data in two column format.

- Python
Published by pranabdas almost 4 years ago

https://github.com/pranabdas/arpespythontools - v0.2.1

  • Improvements to load_ses_map module.
  • Few function and file names changed to all lowercase.
  • Other minor changes.

- Python
Published by pranabdas over 4 years ago

https://github.com/pranabdas/arpespythontools - v0.2.0

  • New laplacian and cv2d (2D curvature) module, other minor changes.

- Python
Published by pranabdas over 4 years ago

https://github.com/pranabdas/arpespythontools - v0.1.3

  • Simplification on line_profile and plane_slice module. The method to determine index of min and max limits is more elegant now.
  • Doc on XPS data included.

- Python
Published by pranabdas over 4 years ago

https://github.com/pranabdas/arpespythontools - v0.1.2

  • New and improved rotate_2D and rotate_3D array rotation modules. Previous rotate module is deprecated.

- Python
Published by pranabdas over 4 years ago

https://github.com/pranabdas/arpespythontools - v0.1.1

  • Improvements in the documentation.
  • Minor fix in the line_profile module. Earlier it required unwanted x (axis scale for the first dimension of data), which has been now removed.

- Python
Published by pranabdas almost 5 years ago

https://github.com/pranabdas/arpespythontools - v0.1.0

First release of ARPES Python Tools library.

- Python
Published by pranabdas almost 5 years ago