Skip to content

Draft: Release 2.0

Vincent Delbar requested to merge release-2.0 into develop

Cleaning:

  • remove self.logical_fake_exp_bands from Operation (!62 (merged))

TO DECIDE / TO DO :

  • Check if functions repartition between App and RasterInterface is right
  • Rename RasterInterface to ImageObject
  • Refactor operators (!61 (merged))
  • Check when RasterInterface can be used instead App
  • Update docs and README
  • Update RELEASE_NOTES
  • Check if packaging is working as expected with new pyproject.toml
  • Update version
  • Update docstring (not always up-to-date after the refactoring)
  • Add a migration guide in the release notes

Renaming suggestions:

  • get_infos --> get_info
  • key_output_image --> output_image_key
  • read_values_at_coords --> get_values_at_coords
  • xy_to_rowcol --> get_rowcol_from_xy
Edited by Rémi Cresson

Merge request reports