Skip to content

Tags: GEOINT/grdl

Tags

v0.4.3

Toggle v0.4.3's commit message
Bump version to 0.4.3

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

v0.4.2

Toggle v0.4.2's commit message
Bump version to 0.4.2

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

v0.4.1

Toggle v0.4.1's commit message
Bump version to 0.4.1

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #36 from GEOINT/ddsmalls

Bump version to 0.4.0

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #30 from GEOINT/ddsmalls

v0.3.0: OrthoBuilder, geolocation docs, plotly examples

v0.2.1

Toggle v0.2.1's commit message
Add ENU ortho, accelerated resampling, coordinate utilities, and upda…

…ted examples

- Add ENUGrid for local East-North-Up orthorectification in meters
- Add accelerated resampling module with numba/torch/scipy dispatch
- Add parallel compute_mapping for grids >1M pixels
- Add geodetic coordinate conversion utilities (ECEF, ENU)
- Refactor ortho pipeline to support ENU mode via with_enu_grid()
- Update all example/ortho scripts with ChipExtractor, FABDEM auto-discovery,
  acceleration display, and timing breakdowns
- Add SIDD and combined (SICD/SIDD auto-detect) ortho example scripts
- Update ortho subpackage documentation for new features
- Bump version to 0.2.1

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.2.0

Toggle v0.2.0's commit message
Bump version to 0.2.0

Co-Authored-By: Claude Opus 4.6 <[email protected]>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version from 0.1.1 to 0.1.2

v0.1.1

Toggle v0.1.1's commit message
Fix imports and unit tests, resolves #13, #14, and #15

v0.1.0

Toggle v0.1.0's commit message
Set up PyPI publishing workflow and dependency management

- Add .github/workflows/publish.yml for automated PyPI publication on releases
- Update CLAUDE.md with Dependency Management section explaining pyproject.toml, requirements.txt, and workflow synchronization
- Update README.md with Publishing to PyPI section with release workflow instructions
- Uses semantic versioning and OIDC authentication for secure PyPI publishing

Co-Authored-By: Claude Haiku 4.5 <[email protected]>