Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.43 KB

HISTORY.rst

File metadata and controls

68 lines (47 loc) · 1.43 KB

History

1.1.0

  • Add EMC format
  • Add the function to write multiple files into one file in EMC format
  • Add CXI format
  • Add Condor format

1.0.0 (2022-09-27)

  • Refactor based on libpyvinyl.
  • Support instrument class.
  • Updated documents for backengines installation.

0.3.4 - 0.3.7 (2022-09-19)

  • Support for the legacy DiffractionData class.

0.3.3 (2022-08-05)

  • Fixed reading singfel rewrited data.
  • Add chunk functions to GaussianNoiseCalculator.

0.3.2 (2021-10-20)

  • Included utils as a subpackage.

0.3.1 (2021-09-29)

  • Updated the interface of data APIs. Details at this PR link.
  • Updated the deployment guide for PyPI in CONTRIBUTING.

0.2.1 (2021-04-19)

  • Deploy PyPI with Travis

0.2.0 (2021-04-17)

  • Data API:
    • Added: PhotonBeamData.py
    • Added: SampleData.py
    • Added: DiffractionData.py
    • Added Singfel Diffraction data API
    • Added EMC photon data API
  • Calculator:
    • Detector calculators:
      • Added Gaussian noise calculator
  • Examples:
    • Added singfel2EMC data analysis example

0.1.0 (2021-02-24)

  • First release on PyPI.