Skip to content

Latest commit

 

History

History
214 lines (153 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

214 lines (153 loc) · 10.4 KB

Changelog

v2.1.22 (2024-05-01)

  • Added Python 3.11 as option (#311)

v2.1.21 (2024-05-01)

  • Pinned sklearn version for 'ml' extra (#310)

v2.1.20 (2024-04-30)

  • (#313)
  • Added all file geometries to DataArray mosaic
  • Fixed import error
  • Fixed Sphinx doc builds

v2.1.19 (2024-04-26)

  • (#306)
  • Support for multi-band mosaics
  • Fixed bug in to_raster(), where nodata values were not being written to file
  • Added 'bigtiff' keyword argument to save() method

v2.1.18 (2024-04-20)

  • Fixed bug when saving single-band mosaics (#304)

v2.1.17 (2024-01-13)

  • Pinned scikit-learn maximum version (#301)

v2.1.16 (2024-01-12)

  • Increased minimum pyproj version (#297)

v2.1.15 (2023-11-30)

  • Added BIGTIFF option in series apply() (#295)

v2.1.14 (2023-11-28)

  • Fixed error in EVI equation (#294)

v2.1.13 (2023-11-08)

  • Fixed multi-threaded timeout raised when downloading STAC extras (#292)

v2.1.12 (2023-11-03)

  • Updated STAC catalogs (#289)

v2.1.11 (2023-10-02)

  • Added DataArray alignment check (#282)

v2.1.10 (2023-07-09)

  • Added support for Python 3.10 (#277)

v2.1.9 (2023-05-03)

  • Fixed STAC DataFrame concatenation in (#267)
  • Fixed issue with saving small arrays in (#268)

v2.1.8 (2023-04-19)

  • Removed nested multithreading in geowombat.moving (#259)

v2.1.7 (2023-04-01)

  • #249 merged in #250
  • pyproj>3.4.0 WKT errors addressed in #254
  • CONTRIBUTING.md guide from #253
  • New docs theme from #256
  • Added test coverage in #255

v2.1.6 (2023-03-03)

  • Pinned maximum Cython version to <3.0.0 (#247)

v2.1.5 (2023-03-02)

  • Fixed issue with overwriting existing files on Windows (#244)

v2.1.4 (2023-02-28)

  • Fixed error in .pxd compilation (#243)

v2.1.3 (2023-02-08)

  • Fixed typos in temporal aggregation (#241)

v2.1.2 (2023-02-06)

  • Fixed zoom dimensions (#239)

v2.1.1 (2023-01-31)

  • Pinned required packages to full semantic versions (#238)

v2.1.0 (2023-01-04)

  • Added weight argument to BRDF module (#234)

v2.0.19 (2022-12-21)

  • Added support for sdist (#233)
  • Merged tarfile safety patch (#234)

v2.0.18 (2022-12-19)

  • Removed OpenCV dependency (#232)

v2.0.17 (2022-10-11)

  • Pinned dask version and fixed issue with Landsat angle creation (#228)

v2.0.16 (2022-10-05)

  • Pinned dependency threadpoolctl to a minimum version (#227)

v2.0.15 (2022-10-03)

  • Fixed issue with polygon point extraction, which caused a one pixel shift north and west of the polygon top left bounds (#225)

v2.0.14 (2022-09-29)

  • Fixed property errors exposed in online doc builds (#223)

v2.0.13 (2022-09-29)

  • Changed 'stac' extra requirement to include forked repository of stackstac (#222)

v2.0.12 (2022-09-28)

  • Fixed issue with scale_factor and attribute setting (#221)

v2.0.11 (2022-09-27)

  • Fixed GDAL install issue with 'coreg' extra (#217)

v2.0.10 (2022-09-24)

  • Improved DataArray attributes, modified extra dependencies, added STAC and co-reg tests, and improved online documentation (#205)

v2.0.9 (2022-09-21)

  • Added nodataval DataArray property to ML workflow (#209)

v2.0.8 (2022-09-21)

  • Added a nodataval DataArray property (#208)

v2.0.7 (2022-09-20)

  • Fixed ML nodata and dtype (#207)

v2.0.6 (2022-09-19)

  • Changed behavior of nodata values (#204)

v2.0.5 (2022-09-16)

  • Fixed attribute lookup when co-registration is applied (#203)

v2.0.4 (2022-09-15)

  • Fixed 'filename' attribute when opening a NetCDF file (#201)

v2.0.3 (2022-09-14)

  • Pinned Python >= 3.8 in setup.cfg (#200)

v2.0.2 (2022-09-13)

  • Added CRS to WKT transformation for co-registration (#199)

v2.0.1 (2022-09-13)

  • Fixed ML tests (#198)

v2.0.0 (2022-09-01)

  • Added geowombat.save() method (#189)
  • Warping methods now return dask.Delayed objects (#189)
  • Better CRS checks (#189)

v1.11.4 (2022-08-31)

  • Fixed to_raster() (#187)

v1.11.3 (2022-07-10)

  • Added user proj bounds to return more specific bbox (#180)

v1.11.2 (2022-07-10)

  • Fixed CRS errors generated from the readthedocs build (#178)

v1.11.1 (2022-07-09)

  • Fixed CRS translation error of certain EPSG codes (#177)

v1.11.0 (2022-07-09)

  • Added Landsat 9 to metadata lookup

v1.10.1 (2022-07-07)

  • Removed imports from geowombat.__init__

v1.10.0 (2022-07-07)

  • Add STAC API to read Landsat and Sentinel-2 time series

v1.9.1 (2022-06-18)

  • Added support for Landsat 9

v1.8.6 (2022-06-12)

Fix

v1.8.5 (2022-05-31)

Fix

v1.8.4 (2022-05-23)

Fix

  • Changed upload to PyPI to GitHub releases (#113) (378f8ec)

v1.8.3 (2022-05-23)

Fix

  • Added documentation describing how nodata is applied (#110) (8bd7d3d)

Documentation

v1.8.2 (2022-05-22)

Fix

v1.8.1 (2022-05-22)

Fix

v1.8.0 (2022-05-22)

Feature

  • Merge pull request #98 from jgrss/semantic-release (25aa5f3)

Fix