Releases: xarray-contrib/xwrf
Releases · xarray-contrib/xwrf
🚀 xwrf v0.0.4 🚀
What's Changed
- Added test for raising of NotImplementedError on invalid MAP_PROJ by @lpilz in #164
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #165
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #166
- Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #167
- Bump codecov/codecov-action from 4.1.1 to 4.3.1 by @dependabot in #171
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #172
- Add cartesian projection by @lpilz in #168
- Added XTIME fallback for Time coord generation by @lpilz in #170
Full Changelog: v0.0.3...v0.0.4
0.0.3
What's Changed
- Add earth-relative rotation of U10/V10 fields by @lpilz in #113
- Added more documentation about how to load WRF data by @lpilz in #126
- Fixed decoding of timestamp by using correct format string by @lpilz in #128
- More comprehensive unit harmonization by @lpilz in #116
- use micromamba by @andersy005 in #136
- Removed transform of XTIME because it doesn't conform to Xarray unit standards by @lpilz in #145
- Added additional Exception when user is trying to destagger unstaggered variable by @lpilz in #148
- Exchange
xr.Dataset.dims
byxr.Dataset.sizes
by @christopher-lw in #159
New Contributors
- @christopher-lw made their first contribution in #159
Full Changelog: v0.0.2...v0.0.3
0.0.2
What's Changed
- Add destaggering functionality by @jthielen in #93
- Fix destagger attrs by @lpilz in #97
- Fix staggered coordinate destaggering for dataarray destagger method by @jthielen in #101
- Added earth-relative wind field calculation to base diagnostics by @lpilz in #100
- Clean up _destag_variable with respect to types and terminology by @jthielen in #103
- Changed wrfout file (cf. xwrf-data/#34) by @lpilz in #102
- More unit harmonization by @lpilz in #105
- Fixing a further coords attrs fail. by @lpilz in #107
- Clear c_grid_axis_shift from attrs when destaggering by @jthielen in #106
- Update of tutorials for v0.0.2 by @lpilz in #89
Full Changelog: v0.0.1...v0.0.2
0.0.1
This is the first packaged release of xWRF (a lightweight interface for working with the Weather Research and Forecasting (WRF) model output in xarray). Features in this release include:
- A
xwrf
Dataset accessor with apostprocess
method that can perform the following operations- Rename dimensions to match the CF conventions.
- Rename variables to match the CF conventions.
- Rename variable attributes to match the CF conventions.
- Convert units to Pint-friendly units.
- Decode times.
- Include projection coordinates.
- Collapse time dimension.
- A tutorial module with several sample datasets
- Documentation with several examples/tutorials
Thank you to the following contributors for their efforts towards this release!
Full Changelog: https://github.com/xarray-contrib/xwrf/commits/v0.0.1