Skip to content

Tags: jsb613/MintPy

Tags

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wrap up version 1.3.2 (insarlab#703)

+ version.py: add release_history as a list of Tags
   - use Tag from the collection module to save the release history explicitly
   - distinguish between release version number/date and version number/date
   - update version_number/date/description usage in __inti__.py, view.py and smallbaselineApp.py

+ bump the release version number to 1.3.2

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ts2vel: skip writing for empty blocks (insarlab#624)


Co-authored-by: Zhang Yunjun <[email protected]>

v1.3.0

Toggle v1.3.0's commit message
wrap up for version 1.3.0

+ update version number and release date for v1.3
+ remove solid_f from .gitignore

v1.2.3

Toggle v1.2.3's commit message
wrap-up before new release

+ README: update version number in the badge
+ version: update fall back release version number and date

v1.2.2

Toggle v1.2.2's commit message
Update fallback version number/date in version.py for the new release

v1.2.1

Toggle v1.2.1's commit message
last version with basemap

v1.2.0

Toggle v1.2.0's commit message
fractal: adaptive p0 scaling factor

adapt p0 value internally instead of the previously fixed scale value so that the input p0 is equal to C0 from the check_power_spectrum().

check_power_spectrum_1d() use the square part of the input data with dimension as a power of 2, for more robust performance.

v1.2beta

Toggle v1.2beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wrap up for v1.2beta (insarlab#178)


* Update README.md

* Update version.py

v1.2alpha

Toggle v1.2alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
check azimuthAngle while plotting gps vs insar (insarlab#161)

* update comments for plot_transection.py in smallbaselineApp

* utils.get_geometry_file() support checking of a list of datasets

* check both incidenceAngle and azimuthAngle while calling utils.plot.plot_gps()

* prep_aria: do not create azimuthAngle dataset if no azAngle file is input

* stackDict: remove UNIT metadata while loading ifgramStack and geometry* files

* disable GPS related options in tsview.py for now because "insar displacement vs gps displacement" is not implemented yet.

v1.1.2

Toggle v1.1.2's commit message
version: bug fix when no new commit after last release