Skip to content

Releases: pycroscopy/pycroscopy

0.63.2

09 Aug 16:05
ae28cb8
Compare
Choose a tag to compare

Updating previous release. Apparently, putting '1b' marks the release on pypi as a 'pre-release'. There are no changes between this release and that pre-release (0.63.1b).

0.63.1b

09 Aug 15:14
3d15320
Compare
Choose a tag to compare

This is a minor update to the previous release that fixes a dimension setting issue in image registration methods.

0.63.1

08 Aug 18:57
674e4f3
Compare
Choose a tag to compare

Minor release with small bug fixes:

  • metadata saving in MatrixFactor class is now handled correctly
  • image registration tools are fixed for working with the latest sidpy

0.63.0

03 Jul 19:47
6389960
Compare
Choose a tag to compare

New in this version:

  • added an AtomStats module
  • added a simple flatten function useful for AFM/STM data
  • bug fixes to image cleaning and image windowing and other functions.
  • minor changes to documentation
  • more rigorous testing

0.62.1

17 Nov 13:02
6d7267b
Compare
Choose a tag to compare

This is a minor release. Image Windowing bugs have been fixed, and associated tests are also now passing.

v0.62.0

01 Apr 20:31
8d83478
Compare
Choose a tag to compare

"Phoenix" branch release of pycroscopy

Here, we have completely reorganized pycroscopy to be formally part of the pycroscopy ecosystem of packages. In this new schema, the package pycroscopy contains domain-agnostic imaging and machine learning methods to be applied to sidpy datasets. For example, image windowing and tensor factorization can be done with sidpy datasets as input to the relevant pycroscopy methods. Henceforth, the Phoenix branch is being renamed 'main' and the old versions of px will exist purely on the legacy branch (or, alternatively, may be downloaded via PyPi).

v0.61.0-alpha2

20 Sep 12:15
67fe7b8
Compare
Choose a tag to compare
v0.61.0-alpha2 Pre-release
Pre-release

Alpha Release of the phoenix version of pycroscopy. This contains some ML modules as well as image windowing, but is largely a placeholder as more functions get written in. However, there was enough interest in the windowing and the local crystallography functions that we decided to provide this alpha release.

0.61.0-alpha

17 Sep 21:00
Compare
Choose a tag to compare
0.61.0-alpha Pre-release
Pre-release

Alpha Release of the phoenix version of pycroscopy. This contains some ML modules as well as image windowing, but is largely a placeholder as more functions get written in. However, there was enough interest in the windowing and the local crystallography functions that we decided to provide this alpha release.

0.60.8

16 Apr 21:22
Compare
Choose a tag to compare
  • Removed content that has been moved to BGLib
  • Updated import statements to be compatible with pyUSID 0.0.10

0.60.7

31 Aug 01:54
1430768
Compare
Choose a tag to compare

Release for compatibility, several bug fixes, and use of sidpy where appropriate. The BE processing notebook has also been tested to ensure that this release is compatible with the latest sidpy and pyUSID updates.

Major changes

  • BEPS Data generator now functional
  • Bug fixes for BE Visualization
  • SHO Fit function update
  • Utilizes sidpy wherever necesssary (preparation for pycroscopy ecosystem)
  • hypIR bug fix
  • Several bug fixes and updates to the BE odf translation tool
  • Better verbosity for some functions

and many other minor changes and code cleanup mostly affecting older translators.
This will likely be the last release of pycroscopy before the change to the new ecosystem . Most of the BE-specific code will be moved to pyBGlib, and only some core functions of px that are domain-agnostic will remain.