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.yaml
for hosting by @scottstanie in #20 - Add docs requirements to
pyproject.toml
by @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_completed
shuffling 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
.points
toORMCFSolver
to match interface by @scottstanie in #50 - Add
--max-tiles
option to CLI by @scottstanie in #52 - Remove deprecated
tol
arguments fromcg
calls by @scottstanie in #49 - Reduce memory usage with futures by @piyushrpt in #54
- Add
__future__.annotations
imports to remaining modules to fix Python 3.9 support by @scottstanie in #55 - Add
--log-file
option to save logging outputs by @scottstanie in #57 - Add
cd
workflow 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