Skip to content

Releases: leftfield-geospatial/homonim

v0.4.3

22 Sep 11:51

Choose a tag to compare

Fixes:

  • Update CLI option defaults so that fuse with --compare works with click 8.3.

v0.4.2

13 May 13:58

Choose a tag to compare

Fixes:

  • CLI flag options (--overwrite and --force-match) don't specify a type to work around pallets/click#2894.

v0.4.1

30 May 19:52

Choose a tag to compare

Fixes:

  • Remove repeated nodata warnings.
  • Remove warnings.simplefilter() and warnings.catch_watchings() calls from API.
  • Update deprecated numpy.product() to numpy.prod().

v0.4.0

22 Feb 19:47
c5a93ff

Choose a tag to compare

Features:

  • Round and clip to corrected image dtype range when it is an integer type.
  • Write corrected image internal mask when nodata is None.
  • Allow 12bit JPEG input / output images (when supported by Rasterio).
  • Cache RasterArray mask.
  • Issue warnings rather than log them.

Fixes:

  • Allow --nodata before --dtype on CLI.

Docs:

  • Expand CLI 'Output file format' section.
  • Add 'Contributing' section.

v0.3.2

12 Jun 21:45

Choose a tag to compare

v0.3.1

07 Nov 08:27

Choose a tag to compare

  • Update documentation images.

v0.3.0

03 Nov 13:25

Choose a tag to compare

  • Add read the docs documentation.
  • Case studies and tutorials.
  • Automatic band matching for RGB and geedim sourced images.
  • Allow CLI and API source / reference band specifications.
  • Allow non-standard image orientations.
  • Minor bug fixes.

v0.2.3

12 Jul 19:01

Choose a tag to compare

  • Fix the example image on PyPI.

v0.2.1

12 Jul 15:58

Choose a tag to compare

  • Fix PyPI readme format.

v0.2.0

12 Jul 15:46

Choose a tag to compare

  • Upgrade raster comparison, and parameter statistics to process by block.
  • Add block related parameters to CLI.
  • Add infrastructure for sphinx document generation, and improve CLI documentation with cloup.
  • Publish documentation to Read The Docs.
  • Standardise context management API to correction, comparison and statistics classes.