W2w

Latest version: v0.5.0

Safety actively analyzes 625726 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.0

What's Changed
* temporarily pin importlib to <5.0.0 since it breaks xarray in 3.7 by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/97
* fix spaces in user-defined ucp lookup table by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/95
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/matthiasdemuzere/w2w/pull/96
* Added treatment of USGS LU classes by lpilz in https://github.com/matthiasdemuzere/w2w/pull/99
* pin xarray to >=0.17.0 by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/102

New Contributors
* lpilz made their first contribution in https://github.com/matthiasdemuzere/w2w/pull/99

**Full Changelog**: https://github.com/matthiasdemuzere/w2w/compare/v0.4.2...0.5.0

0.4.2

What's Changed
* fixing pre-commit failure by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/86
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/matthiasdemuzere/w2w/pull/89
* add issue template by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/90


**Full Changelog**: https://github.com/matthiasdemuzere/w2w/compare/v0.4.1...v0.4.2

0.4.1

What's Changed
* display custom error message when input is not found by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/75
* fix chord length formula link in readme by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/76
* plot W2W results by dargueso in https://github.com/matthiasdemuzere/w2w/pull/78
* fix minor grammar and formatting by erexer in https://github.com/matthiasdemuzere/w2w/pull/81
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/matthiasdemuzere/w2w/pull/82
* update .ipynb url, address last paper review by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/83

New Contributors
* erexer made their first contribution in https://github.com/matthiasdemuzere/w2w/pull/81

**Full Changelog**: https://github.com/matthiasdemuzere/w2w/compare/v0.4.0...v0.4.1

0.4.0

What's Changed
* respond to JOSS reviewer thurber by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/65
* add instructions on running the tests to readme, combine test coverage by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/67
* address Joss review thurber II by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/68
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/matthiasdemuzere/w2w/pull/69
* Improved efficiency wrf_remove_urban by dargueso in https://github.com/matthiasdemuzere/w2w/pull/71
* make w2w work on py310 by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/72
* fix import sorting by moving np.seterr down by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/73


**Full Changelog**: https://github.com/matthiasdemuzere/w2w/compare/v0.3.0...v0.4.0

0.3.0

What's Changed
* update version in citation and fix typo in name by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/54
* Update joss lcz namelist by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/51
* fix wrong reprojction to wrf domain by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/60 issue #62 by matthiasdemuzere and issue 56 by pippo2013 and NicMan89

New Contributors
* pippo2013 made their first contribution in https://github.com/matthiasdemuzere/w2w/issues/56
* NicMan89 made their first contribution in https://github.com/matthiasdemuzere/w2w/issues/56

**Full Changelog**: https://github.com/matthiasdemuzere/w2w/compare/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 https://github.com/matthiasdemuzere/w2w/pull/21
* fix deprecation warning for importlib resources by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/29
* fix CI badges in readme by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/25
* reorder readme to have the important steps 1st, add note about sample data by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/28
* drop python 3.6, fix `xarray.open_rasterio` deprecation warning by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/24
* Update MH values for LCZ 7 in LCZ_UCP_lookup.csv by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/30
* Derive new BW, based on BLDFR_URB2D, FRC_URB2D and SW by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/31
* add CITATION.cff by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/35
* fix links in README by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/32
* Works both with MODIS_LAKES and MODIS (no lakes) by dargueso in https://github.com/matthiasdemuzere/w2w/pull/34
* add `--lcz-ucp` flag to allow passing custom lcz-based urban canopy parameters by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/41
* change lcz tif file check by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/39
* new def to get lcz_arr, add test. by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/44
* add complete type annotations by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/47
* apply black, and add more linters by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/42
* change the way the lcz_band is choosen by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/48
* Update readme joss by matthiasdemuzere in https://github.com/matthiasdemuzere/w2w/pull/49
* set rasterio >=1.1.6 by theendlessriver13 in https://github.com/matthiasdemuzere/w2w/pull/50


**Full Changelog**: https://github.com/matthiasdemuzere/w2w/compare/v0.1.1...0.2.0

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.