Recent Releases of spurt

spurt - v0.1.1

What's Changed

  • Add CITATION.cff file by @scottstanie in https://github.com/isce-framework/spurt/pull/66
  • Fix ruff and precommit settings by @piyushrpt in https://github.com/isce-framework/spurt/pull/69
  • Change pin of ortools to lower bounds by @scottstanie in https://github.com/isce-framework/spurt/pull/74

Full Changelog: https://github.com/isce-framework/spurt/compare/v0.1.0...v0.1.1

- Python
Published by scottstanie 11 months ago

spurt - v0.1.0

Initial release for PyPI.

What's Changed

  • Add license by @gmgunter in https://github.com/isce-framework/spurt/pull/1
  • Add pyproject.toml and project skeleton by @piyushrpt in https://github.com/isce-framework/spurt/pull/2
  • Checking in IO protocols and readers by @piyushrpt in https://github.com/isce-framework/spurt/pull/3
  • Adding in interface to Delaunay by @piyushrpt in https://github.com/isce-framework/spurt/pull/5
  • Basic MCF solver by @piyushrpt in https://github.com/isce-framework/spurt/pull/6
  • Adding parallel processing support for temporal unwrapping by @piyushrpt in https://github.com/isce-framework/spurt/pull/8
  • Adding EMCF solver by @piyushrpt in https://github.com/isce-framework/spurt/pull/10
  • Add regular and density-based tilers + Link model grid search by @piyushrpt in https://github.com/isce-framework/spurt/pull/11
  • Preparation for merging tiles by @piyushrpt in https://github.com/isce-framework/spurt/pull/13
  • Fully working merge pipeline by @piyushrpt in https://github.com/isce-framework/spurt/pull/14
  • Add Mkdocs as documentation framework by @scottstanie in https://github.com/isce-framework/spurt/pull/17
  • Add .readthedocs.yaml for hosting by @scottstanie in https://github.com/isce-framework/spurt/pull/20
  • Add docs requirements to pyproject.toml by @scottstanie in https://github.com/isce-framework/spurt/pull/22
  • Determine max degree for Dirichlet iterations from data by @piyushrpt in https://github.com/isce-framework/spurt/pull/23
  • Parallelize unwrapping in space by @scottstanie in https://github.com/isce-framework/spurt/pull/26
  • Fix out of order uw data from as_completed shuffling by @scottstanie in https://github.com/isce-framework/spurt/pull/28
  • Export emcf workflow interface by @scottstanie in https://github.com/isce-framework/spurt/pull/29
  • Remove maxtasksperchild by @piyushrpt in https://github.com/isce-framework/spurt/pull/32
  • Adding ability to merge multiple interferograms in a batch by @piyushrpt in https://github.com/isce-framework/spurt/pull/33
  • Adding tile parallelization during unwrapping by @piyushrpt in https://github.com/isce-framework/spurt/pull/35
  • Starting to add documentation by @piyushrpt in https://github.com/isce-framework/spurt/pull/36
  • Add missing docs dependency by @scottstanie in https://github.com/isce-framework/spurt/pull/43
  • Add .points to ORMCFSolver to match interface by @scottstanie in https://github.com/isce-framework/spurt/pull/50
  • Add --max-tiles option to CLI by @scottstanie in https://github.com/isce-framework/spurt/pull/52
  • Remove deprecated tol arguments from cg calls by @scottstanie in https://github.com/isce-framework/spurt/pull/49
  • Reduce memory usage with futures by @piyushrpt in https://github.com/isce-framework/spurt/pull/54
  • Add __future__.annotations imports to remaining modules to fix Python 3.9 support by @scottstanie in https://github.com/isce-framework/spurt/pull/55
  • Add --log-file option to save logging outputs by @scottstanie in https://github.com/isce-framework/spurt/pull/57
  • Add cd workflow for uploading new releases to PyPI by @scottstanie in https://github.com/isce-framework/spurt/pull/47

New Contributors

  • @gmgunter made their first contribution in https://github.com/isce-framework/spurt/pull/1
  • @piyushrpt made their first contribution in https://github.com/isce-framework/spurt/pull/2
  • @scottstanie made their first contribution in https://github.com/isce-framework/spurt/pull/17

Full Changelog: https://github.com/isce-framework/spurt/commits/v0.1.0

- Python
Published by scottstanie about 1 year ago