Skip to content

Releases: ARM-DOE/pyart

Py-ART Release 1.11.5 Modernism

25 May 16:04
Compare
Choose a tag to compare

This minor release contains bug fixes for cftime rel 1.15 and tuple checking in gridding.

(full changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

  • Add check if radars tuple is not empty #991 (@Quba1)
  • CI: More python 3.9 fixes and attempt to build 3.9. #983 (@zssherman)

Contributors to this release

(GitHub contributors page for this release)

@amarouane-ABDELHAK | @bmgxyz | @dopplershift | @kmuehlbauer | @Quba1 | @rcjackson | @scollis | @zssherman

Py-ART Release 1.11.3 Modernism

11 Nov 18:35
Compare
Choose a tag to compare

Release 1.11.3 is a minor release with bug fixes for the nexrad 0.19 reader, np.rec.buffer module path change.

(full changelog)

Bugs fixed

Maintenance and upkeep improvements

  • MNT: Update to default config to fix units, and add field info for attenuation fields. #964 (@zssherman)

Contributors to this release

(GitHub contributors page for this release)

@bmgxyz | @lauratomkins | @rcjackson | @zssherman

Py-ART Release 1.11.2 Modernism

02 Sep 16:33
Compare
Choose a tag to compare

Py-ART Release 1.11.2 Modernism is a micro release with a few bug fixes and enhancements. Fixes mainly are the fix for the nearest neighbor code, boolean index error in kdp code, missing gatefilter in map_to_grid, and more.

(full changelog)

Enhancements made

  • ENH: Support for Product 176 (DPR) - Instantaneous Precipitation Rate #919 (@dcedgren)
  • ENH: Updated nexrad for RDA build 19.0. #903 (@zssherman)

Bugs fixed

Maintenance and upkeep improvements

  • MNT: Attempt to fix appveyor path issue. #937 (@zssherman)
  • MNT: Removing temp fix and using suggested cftime developer fix. #927 (@zssherman)
  • MNT: New warnings on literals, and a fix for said warnings. #914 (@zssherman)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@AdamTheisen | @dcedgren | @dopplershift | @gamaanderson | @grwise1 | @hhuangwx | @jjhelmus | @jsignell | @lauratomkins | @nguy | @rcjackson | @rtanamachi | @Rumpkie | @scollis | @tjlang | @vlouf | @wolfidan | @zssherman

Py-ART Release 1.11.1 Modernism

20 Mar 18:36
Compare
Choose a tag to compare

This release fixes the cftime break with isoformat. Also includes the matplotlib framework classifier. Spectra is also included, but a full release with notes will be in the future as this is a fix micro release.

(full changelog)

Bugs fixed

  • FIX: A fix for the update in one of the datetime modules that broke CI #913 (@zssherman)
  • FIX: Fix for msg29 function extra parameter. #909 (@zssherman)
  • FIX: Fix to optional doc and warning message for attenuation code. #907 (@zssherman)

Maintenance and upkeep improvements

Documentation improvements

  • DOC: Some documentation changes for new sphinx napoleon that was missed in previous pull request. #902 (@zssherman)
  • DOC: Update to docs to use rtd theme and remove python 2 from docs. #893 (@zssherman)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@rcjackson | @scollis | @zssherman

Py-ART Version 1.11.0 Modernism

30 Jan 18:15
8707d1d
Compare
Choose a tag to compare

Py-ART version 1.11.0 Modernism contains a variety of enhancements and bug fixes, but most importantly the removal of support of Python 2, see more here:
https://python3statement.org/

Thank you to all contributors and users!

Highlights of this release:

* Removal of support for Python 2
* Overhaul of Py-ART's website
* Speed up of hilderbrand code
* Fixes for ODIM H5 reader
* Make xarray option in grid.py
* Removal of fortran code
* Option to plot relative to slant range aircraft plot.
* And much more!

Contributor's to Py-ART 1.11.0 Modernism

* Abdelhak Marourane
* Adam Theisen
* Brandon Taylor
* Dan Stechman
* Jason Hemendinger
* Meteoswiss
* Robert Jackson
* Scott Collis
* Valentin Louf
* Zac Flamig
* Zach Sherman

Py-ART Release v1.10.4 Impressionism

15 Jan 21:59
Compare
Choose a tag to compare

Contains a fix for to_xarray, and the fix for geos update no xy attribute and removal of python 2 code. WIll do a major release with new documentation.

Py-ART Release v1.10.3 Impressionism

28 Oct 21:16
Compare
Choose a tag to compare

Minor release of Py-ART, updates include:

Fix in grid to_xarray code
Fix in cfradial code that was breaking with newer version of netCDF4

Py-ART Version 1.10.2 Impressionism

19 Sep 14:42
Compare
Choose a tag to compare

Fixes warnings for colormaps and other minor bug fixes.

Py-ART Version 1.10.1 Impressionism

25 Apr 00:34
Compare
Choose a tag to compare

Version 1.10.1 is the result of a year of work by 16 contributors.
Thanks to all contributors, especially those who have made their first contribution to Py-ART.

Highlights of this release:

* Updated graphing modules to use cartopy instead of basemap (basemap can still be used in radarmapdisplaybasemap and gridmapdisplaybasemap modules).
* Fix for nexrad NL2
* Added cartopy examples.
* New Velocity Azimuth Display and Quasi Vertical Profile modules
* Default colormap is now the HomeyerRainbow color vision deficiency friendly.
* Unit tests are now geared towards pytest
* Steiner classification in full Python
* Add VRADH and VRADV quantities to ODIM H5 decoder
* New Py-ART cheatsheet.
* New differential attenuation code
* And much much more.

Contributors to Py-ART 1.10.1 Impressionism:

Gama Anderson
Jason Hemedinger
Jordi Figueras
Jussi Tiira
Kai Muehlbauer
Nathan Goldbaum
Nick Guy
Robin Tanamachi
Rish Shadra
Robert Jackson
Scott Collis
striges
Tarmo Tanilsoo
Timothy Lang
Valentin Louf
Zachary Sherman
zxdawn

Py-ART Version 1.9.2 Picasso

06 Sep 18:40
Compare
Choose a tag to compare

Version 1.9.2 Picasso is a micro release with fixes such as #757 , #749 , but also new LP code with gatefilter #764 and unit test switch from nose to pytest #754 .