Releases: isce-framework/spurt
Releases · isce-framework/spurt
v0.1.1
What's Changed
- Add
CITATION.cfffile by @scottstanie in #66 - Fix ruff and precommit settings by @piyushrpt in #69
- Change pin of
ortoolsto lower bounds by @scottstanie in #74
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release for PyPI.
What's Changed
- Add license by @gmgunter in #1
- Add pyproject.toml and project skeleton by @piyushrpt in #2
- Checking in IO protocols and readers by @piyushrpt in #3
- Adding in interface to Delaunay by @piyushrpt in #5
- Basic MCF solver by @piyushrpt in #6
- Adding parallel processing support for temporal unwrapping by @piyushrpt in #8
- Adding EMCF solver by @piyushrpt in #10
- Add regular and density-based tilers + Link model grid search by @piyushrpt in #11
- Preparation for merging tiles by @piyushrpt in #13
- Fully working merge pipeline by @piyushrpt in #14
- Add Mkdocs as documentation framework by @scottstanie in #17
- Add
.readthedocs.yamlfor hosting by @scottstanie in #20 - Add docs requirements to
pyproject.tomlby @scottstanie in #22 - Determine max degree for Dirichlet iterations from data by @piyushrpt in #23
- Parallelize unwrapping in space by @scottstanie in #26
- Fix out of order uw data from
as_completedshuffling by @scottstanie in #28 - Export emcf workflow interface by @scottstanie in #29
- Remove maxtasksperchild by @piyushrpt in #32
- Adding ability to merge multiple interferograms in a batch by @piyushrpt in #33
- Adding tile parallelization during unwrapping by @piyushrpt in #35
- Starting to add documentation by @piyushrpt in #36
- Add missing docs dependency by @scottstanie in #43
- Add
.pointstoORMCFSolverto match interface by @scottstanie in #50 - Add
--max-tilesoption to CLI by @scottstanie in #52 - Remove deprecated
tolarguments fromcgcalls by @scottstanie in #49 - Reduce memory usage with futures by @piyushrpt in #54
- Add
__future__.annotationsimports to remaining modules to fix Python 3.9 support by @scottstanie in #55 - Add
--log-fileoption to save logging outputs by @scottstanie in #57 - Add
cdworkflow for uploading new releases to PyPI by @scottstanie in #47
New Contributors
- @gmgunter made their first contribution in #1
- @piyushrpt made their first contribution in #2
- @scottstanie made their first contribution in #17
Full Changelog: https://github.com/isce-framework/spurt/commits/v0.1.0