Skip to content

Conversation

@Fanchengyan
Copy link
Owner

📝 Summary

This PR merges the dev branch into main. It introduces significant new features including the plots module and Pair class, and completes a major migration of the code quality stack from Black to Ruff.

✨ Key Changes

🚀 New Features

  • Plots Module: Added the new plots module for visualization capabilities.
  • Pair Class: Introduced the Pair class in faninsar for better interferometric pair handling.
  • Core Algorithms: Added new algorithms in _core.
  • Better Repr: Implemented "fancy repr" for objects to improve debuggability and logging.

🛠️ Refactoring & Code Quality

  • Ruff Migration: Fully replaced black with ruff for faster and more comprehensive code formatting and linting.
  • Typing: Added type hints to improve code reliability and developer experience.
  • Config: Updated pre-commit configuration and hooks.

📚 Documentation

  • Style Update: Refined documentation style and structure.
  • Version Switcher: Added version switcher functionality to the docs.
  • Fixes: Cleaned up Sphinx autosummary files and fixed ReadTheDocs configuration.

✅ Testing

  • Added new test files and improved test coverage.

* add mintpy colormap

* update docs

* add:support a single bbox in query

* fix bugs in baseline plot

* merge dev from remote

* refactor implementation and tests of Frequency, Wavelength, and SAR in sar.py

* fix typings

* Fix errors in tight and constrained layouts

* Fixes bug where tick labels would overlap in certain layouts.

* Adapted additional cmaps and norms & improved alpha handling

* add test for hist_colorbar

* Adapted explicit colors for contour*

* fix mismatch of cbar hist position

* Simplify ghost label handling and improve axis alignment

* add a manual test for hist_colorbar

* add hist_colorbar example

* Use low-level Rectangle to draw histogram instead of hist command

* update docs for plots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants