Releases: matthiasdemuzere/w2w
Releases · matthiasdemuzere/w2w
0.6.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #107
- disable skipping the issue template, add note for uploading geo_em files by @jkittner in #117
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #109
- fix CI by dropping python 3.7 which is EOL by @jkittner in #123
- make w2w compatible with numpy 2.0 by @jkittner in #130
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #119
- pin rasterio to < 1.4 by @jkittner in #136
Full Changelog: 0.5.0...0.6.0
v0.5.0
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
Full Changelog: v0.4.2...0.5.0
v0.4.2
What's Changed
- fixing pre-commit failure by @matthiasdemuzere in #86
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #89
- add issue template by @theendlessriver13 in #90
Full Changelog: v0.4.1...v0.4.2
v0.4.1
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
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
What's Changed
- update version in citation and fix typo in name by @theendlessriver13 in #54
- Update joss lcz namelist by @matthiasdemuzere in #51
- fix wrong reprojction to wrf domain by @matthiasdemuzere in #60 issue #62 by @matthiasdemuzere and issue #56 by @pippo2013 and @NicMan89
New Contributors
- @pippo2013 made their first contribution in #56
- @NicMan89 made their first contribution in #56
Full Changelog: 0.2.0...v0.3.0
0.2.0
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
Initial beta release, to be tested by beta users.