Skip to content

Releases: lasp/curryer

v0.3.2

07 Apr 20:41
996cc37

Choose a tag to compare

What's Changed

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

v0.3.1

22 Feb 18:19
5f178f6

Choose a tag to compare

What's Changed

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

v0.3.0

23 Jan 18:20
89946f2

Choose a tag to compare

Overview

  • Add automatic SPICE file path shortening tools
  • Corrected a bug within the apply_offsets function of Correction loop
  • BREAKING CHANGE: Renamed MonteCarlo function to more generic "Correction"

What's Changed

  • Refactor monte carlo to more generic Correction by @mmaclay in #105
  • Shorten Spice Paths Automatically by @mmaclay in #107
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #91
  • Bugfix: Add logging and testing to apply offsets in the Correction Loop by @mmaclay in #113

Full Changelog: v0.2.1...v0.3.0

v0.2.1

16 Dec 22:43
2ab4f66

Choose a tag to compare

Features added:

  • Added support for custom pointing vectors in compute.spatial.compute_ellipsoid_intersection
  • Clarified function and parameter naming and improved testing for associated functions
  • Left deprecated spatial compute functions in place for backward compatibility with warnings
    • Both pixel_vectors and instrument_intersect_ellipsoid were deprecated
  • Bug fix for montecarlo testing using pytest tmp_path

What's Changed

  • Add pre-commit app settings by @maxinelasp in #90
  • Invert Monte Carlo loop structure & use vectorized operations for performance optimization by @mmaclay in #98
  • Drop support for Python 3.9, add 3.13 to matrix tests by @maxinelasp in #101
  • Updating instrument intersect ellipsoid for use with high pixel count instrument by @mwatwood-cu in #89

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

19 Nov 17:40
8abccab

Choose a tag to compare

Summary

This version adds a correction module (GCS/Monte Carlo), providing mission-agnostic geolocation correction and Monte Carlo parameter sensitivity analysis capabilities for Earth observation. This version also removes and updates the project's dependencies, improving compatibility with a broader range of system architectures.

Key Features:

Mission-agnostic correction module (Monte Carlo)
All configuration values loaded from MonteCarloConfig dataclass
Comprehensive validation methods for parameters
Upstream (kernel generation & geolocation) and downstream (error calculation and analysis) for Monte Carlo testing modes
Improvements to dependency management, and removal of unnecessary dependencies.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.2.0

v0.1.4

04 Nov 19:03
422ec7c

Choose a tag to compare

What's Changed

We have reduced the repository size to facilitate easier usage for the library. This has changed the DEM files to "optional". More information can be found at https://github.com/lasp/curryer/blob/main/docs/source/repo_data.md

Full Changelog: https://github.com/lasp/curryer/commits/v0.1.4

v0.1.3

10 Apr 03:35

Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

08 Jan 00:59

Choose a tag to compare

Updating workflow and re-releasing to fix twine issues.

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

v0.1.1

08 Jan 00:03

Choose a tag to compare

This release is to fix the project and make it compatible with Poetry v2.0. Also fixing release workflow.

What's Changed

New Contributors

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

v0.1.0

14 Nov 17:28

Choose a tag to compare

Merge pull request #4 from lasp/develop

Minor bug fixes and expanded docs.