Skip to content

Releases: LSSTDESC/rail_yaw

v1.0.1

14 Jan 17:31
736c1fb
Compare
Choose a tag to compare

What's Changed

  • removed numpy>=2.0 requirement by @jlvdb in #26

Full Changelog: v1.0.0...v1.0.1

v1.0.0

14 Jan 15:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v1.0.0

v0.3.2

17 Jul 19:17
cc6f1cd
Compare
Choose a tag to compare

What's Changed

  • Fixing the example pipeline generation by @jlvdb in #21

Full Changelog: v0.3.1...v0.3.2

v0.3.1

17 Jul 09:00
4c93188
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Jul 14:05
b65dbb3
Compare
Choose a tag to compare

Restructured the package, added bug fixes, documentation and added the ability and examples to run a pipeline with ceci.

When upgrading from v0.2.0, the stage structure has changes slightly:

  • The YawCacheDrop stage has been removed, the cache data must be removed manually by the user when no longer needed.
  • YawCacheCreate stages can be directly linked to ensure consistent patch centers and the correct execution order when running in a pipeline.

Internal changes are significant and not listed here.

v0.2.0

17 May 12:20
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Restructured the code base to match RAIL:

  • Moved all stages to rail.estimation.algos.cc_yaw
  • Moved rail.yaw_rail.cache.stage_helper to rail.estimation.algos.cc_yaw.stage_helper
  • Moved some internal functions

v0.1.0

16 May 14:23
a998a1c
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial development release

The code base is stable, but some changes for the integration with RAIL may be necessary in the future.
Code may change at any time.