Releases: ARM-DOE/pyart
Releases · ARM-DOE/pyart
Py-ART Release 1.13.0
What's Changed
- DOC: Updating Py-ART's how to release doc and removing most of ci_setup doc by @zssherman in #1213
- ENH: Corrected Height Gates to be height above sea level by @jrobrien91 in #1215
- TST: Fix median filter depreciation warnings as well as more tests for simple moments. by @zssherman in #1214
- fix writing IRIS sigmet files to UF by @wx4stg in #1216
- FIX: join_radar also joins pulse repititon times iparam by @wx4stg in #1218
- Add pyrad to the readme by @mgrover1 in #1220
- FIX: Return zero phase for sweeps completely filtered out with gatefi… by @rcjackson in #1226
- Trmm test by @zssherman in #1228
- DEL: Remove load module section by @mgrover1 in #1234
- DOC: Updated pyart doc to include column code, fix incorrect syntax and more. by @zssherman in #1231
- ADD: addition of subset_radar function in radar_utils by @wolfidan in #1227
- MNT: Remove trmm_rsl from CI optional, remove from debug info. by @zssherman in #1239
- FIX: Pin previous version of shapely by @mgrover1 in #1240
- FIX: Fix the reference documentation links by @mgrover1 in #1241
- FIX: Make datetime parsing more general for columnsect by @mgrover1 in #1261
- ENH: Add column example to docs by @mgrover1 in #1263
- ENH: Composite Reflectivity Function by @dopplerchase in #1235
- ADD: Add composite reflectivity citation by @mgrover1 in #1264
- ADD: Add changelog from previous releases by @mgrover1 in #1265
New Contributors
Full Changelog: v1.12.7...v1.13.0
Py-ART Release 1.12.7
What's Changed
- DEL: Deleted convv.py, looks to be a test added awhile back. by @zssherman in #1195
- FIX: C-band values being set by x-band. by @zssherman in #1196
- TST: Adding unit tests for whole echoclass module. by @zssherman in #1197
- FIX: Str for warning of coefficient band used was wrong. by @zssherman in #1198
- ADD: Add cookbook section in user guide by @mgrover1 in #1199
- TST: Adding unitests for rain rate module. by @zssherman in #1200
- FIX: Fix link to cookbooks in user guide by @mgrover1 in #1201
- ADD: Add pypi stats to readme by @mgrover1 in #1206
- FIX: update join_radar to also append instrument parameters by @wolfidan in #1204
- TST: Moving tests to test module within Py-ART main directory. by @zssherman in #1207
- FIX: Fix for only python 3.10 being used. by @zssherman in #1208
- Remove pinning for specific cftime by @mgrover1 in #1211
Full Changelog: v1.12.6...v1.12.7
Py-ART Release 1.12.6
What's Changed
- FIX: Update requirements with cftime + numpy by @mgrover1 in #1190
- MNT: Added warning catch for axes. by @zssherman in #1191
Full Changelog: v1.12.5...v1.12.6
Py-ART Release 1.12.5
What's Changed
- Update ARM name to remove climate by @mgrover1 in #1173
- MNT: Update vmin vmax to make velocity plot more visible. by @zssherman in #1175
- ENH: Addition of Time as a Coordinate within extracted column output by @jrobrien91 in #1176
- ADD: v1.12.4 section to changelog by @mgrover1 in #1177
- DOC: Updating docs to represent python versions. by @zssherman in #1180
- FIX: Fix rsl not running in test suite by @mgrover1 in #1178
- FIX: Fix incorrect version showing up in docs (API) by @mgrover1 in #1181
- FIX: add pinned version of numpy by @mgrover1 in #1187
- FIX: Add revised fix for RHI near 270 by @mgrover1 in #1185
- ENH: Change default LP solver to pyglpk by @mgrover1 in #1183
- ADD: Add in tests for KDP/PHI DP functions by @mgrover1 in #1184
Full Changelog: v1.12.4...v1.12.5
Py-ART Release v1.12.4
Py-ART Release v1.12.3
What's Changed
- FIX: Fix rounding issue with mask arrays, using np.round instead. by @zssherman in #1152
- TST: Adding unittest for correct bias function. by @zssherman in #1153
- Add Image muting plotting example to gallery by @lauratomkins in #1154
- FIX: Fixes an issue with mismatch arrays. by @zssherman in #1151
- MNT: Mispelling of embelish by @zssherman in #1158
- FIX: Read in remote compressed data by adding in default compression argument by @mgrover1 in #1160
- ADD: Update Changelog for v1.12.2 by @mgrover1 in #1164
- Pin version of xarray by @mgrover1 in #1167
- FIX: Sort elevations and fix rogue radial issue by @mgrover1 in #1170
Full Changelog: v1.12.2...v1.12.3
Py-ART Version 1.12.2
What's Changed
- ADD: Add NEXRAD Blog Post by @mgrover1 in #1101
- FIX: Fix the missing images in the blog post by @mgrover1 in #1103
- FIX: Fix typo and back in postcard by @mgrover1 in #1104
- DOC: Update to readme and contributors guide by @zssherman in #1106
- ADD: Add more tests for test_echo_class by @mgrover1 in #1107
- ADD: add verbose flag to qvp code by @dopplerchase in #1108
- DEL: Deleting setup.py in each submodule. Was forgotten in setuptools PR. by @zssherman in #1109
- DEL: Deleting submodule setup.py. by @zssherman in #1110
- ENH: Add ability to pass kwargs in for plots and change default by @mgrover1 in #1111
- ENH: Use fsspec for io in pyart.io.common to read both local and remote files by @mgrover1 in #1115
- FIX: Fix IO for NEXRAD Level 3 instantaneous precipitation rate (DPR) by @mgrover1 in #1116
- ADD: Add AWS NEXRAD example in new IO section by @mgrover1 in #1117
- ENH: Add a pypi release action by @mgrover1 in #1118
- FIX: Update pypi release to only run upon releases by @mgrover1 in #1119
- FIX: Add build package to pypi release by @mgrover1 in #1120
- MNT: Utilize conda for build due to trmm_rsl. by @zssherman in #1122
- FIX: Make sure trmm rsl path is specified by @mgrover1 in #1123
- FIX: Make sure rsl is installed using python -m by @mgrover1 in #1124
- FIX: fix the pypi build by @mgrover1 in #1125
- ENH: Allow pypi to run by triggering manually by @mgrover1 in #1126
- FIX: Add back in the python -m to fix the build by @mgrover1 in #1127
- FIX: fix name of pyart in the pypi verification by @mgrover1 in #1128
- FIX: Remove requirement for action to be push by @mgrover1 in #1129
- FIX: Make sure versions match for pypi by @mgrover1 in #1130
- FIX: make sure release uploaded to pypi by @mgrover1 in #1131
- ADD: Utility to subset a radar volume for the column above a location by @jrobrien91 in #1113
- Add Xarray to requirements by @mgrover1 in #1133
- ENH: Remove versioneer and add scm by @mgrover1 in #1136
- FIX: Only apply fix to the build wheel by @mgrover1 in #1137
- FIX: Use many linux build by @mgrover1 in #1139
- FIX: Update requirements for many-linux build by @mgrover1 in #1140
- FIX: Use macOS build for pypi instead of linux by @mgrover1 in #1141
- FIX: Add pruning back into workflows by @mgrover1 in #1143
New Contributors
- @dopplerchase made their first contribution in #1108
- @jrobrien91 made their first contribution in #1113
Full Changelog: v1.12.1...v1.12.2
Py-ART Version 1.12.1
This release is almost identical to v1.12.0, however cartopy was being built within that release. This release removes cartopy from the build and keeps cartopy as a optional dependency as originally planned.
Py-ART Release 1.12.0
This major release migrates the installation from numpy.distutils
to setuptools
- the .c
files for many of the modules are now built upon installation
Bugs fixed
- FIX: Fix doc package version #1097 (@mgrover1)
- FIX: Add revisions to GateMapper example #1094 (@mgrover1)
- FIX: Fix for mac numpy error for masked array volume metadata. #1080 (@zssherman)
Maintenance and upkeep improvements
- MNT: Fix for setup.py registry file. #1087 (@zssherman)
Other merged PRs
- INSTALL: Use Setuptools For Installation #1096 (@mgrover1)
- ADD: Time tolerance to GateMapper #1093 (@rcjackson)
- Rename Gatemapper Example to Execute #1090 (@mgrover1)
- Add plt.show() #1089 (@mgrover1)
- Add an example for Gatemapper #1088 (@mgrover1)
- This fixes the title of the blog post #1085 (@mgrover1)
- Add a blog post looking at KAZR data #1084 (@mgrover1)
- Fix bug in analytics ID #1081 (@mgrover1)
- Add new google analytics ID #1079 (@mgrover1)
- ADD: Gatefilter to GateMapper. #1077 (@rcjackson)
Contributors to this release
Py-ART Release 1.11.8 Modernism
Enhancements made
- ENH: Support for Sigmet PMI, LOG, CSP #1018 (@ritvje)
- ENH: GAMIC's volume doesn't mandate a pulse_width field #1014 (@ReallyNiceGuy)
Bugs fixed
- FIX: Incorrect name used in hasattr. #1034 (@zssherman)
- FIX: Fixes for overlapping axes in mapdisplay modules. #1029 (@zssherman)
- FIX: Fix for azimuth_rhi_plot. #1025 (@zssherman)
- FIX: Set minimum for cost function gradient INF norm to be nyquist interval #1019 (@rcjackson)
Maintenance and upkeep improvements
- MNT: Removing pandas import and converters. #1064 (@zssherman)
- MNT: Some style cleanup of mute_radar functions. #1033 (@zssherman)
- MNT: Updating cfradial to include scan_name for ARM files. #1030 (@zssherman)
- MNT: RadxGrid Fix for working with different files. #1027 (@zssherman)
- MNT: Adds for default field names, horizontal and vertical additions. #1026 (@zssherman)
Documentation improvements
- DOC: Adding roadmaps to main repo. #1059 (@zssherman)
- DOC: Addition of references for rain rate methods. #1043 (@zssherman)
Deprecated features
- DEP: Multiple fixes for deprecation warnings. #1032 (@zssherman)
Other merged PRs
- Add blog sidebar #1074 (@mgrover1)
- TST: Adding unitests for datetime_utils.py module. #1072 (@zssherman)
- Update with PyData Theme #1069 (@mgrover1)
- Update examples data link to adc #1068 (@mgrover1)
- TST: Adding more tests to gatefilter. #1067 (@zssherman)
- Add tests for simple moments #1066 (@mgrover1)
- Update issue with subplots in GridMapDisplay #1063 (@mgrover1)
- Fix codecov #1061 (@mgrover1)
- Add new CI workflow to run tests #1060 (@mgrover1)
- Update links to docs/examples #1058 (@mgrover1)
- Change which directory docs are in #1056 (@mgrover1)
- Fix missing images #1055 (@mgrover1)
- Remove Linear Programming Phase Processing Example for Now #1053 (@mgrover1)
- Fix non-example building #1051 (@mgrover1)
- Build Examples with Github Actions #1050 (@mgrover1)
- Add example data into testing module #1048 (@mgrover1)
- Fix incorrect branch name in action #1040 (@mgrover1)
- Use Github Actions for Building the Docs #1039 (@mgrover1)
- Add Google Analytics #1038 (@mgrover1)
- Add function to "image mute" radar object #1031 (@lauratomkins)
- ADD: Adding a feature to map gates of approximately equivalent location from one radar geometry to another #1024 (@rcjackson)
- ADD: Options to select ODIM HDF5 datasets #1020 (@ritvje)
Contributors to this release
(GitHub contributors page for this release)
@dopplershift | @HumphreysCarter | @jjhelmus | @kmuehlbauer | @lauratomkins | @mgrover1 | @rcjackson | @ReallyNiceGuy | @ritvje | @scollis | @zssherman