Skip to content

Releases: matthiasdemuzere/w2w

0.6.0

10 Nov 23:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

v0.5.0

02 Jan 16:57
Compare
Choose a tag to compare

What's Changed

  • temporarily pin importlib to <5.0.0 since it breaks xarray in 3.7 by @theendlessriver13 in #97
  • fix spaces in user-defined ucp lookup table by @matthiasdemuzere in #95
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #96
  • Added treatment of USGS LU classes by @lpilz in #99
  • pin xarray to >=0.17.0 by @theendlessriver13 in #102

New Contributors

  • @lpilz made their first contribution in #99

Full Changelog: v0.4.2...0.5.0

v0.4.2

13 Sep 14:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

23 Aug 10:28
Compare
Choose a tag to compare

What's Changed

  • display custom error message when input is not found by @theendlessriver13 in #75
  • fix chord length formula link in readme by @theendlessriver13 in #76
  • plot W2W results by @dargueso in #78
  • fix minor grammar and formatting by @erexer in #81
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #82
  • update .ipynb url, address last paper review by @matthiasdemuzere in #83

New Contributors

Full Changelog: v0.4.0...v0.4.1

0.4.0

14 Jul 12:21
Compare
Choose a tag to compare

What's Changed

  • respond to JOSS reviewer thurber by @matthiasdemuzere in #65
  • add instructions on running the tests to readme, combine test coverage by @theendlessriver13 in #67
  • address Joss review thurber II by @matthiasdemuzere in #68
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #69
  • Improved efficiency wrf_remove_urban by @dargueso in #71
  • make w2w work on py310 by @theendlessriver13 in #72
  • fix import sorting by moving np.seterr down by @theendlessriver13 in #73

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Jun 16:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...v0.3.0

0.2.0

26 Mar 14:33
Compare
Choose a tag to compare

What's Changed

  • Calculation of distance using spherical law of cosines, instead of using coordinates directly by @dargueso in #21
  • fix deprecation warning for importlib resources by @theendlessriver13 in #29
  • fix CI badges in readme by @theendlessriver13 in #25
  • reorder readme to have the important steps 1st, add note about sample data by @theendlessriver13 in #28
  • drop python 3.6, fix xarray.open_rasterio deprecation warning by @theendlessriver13 in #24
  • Update MH values for LCZ 7 in LCZ_UCP_lookup.csv by @matthiasdemuzere in #30
  • Derive new BW, based on BLDFR_URB2D, FRC_URB2D and SW by @matthiasdemuzere in #31
  • add CITATION.cff by @theendlessriver13 in #35
  • fix links in README by @theendlessriver13 in #32
  • Works both with MODIS_LAKES and MODIS (no lakes) by @dargueso in #34
  • add --lcz-ucp flag to allow passing custom lcz-based urban canopy parameters by @theendlessriver13 in #41
  • change lcz tif file check by @matthiasdemuzere in #39
  • new def to get lcz_arr, add test. by @matthiasdemuzere in #44
  • add complete type annotations by @theendlessriver13 in #47
  • apply black, and add more linters by @theendlessriver13 in #42
  • change the way the lcz_band is choosen by @matthiasdemuzere in #48
  • Update readme joss by @matthiasdemuzere in #49
  • set rasterio >=1.1.6 by @theendlessriver13 in #50

Full Changelog: v0.1.1...0.2.0

v0.0.1-beta

10 Jun 19:54
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release

Initial beta release, to be tested by beta users.