Changelog#

v1.9.0#

Improvements

Bug fixes

v1.8.9#

Improvements

v1.8.8#

Bug fixes:

New additions

v1.8.7#

Bug fixes:

New additions

v1.8.6#

Bug fixes:

v1.8.5#

Bug fixes:

New additions

v1.8.4#

Bug fixes:

New additions

v1.8.3#

Bug fixes:

New additions:

v1.8.2#

Bug fixes:

New additions

v1.8.1#

Bug fixes:

New additions

v1.8#

Bug fixes:

New additions:

v1.7.1#

Bug fixes:

v1.7#

New additions:

  • New plot function: plot_xsection in RadarDisplay which can be used to display a cross-section of polar data between arbitrary coordinates

v1.6.4#

New additions#

New additions:

  • Support for new RainForest ODIM variable name

v1.6.3#

Bug fixes:

  • bug correction in compute_refl_time_avg in vpr.py: it was crashing when the elevation to average was not in the current scan

  • bug correction in vpr.py compute_refl_time_avg we set the radar_ou.time[‘data’] to np.zeros(nrays) to account for elevations to average not in the current radar

New additions:

  • VPR retrieval: better care of special case when melting layer peak has a value of 1

  • support for multi field Grid in odim h5 grid writer

  • change of datatype for time from float32 to float in read_odim_h5

  • better support of OPERA guidelines in odim writer and reader

  • Added possibility to specify ODIM convention in ODIM writers

v1.6.2#

Bug fixes:

  • Fixed an issue that was prohibiting ODIM grid files written by pyart to be read by pyart again

v1.6.1#

Bug fixes

  • fixed a bug in write_odim_grid that was using a time format different from the other pyart readers/writers

v1.6#

Bug fixes:

  • adaptation of the Cython codes of the RSL interface and 4DD to make them run with setuptools

  • rounding of the angles to a precision of 6 digits in the interpol_field code so we avoid floating point issues in the interpolation range (leads to northernmost ray being empty in some cases)

New additions:

  • new functions to accumulated gridded data and get data at multiple points in a grid

  • addition of a new spatialized VPR function