Skip to content

Releases: cdtools-developers/cdtools

v0.3.0pypi1

01 Jul 20:11
b223011

Choose a tag to compare

Small fix for pypi upload. No change to codebase.

What's Changed

  • fix: change name from cdtools to cdtools-py to match pypi naming by @gnzng in #40

v0.3.0pypi

29 Jun 20:39
99139f5

Choose a tag to compare

Release to introduce the pypi workflow

What's Changed

v0.3.0

23 Jun 19:18

Choose a tag to compare

First github release to establish a versioning and release workflow. Following changes were made since the project is open in this github repo.

What's Changed

  • Add the tools to quickly estimate the signal level from raw data by @allevitan in #1
  • Add a license! by @allevitan in #2
  • Added a citation.cff file by @allevitan in #3
  • Add support for numpy 2.0 by @allevitan in #5
  • CDIModel: Refactor report method by @clemisch in #6
  • Add a function to downsample a dataset by an integer factor by @allevitan in #7
  • Add a function to shrink the range of translation positions in a dataset by @yoshikisd in #13
  • Fixing oversampling in Bragg2DPtycho by @allevitan in #12
  • Added a function to allow for deletion of translation positions with logical indexing by @yoshikisd in #16
  • add github workflow using pip installation for python 3.8 - 3.12 by @gnzng in #18
  • Fix use of gaussian_probe() + typo by @gnzng in #22
  • Include docs in main repo and automatic deploy using github actions by @gnzng in #21
  • [fix] remove environment from github actions for docs deployment by @gnzng in #24
  • Bugfix/h5 strings by @allevitan in #25
  • [minor doc fix] update links to automatic docs by @gnzng in #26
  • Fix an issue for datasets with colinear translations by @allevitan in #28
  • Change the behavior of FancyPtycho.center_probes to always center the probe in real space by @allevitan in #29
  • Add the ability for fancy_ptycho to model detectors with spatially varying quantum efficiency by @allevitan in #30
  • [Bugfix] model.compare(dataset) does not work for the RPI test script by @yoshikisd in #32
  • handling of 64-bit floats in Ptycho2DDataset cxi import by @gnzng in #35

Full Changelog: https://github.com/cdtools-developers/cdtools/commits/v0.3.0