Skip to content

Releases: michael-0brien/cryospax

v0.2.0

22 May 05:31
8c1d46d

Choose a tag to compare

What's Changed

Breaking changes

  • Compatibility for cryoJAX 0.5.5 release by @michael-0brien in #14
  • Name convention fixes: just_images -> only_images and mrcfile_settings -> mrcfile_options by @michael-0brien in #23

Bug Fixes

  • Make STAR file data reads/writes thread-safe and eliminate spurious copies by @michael-0brien in #27

Deprecations / API updates

  • Remove RelionParticleParameterFile.broadcasts_image_config to standardize behavior under vmap by @DSilva27 in #13

Features

  • Implement cryospax.get_in_axes: a helper for vectorizing with respect to dataset output by @michael-0brien in #17
  • Convenience methods for creating and loading datasets: RelionParticleDataset.empty and RelionParticleDataset.load by @michael-0brien in #24

Other Changes

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.2.0rc1

22 May 05:29
8c1d46d

Choose a tag to compare

v0.2.0rc1 Pre-release
Pre-release
Merge pull request #34 from michael-0brien/dev

cryoSPAX 0.2.0 release

v0.1.2

27 Jan 00:07
378aec2

Choose a tag to compare

What's Changed

Deprecations / API updates

  • Remove RelionParticleParameterFile.rotation_convention; doesn't play nicely with make_image_model(..., rotation_convention=...) in cryoJAX 0.5.4 by @michael-0brien in #9

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Jan 05:44
2e63242

Choose a tag to compare

Mostly small optimizations and documentation upgrades.

What's Changed

Breaking changes

  • RELION dataset naming fixes: loads_parameters -> just_images and exists_ok -> exist_ok by @michael-0brien in #6
  • Static type checker fixes for optional TypedDict keys by @michael-0brien in #7

Full Changelog: v0.1.0...v0.1.1

v0.1.1rc1

24 Jan 05:41
2e63242

Choose a tag to compare

v0.1.1rc1 Pre-release
Pre-release

Pre-release for 0.1.1

v0.1.0

16 Jan 14:57
c8e04d5

Choose a tag to compare

Initial semi-major release of cryoSPAX. This includes the porting of cryojax.dataset, its full documentation, and minor API updates. The main one is a minor change to the RelionParticleParameterFile.__init__, i.e. RelionParticleParameterFile(..., options=...) rather than having a number of booleans such as updates_optics_group.

Full Changelog: v0.0.1...v0.1.0

v0.0.1

15 Jan 22:22
e6ea252

Choose a tag to compare

Initial release

v0.0.1rc3

15 Jan 22:18
e6ea252

Choose a tag to compare

v0.0.1rc3 Pre-release
Pre-release
Merge pull request #2 from michael-0brien/dev

cryoSPAX 0.0.1 release

v0.0.1rc2

15 Jan 21:50

Choose a tag to compare

v0.0.1rc2 Pre-release
Pre-release
go back to same config as cryojax. things should be working

v0.0.1rc1

15 Jan 19:36

Choose a tag to compare

v0.0.1rc1 Pre-release
Pre-release

Draft for initial release and test to check publishing workflow.