Recent Releases of pyart

pyart - Py-ART Release Version v2.1.0

What's Changed

  • Build(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1737
  • MNT: Remove old manifest files that no longer exist. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1736
  • Build(deps): Bump pypa/cibuildwheel from 2.23.0 to 2.23.1 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1738
  • DOC: Updating contributor's guide of open-radar-data example file usage. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1739
  • FIX: Update grid_rhi to use abs and both x and y by @zssherman in https://github.com/ARM-DOE/pyart/pull/1740
  • DOC: Adding new example on working with google cloud nexrad. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1742
  • Build(deps): Bump pypa/cibuildwheel from 2.23.1 to 2.23.2 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1741
  • Build(deps): Bump codecov/codecov-action from 5.4.0 to 5.4.2 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1743
  • DOC: fix broken numpy link on contributor's guide by @isilber in https://github.com/ARM-DOE/pyart/pull/1744
  • Build(deps): Bump pypa/cibuildwheel from 2.23.2 to 2.23.3 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1747
  • DOC: Update examples to fix warnings in doc build. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1750
  • DOC: Update dependency list. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1751
  • Build(deps): Bump codecov/codecov-action from 5.4.2 to 5.4.3 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1754
  • FIX: Fixed prints in QVP. These are no longer needed for debugging Closing #1758 by @scollis in https://github.com/ARM-DOE/pyart/pull/1759
  • CI: Update gcsfs to pin newer versions. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1756
  • MNT: Add some of the missing platform variables. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1746
  • MNT: Update to check for metadata in ODIM reader by @zssherman in https://github.com/ARM-DOE/pyart/pull/1749
  • DOC: Update example text. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1762
  • FIX: Update example to use filter for python 3.14 changes. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1763
  • Build(deps): Bump mamba-org/setup-micromamba from 2.0.4 to 2.0.5 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1767
  • ENH: Updating to work with the most recent ARM KAZR files. Should be… by @AdamTheisen in https://github.com/ARM-DOE/pyart/pull/1772
  • FIX: Pytest fails now due to behaviour in image testing. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1773
  • Build(deps): Bump pypa/cibuildwheel from 2.23.3 to 3.0.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1774
  • FIX: Corrected instrument parameters check for sinarame H5 files. by @mrugna in https://github.com/ARM-DOE/pyart/pull/1766
  • FIX: Fixes mismatch shape issue. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1755
  • DOC: Add example for dealiasing rhi data by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1775

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v2.0.1...v2.1.0

- Python
Published by zssherman 8 months ago

pyart - Py-ART Release Version 2.0.1

What's Changed

  • ADD: Extract sweeps method to xradar object. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1735

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v2.0.0...v2.0.1

- Python
Published by zssherman 12 months ago

pyart - Py-ART Version 2.0

What's Changed

This release has a variety of changes, primarily using xradar as the main reader for different datasets. All colormaps in pyart are now imported from the cmweather package.

  • Build(deps): Bump codecov/codecov-action from 5.1.1 to 5.1.2 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1714
  • ADD: Add getgatelatlonalt to pyart/xradar object by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1716
  • CI: Update ci to use python 3.13, 3.12 and 3.11. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1717
  • ADD: Add addfieldlike method to xradar by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1718
  • ADD: Add gridding ability to xradar radar object by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1719
  • Build(deps): Bump mamba-org/setup-micromamba from 2.0.3 to 2.0.4 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1721
  • Build(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1722
  • ADD: Adding new templates by @zssherman in https://github.com/ARM-DOE/pyart/pull/1723
  • CI: Remove mamba 2.0 pin as pip install issues are resolved in 2.0.4. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1725
  • FIX: Add header logic to download to resolve ADC data access issue by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1730
  • ADD: retrieve and plot qpe example by @syedhamidali in https://github.com/ARM-DOE/pyart/pull/1732
  • REL: Py-ART release 2.0 by @zssherman in https://github.com/ARM-DOE/pyart/pull/1731
  • STY: PEP8 fixes post PR merge by @zssherman in https://github.com/ARM-DOE/pyart/pull/1733

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.19.5...v2.0.0

- Python
Published by zssherman 12 months ago

pyart - Py-ART Release Version 1.19.5

What's Changed

  • FIX: Fix for wavelength not being converted 1/100 by @zssherman in https://github.com/ARM-DOE/pyart/pull/1712

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.19.4...v1.19.5

- Python
Published by zssherman about 1 year ago

pyart - Py-ART Release Version 1.19.4

What's Changed

  • Build(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1684
  • FIX: Fix the gallery build issue with new sphinx by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1685
  • ADD: Add ablog to docs using conda not pip by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1687
  • Build(deps): Bump codecov/codecov-action from 4.6.0 to 5.0.2 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1690
  • FIX: Update to use f-format strings. Remove glpk version check until we have a working version by @zssherman in https://github.com/ARM-DOE/pyart/pull/1696
  • Build(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1697
  • FIX: Fix example scripts to improve interpolation by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1695
  • Storm-Relative Velocity by @EWolffWX in https://github.com/ARM-DOE/pyart/pull/1654
  • Build(deps): Bump mamba-org/setup-micromamba from 2.0.1 to 2.0.2 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1699
  • DOC: Add cfradial2 read example by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1700
  • ENH: Add gatefilter tests by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1701
  • FIX: Ensure cvxopt skipped if not installed by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1702
  • Build(deps): Bump codecov/codecov-action from 5.0.7 to 5.1.1 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1703
  • ENH: read_mmcr method to read ARM MMCR b1-level data files by @isilber in https://github.com/ARM-DOE/pyart/pull/1704
  • FIX: Update sigmet reader to handle 1byte kdp, that needs to be divided by wavelength. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1707
  • Build(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1709
  • ADD: Add xradar io to correct examples by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1708

New Contributors

  • @EWolffWX made their first contribution in https://github.com/ARM-DOE/pyart/pull/1654

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.19.3...v1.19.4

- Python
Published by zssherman about 1 year ago

pyart - 🚀 Py-ART 1.19.3 🚀

What's Changed

  • FIX: Ensure backwards compatibility with datatree/new versions of xarray by @juhi24 in https://github.com/ARM-DOE/pyart/pull/1681
  • DEP: Update to only support python 3.10+ wheels by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1683

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.19.2...v1.19.3

- Python
Published by mgrover1 over 1 year ago

pyart - Py-ART Release Version 1.19.2

What's Changed

  • Build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1644
  • Build(deps): Bump pypa/cibuildwheel from 2.20.0 to 2.21.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1648
  • FIX: Fix errors in docstrings and comments in CAPPI and MAX_CAPPI by @syedhamidali in https://github.com/ARM-DOE/pyart/pull/1649
  • FIX: Update doc of grid_rhi and fix None sweeps. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1647
  • Build(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1652
  • ADD: Transparency options for geotiff writer by @qubitqualia in https://github.com/ARM-DOE/pyart/pull/1496
  • ADD: Add a few lines to ci workflow to resolve issues by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1656
  • TST: Update test for windows builds, remove try statement for geotiff. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1660
  • Build(deps): Bump the actions group with 4 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1659
  • Build(deps): Bump the actions group across 1 directory with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1667
  • MNT: Attempt to remove pinning and fixes for ruff errors. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1666
  • ADD: Add dask to docs environment by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1672
  • FIX: Updates code to fix scalar warnings. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1673
  • FIX: Pin older xarray until xradar release by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1677
  • Build(deps): Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1679
  • FIX: Fix pinning of xradar and xarray by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1682

New Contributors

  • @qubitqualia made their first contribution in https://github.com/ARM-DOE/pyart/pull/1496

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.19.1...v1.19.2

What's Changed

  • Build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1644
  • Build(deps): Bump pypa/cibuildwheel from 2.20.0 to 2.21.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1648
  • FIX: Fix errors in docstrings and comments in CAPPI and MAX_CAPPI by @syedhamidali in https://github.com/ARM-DOE/pyart/pull/1649
  • FIX: Update doc of grid_rhi and fix None sweeps. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1647
  • Build(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1652
  • ADD: Transparency options for geotiff writer by @qubitqualia in https://github.com/ARM-DOE/pyart/pull/1496
  • ADD: Add a few lines to ci workflow to resolve issues by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1656
  • TST: Update test for windows builds, remove try statement for geotiff. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1660
  • Build(deps): Bump the actions group with 4 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1659
  • Build(deps): Bump the actions group across 1 directory with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1667
  • MNT: Attempt to remove pinning and fixes for ruff errors. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1666
  • ADD: Add dask to docs environment by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1672
  • FIX: Updates code to fix scalar warnings. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1673
  • FIX: Pin older xarray until xradar release by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1677
  • Build(deps): Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1679
  • FIX: Fix pinning of xradar and xarray by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1682

New Contributors

  • @qubitqualia made their first contribution in https://github.com/ARM-DOE/pyart/pull/1496

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.19.1...v1.19.2

- Python
Published by zssherman over 1 year ago

pyart - 🚀 Py-ART 1.19.1 🚀

What's Changed

  • Build(deps): Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1641
  • FIX: Minor fix in plot_maxcappi by @syedhamidali in https://github.com/ARM-DOE/pyart/pull/1639
  • FIX: Fixed angle incorrect in xradar PyART radar object wrapper by @rcjackson in https://github.com/ARM-DOE/pyart/pull/1642
  • ADD: Create CAPPI from Radar by @syedhamidali in https://github.com/ARM-DOE/pyart/pull/1640
  • FIX: Incorrect field plotted in cloud mask example by @zssherman in https://github.com/ARM-DOE/pyart/pull/1643

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.19.0...v1.19.1

- Python
Published by mgrover1 over 1 year ago

pyart - Py-ART Release Version 1.19.0

What's Changed

  • Updated Documentation for retrieve/hydroclass_semisupervised function by @RBhupi in https://github.com/ARM-DOE/pyart/pull/1616
  • Add more references by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1620
  • Addition of qvp functions from MeteoSwiss Py-ART + support of demixing in hydroclass_semisupervised by @wolfidan in https://github.com/ARM-DOE/pyart/pull/1618
  • ADD: Add ehhanced performance for xradar interface by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1621
  • ADD: Add to_radar() method to xradar objects by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1622
  • DOC: Enable readthedocs by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1629
  • ADD: Adding cloud mask code. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1628
  • FIX: Add local install of pyart to doc env file by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1631
  • CI: Update to have pint to fix build wheels failure. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1634
  • ENH: Max CAPPI by @syedhamidali in https://github.com/ARM-DOE/pyart/pull/1633
  • ADD: Adding cloud mask example. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1632
  • DOC: Add pyart 2.0 migration guide by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1625
  • ADD: Add cartopy as a dependency by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1636
  • ADD: ZDR bias code from RadTraQ by @rcjackson in https://github.com/ARM-DOE/pyart/pull/1630
  • ADD: Add corner reflector example by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1637

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.18.7...v1.19.0

- Python
Published by zssherman over 1 year ago

pyart - Py-ART Release Version 1.18.7

What's Changed

  • ADD: Animated GIF PPI Blog notebook by @BrandonWeart in https://github.com/ARM-DOE/pyart/pull/1598
  • Build(deps): Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1607
  • FIX: Renaming and opening PR in attemps to fix generation issue. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1610
  • Build(deps): Bump pypa/cibuildwheel from 2.19.2 to 2.20.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1611
  • Update _sigmetfile.pyx by @gransen312 in https://github.com/ARM-DOE/pyart/pull/1612
  • FIX: Add fix for matplotlib updated version by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1614

New Contributors

  • @BrandonWeart made their first contribution in https://github.com/ARM-DOE/pyart/pull/1598
  • @gransen312 made their first contribution in https://github.com/ARM-DOE/pyart/pull/1612

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.18.6...v1.18.7

- Python
Published by zssherman over 1 year ago

pyart - Py-ART Release Version 1.18.6

What's Changed

  • FIX: Fix builds for latest scipy by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1604
  • FIX: Ensure apple builds on its own systems by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1606

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.18.5...v1.18.6

- Python
Published by zssherman over 1 year ago

pyart - Py-ART Release Version 1.18.5

What's Changed

  • CI: Update wheels to use macos14. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1601

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.18.4...v1.18.5

- Python
Published by zssherman over 1 year ago

pyart - Py-ART Release Version 1.18.4

What's Changed

  • FIX: Update for multiple warnings. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1569
  • FIX: Fix linting percent by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1572
  • CI: Update ruff syntax and fix string formatting by @zssherman in https://github.com/ARM-DOE/pyart/pull/1571
  • Gridding RHI and PPI sweeps of single radar objects separately into xarray.Dataset objects by @isilber in https://github.com/ARM-DOE/pyart/pull/1567
  • FIX: Fix dimensions for grid origin by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1574
  • Build(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1575
  • MNT: Update to_xarray to show nradar info. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1576
  • Build(deps): Bump pypa/cibuildwheel from 2.17.0 to 2.18.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1577
  • MNT: Update armscanname to be optional. Also dep warning fix. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1578
  • DOC: Update the attenuation docs to reflect where the formula comes from. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1579
  • ADD: Adding new gatefilter method to remove last gates. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1580
  • BUG: Update to Column Vertical Profile Handling of Defining Radar Basetime by @jrobrien91 in https://github.com/ARM-DOE/pyart/pull/1581
  • Build(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1583
  • Build(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1587
  • FIX: Update pyproj functions to take string. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1589
  • ENH: Update nexrad level 3 reader to read super resolution data. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1591
  • FIX: Fix for numpy nan calls for 2.0. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1597
  • ADD: Addition of abovetoafilter. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1586
  • ADD: radar_freq param in hydroclass_semisupervised by @RBhupi in https://github.com/ARM-DOE/pyart/pull/1573
  • Build(deps): Bump the actions group with 3 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1596

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.18.3...v1.18.4

- Python
Published by zssherman over 1 year ago

pyart - Py-ART Release Version 1.18.3

What's Changed

  • Build(deps): Bump the actions group with 2 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1560
  • ENH:Docs:hydroclass by @RBhupi in https://github.com/ARM-DOE/pyart/pull/1563
  • ADD: Add updated cython and flags for numpy by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1564

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.18.2...v1.18.3

- Python
Published by zssherman almost 2 years ago

pyart - Py-ART Release Version 1.18.2

What's Changed

  • DOC: Update recent changelog for up to version 1.18.1 by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1549
  • Build(deps): Bump codecov/codecov-action from 4.1.1 to 4.2.0 in the actions group by @dependabot in https://github.com/ARM-DOE/pyart/pull/1551
  • ADD: Add code of conduct by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1554
  • FIX: physically consistent RoI calculation for gridding; updated gridding input parameters to mitigate smearing by @isilber in https://github.com/ARM-DOE/pyart/pull/1552
  • ADD: Add new wheels for numpy 2.0 by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1555
  • FIX: Updates datetime.utcnow to .now using timezone object. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1556
  • ADD: Add frequency in sigmet/iris IO by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1557

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.18.1...v1.18.2

- Python
Published by zssherman almost 2 years ago

pyart - Py-ART Release Version 1.18.1

What's Changed

  • Build(deps): Bump the actions group with 3 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1528
  • FIX: Use existing time extraction in Py-ART in columnsect by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1529
  • Build(deps): Bump the actions group with 1 update by @dependabot in https://github.com/ARM-DOE/pyart/pull/1530
  • ENH: Add instrument parameter check for sinarame. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1532
  • ADD: Add blog post on EPCAPE by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1534
  • FIX: Add more robust xradar/Py-ART bridge by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1537
  • Build(deps): Bump the actions group with 1 update by @dependabot in https://github.com/ARM-DOE/pyart/pull/1539
  • FIX: consistent sweep determination for RHI at 0 degrees azimuth by @isilber in https://github.com/ARM-DOE/pyart/pull/1541
  • FIX: Update xradar requirements by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1542
  • FIX: Fix scipy gaussian deprecation in testing by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1544
  • FIX: Add get_azimuth xradar by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1547
  • ENH: Dimension-dependent weighting factor flexibility in gridding by @isilber in https://github.com/ARM-DOE/pyart/pull/1545

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.18.0...v1.18.1

- Python
Published by zssherman almost 2 years ago

pyart - Py-ART Release Version 1.18.0

What's Changed

  • ENH: add 'zdistfactor' input parameter to 'mapgatestogrid'. by @isilber in https://github.com/ARM-DOE/pyart/pull/1509
  • ADD: function to create CFADs by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1492
  • FIX: Update codeql.yml by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1515
  • ADD: Add dependabot to track new github actions by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1518
  • FIX: Fix warning errors for scipy and numpy by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1519
  • Build(deps): Bump the actions group with 10 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1520
  • FIX: Fix the name of download-upload-artifact action by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1524
  • ADD: Add new xdrlib drop in replacement by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1525
  • FIX: Possible fix for upload failure for wheels. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1526

New Contributors

  • @dependabot made their first contribution in https://github.com/ARM-DOE/pyart/pull/1520

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.17.0...v1.18.0

- Python
Published by zssherman almost 2 years ago

pyart - Py-ART Release Version 1.17.1

What's Changed

  • ENH: add 'zdistfactor' input parameter to 'mapgatestogrid'. by @isilber in https://github.com/ARM-DOE/pyart/pull/1509
  • ADD: function to create CFADs by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1492
  • FIX: Update codeql.yml by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1515
  • ADD: Add dependabot to track new github actions by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1518
  • FIX: Fix warning errors for scipy and numpy by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1519
  • Build(deps): Bump the actions group with 10 updates by @dependabot in https://github.com/ARM-DOE/pyart/pull/1520
  • FIX: Fix the name of download-upload-artifact action by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1524
  • ADD: Add new xdrlib drop in replacement by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1525

New Contributors

  • @dependabot made their first contribution in https://github.com/ARM-DOE/pyart/pull/1520

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.17.0...v1.17.1

- Python
Published by zssherman almost 2 years ago

pyart - 🚀 Py-ART v1.17.0 🚀

What's Changed

  • DOC: Add updated changelog for new release by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1475
  • ENH: Column Vertical Profile (CVP) Addition by @jrobrien91 in https://github.com/ARM-DOE/pyart/pull/1478
  • FIX: Fix python version used in CI system by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1482
  • ADD: Ability to create a Py-ART Grid FROM an xarray object by @rcjackson in https://github.com/ARM-DOE/pyart/pull/1479
  • FIX: Fix setting scanmode when scanname is empty by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1484
  • ADD: function to rescale reflectivity to a precipitation rate by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1486
  • ENH: updated feature detection function and example by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1487
  • Minor metadata correction to core.radar.get_elevation by @isilber in https://github.com/ARM-DOE/pyart/pull/1489
  • FIX: outdated text in maskingdatawith_gatefilters.ipynb by @isilber in https://github.com/ARM-DOE/pyart/pull/1490
  • Add method to automatically determine radar sweep indices by @isilber in https://github.com/ARM-DOE/pyart/pull/1493
  • FIX: Fix failing CI by pinning older metpy versions by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1501
  • FIX: Fix the failing build of the gallery by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1503
  • ENH: Speed up IO for nexrad level2 file by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1504
  • Update rainbow_wrl.py by @HappyXiaoAnAn in https://github.com/ARM-DOE/pyart/pull/1497
  • DOC: Add pre-commit section to docs by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1506
  • Reclass: Addition of New Radar Echo Classification Function by @RBhupi in https://github.com/ARM-DOE/pyart/pull/1495
  • FIX: Remove the metpy pin for doc build and CI by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1507

New Contributors

  • @HappyXiaoAnAn made their first contribution in https://github.com/ARM-DOE/pyart/pull/1497
  • @RBhupi made their first contribution in https://github.com/ARM-DOE/pyart/pull/1495

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.16.1...v1.17.0

- Python
Published by mgrover1 about 2 years ago

pyart - Py-ART Release Version 1.16.1

Enhancements made

Bugs fixed

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@mgrover1 | @review-notebook-app | @scollis | @syedhamidali | @zssherman

- Python
Published by zssherman over 2 years ago

pyart - Py-ART Release Version 1.16.0

What's Changed

  • Fix linting errors by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1437
  • MNT: Support Cython 3.0 by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1440
  • DOC: Add dedicated developers guide section by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1442
  • ADD: Add to existing developers guide by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1443
  • FIX: Add isinstance checks to improve linting by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1444
  • FIX: change deprecated np.str in arm_vpt to str by @isilber in https://github.com/ARM-DOE/pyart/pull/1445
  • ENH: optional rectangular window dims for velocity texture analysis and bug fixes to the load_kazr method by @isilber in https://github.com/ARM-DOE/pyart/pull/1446
  • FIX: Fix RSL Cython Interface by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1447
  • FIX: Fix failing ci isinstance by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1448

New Contributors

  • @isilber made their first contribution in https://github.com/ARM-DOE/pyart/pull/1445

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.15.2...v1.16.0

- Python
Published by zssherman over 2 years ago

pyart - Py-ART Release Version 1.15.2

What's Changed

  • MNT: Remove pandas pinning, testing. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1430
  • Create codeql.yml by @AdamTheisen in https://github.com/ARM-DOE/pyart/pull/1433
  • Minor adjustments to convective-stratiform algorith, documentation, and example by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1434

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.15.1...v1.15.2

- Python
Published by zssherman over 2 years ago

pyart - Py-ART Release Version 1.15.1

What's Changed

  • FIX: GateMapper will now map source field to destination radar even if field not in destination radar by @rcjackson in https://github.com/ARM-DOE/pyart/pull/1418
  • MNT: Update commit hooks changelog by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1419
  • fix: memory leak in grid mappers by @Vforcell in https://github.com/ARM-DOE/pyart/pull/1421
  • Ensure units are in feet for nexrad references by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1423
  • FIX: Fix type of time for odim reader by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1425
  • Update Sphinx Theme by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1427
  • Fix masking issue in VAD michelson by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1428

New Contributors

  • @Vforcell made their first contribution in https://github.com/ARM-DOE/pyart/pull/1421

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.15.0...v1.15.1

- Python
Published by zssherman almost 3 years ago

pyart - Py-ART Release v1.15.0

What's Changed

  • FIX: Up python version in readme by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1397
  • DEL: Remove old conda_recipe directory by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1399
  • colorbarorient option to plotppi_map functions by @joshua-hampton in https://github.com/ARM-DOE/pyart/pull/1401
  • FIX: Fix new linting issues by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1407
  • ADD: Add cfradial 1.4 version to io by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1409
  • Add xradar accessor class by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1411
  • Add a Blog Post Visualizing Severe Weather in Wisconsin by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1413
  • ADD: Add open radar data as a dependency by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1416
  • Add xradar as a dependency by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1417

New Contributors

  • @joshua-hampton made their first contribution in https://github.com/ARM-DOE/pyart/pull/1401

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.14.6...v1.15.0

- Python
Published by zssherman almost 3 years ago

pyart - Py-ART Release Version 1.14.6

What's Changed

  • Drop Support for Python 3.8 in CI by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1384
  • BUG: Fix to broken doc link by @jrobrien91 in https://github.com/ARM-DOE/pyart/pull/1385
  • ENH: Add ruff python linting by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1388
  • FIX: Fix wrong coordinate configuration for xarray by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1390
  • ADD: Add codeowners, issue, and pr template by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1391
  • MNT: Remove VAD warning. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1392
  • Update link to mailing list by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1393
  • drop pkg_resources as a runtime requirement by @neutrinoceros in https://github.com/ARM-DOE/pyart/pull/1394
  • CI: Remove python 3.8 and update documentation to reflect releases and CI testing. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1395

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.14.5...v1.14.6

- Python
Published by zssherman almost 3 years ago

pyart - Py-ART Release Version 1.14.5

What's Changed

  • FIX: Fix a link to the old docs in the readme by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1383

This fixes the incorrect versions Cython versions packaged in the previous release.

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.14.4...v1.14.5

- Python
Published by mgrover1 about 3 years ago

pyart - Py-ART Release Version 1.14.4

What's Changed

  • FIX: Fix for when radar azimuths wrap for getgatearea. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1375
  • ENH: Small correction to GateMapper example for the API by @jrobrien91 in https://github.com/ARM-DOE/pyart/pull/1379
  • REL: fix build for Python 3.11 wheels by @neutrinoceros in https://github.com/ARM-DOE/pyart/pull/1380
  • FIX: A fix for vpt mismatch array error for matplotlib shading. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1381
  • DEL: Remove cython from requirements.txt by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1382

New Contributors

  • @neutrinoceros made their first contribution in https://github.com/ARM-DOE/pyart/pull/1380

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.14.3...v1.14.4

- Python
Published by zssherman about 3 years ago

pyart - Py-ART Release v1.14.3

What's Changed

  • Remove deprecation line in init file by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1372

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.14.2...v1.14.3

- Python
Published by zssherman about 3 years ago

pyart - Py-ART Release v1.14.2

What's Changed

  • FIX: Update changelog for version 1.14.x by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1327
  • ADD: Add blog post on SPC hail reports and NEXRAD by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1335
  • FIX: use maxnumgates for calculation of data shape by @kmuehlbauer in https://github.com/ARM-DOE/pyart/pull/1337
  • FIX: check uniformity of rangestep, get consistent rangestep for gamic reader by @kmuehlbauer in https://github.com/ARM-DOE/pyart/pull/1338
  • DOC: Update convective stratiform example by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1339
  • FIX: Update link to cookbooks by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1342
  • FIX: Unused variable in region based dealiasing by @rcjackson in https://github.com/ARM-DOE/pyart/pull/1343
  • FIX: readsigmet timeordered bug by @zouihao in https://github.com/ARM-DOE/pyart/pull/1351
  • MNT: Revert setuptools, to avoid unwanted behavior. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1356
  • DOC: Adding an example on how to read older nexrad data. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1355
  • DOC: Cleanup as some text was not being generated correctly. And renaming file. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1357
  • Assign boolean to list, not boolean by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1361
  • FIX: Fix the CI badge by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1363
  • Add pre-commit hooks, black formatting, and style fixes by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1341
  • MNT: Move to execmodule instead of loadmodule by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1369

New Contributors

  • @zouihao made their first contribution in https://github.com/ARM-DOE/pyart/pull/1351

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.14.1...v1.14.2

- Python
Published by zssherman about 3 years ago

pyart - Py-ART Release Version 1.14.1

What's Changed

  • ENH: Improved convective stratiform functions by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1314
  • ENH: Add gatefilter to attenuation module by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1324
  • ADD: Adding add_filter function to radar.py. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1326
  • Add ci for Python 3.11 by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1303
  • Add Spectral-like colormaps based on pyart#1320 by @jthielen in https://github.com/ARM-DOE/pyart/pull/1325
  • ADD: Colorbar Manipulation Example by @jrobrien91 in https://github.com/ARM-DOE/pyart/pull/1300

New Contributors

  • @jthielen made their first contribution in https://github.com/ARM-DOE/pyart/pull/1325

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.14.0...v1.14.1

- Python
Published by zssherman over 3 years ago

pyart - Py-ART release version 1.14.0

What's Changed

  • Add image muting citation to function and example by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1304
  • FIX: Add check for when instrument parameters is None. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1306
  • ENH: Adding simple antivirus workflow similiar to what Adam implemented in ACT. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1307
  • Plot grid modif by @jfigui in https://github.com/ARM-DOE/pyart/pull/1311
  • FIX: Phase processing code throwing deprecation warnings for scipy.ndimage.filters.convolve1d by @rcjackson in https://github.com/ARM-DOE/pyart/pull/1313
  • DOC: Added two pyart examples (VAD and hydrometeors) by @wolfidan in https://github.com/ARM-DOE/pyart/pull/1317
  • ENH: Adding fields parameter to specify list of writing to file. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1319

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.13.3...v1.14.0

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Release 1.13.3

What's Changed

  • FIX: Use new api to toggle top and right labels by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1279
  • DOC: Add a new colormap example by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1284
  • FIX: Remove old list of colormaps by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1285
  • Fix title of dealias example by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1287
  • ENH: Add cross section functionality by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1290
  • Update join radar to account for targetscanrate by @nguy in https://github.com/ARM-DOE/pyart/pull/1292
  • ENH: Check for sector scans and use ppi. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1294
  • ADD: TRACER blog post by @rcjackson in https://github.com/ARM-DOE/pyart/pull/1296
  • ENH: Add fix to blog post, add docs on how to write a blog post by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1299

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.13.2...v1.13.3

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Release Version 1.13.2

What's Changed

  • FIX: Fix for backwards compatibility for matplotlib 3.6. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1278

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.13.1...v1.13.2

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Release Version 1.13.1

What's Changed

  • MNT: Update to find namespace packages to fix setuptools warning. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1275
  • Update changelog for v1.13.0 by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1276
  • ENH: Add cibuildwheel to build wheels by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1267

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.13.0...v1.13.1

- Python
Published by zssherman over 3 years ago

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 https://github.com/ARM-DOE/pyart/pull/1213
  • ENH: Corrected Height Gates to be height above sea level by @jrobrien91 in https://github.com/ARM-DOE/pyart/pull/1215
  • TST: Fix median filter depreciation warnings as well as more tests for simple moments. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1214
  • fix writing IRIS sigmet files to UF by @wx4stg in https://github.com/ARM-DOE/pyart/pull/1216
  • FIX: join_radar also joins pulse repititon times iparam by @wx4stg in https://github.com/ARM-DOE/pyart/pull/1218
  • Add pyrad to the readme by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1220
  • FIX: Return zero phase for sweeps completely filtered out with gatefi… by @rcjackson in https://github.com/ARM-DOE/pyart/pull/1226
  • Trmm test by @zssherman in https://github.com/ARM-DOE/pyart/pull/1228
  • DEL: Remove load module section by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1234
  • DOC: Updated pyart doc to include column code, fix incorrect syntax and more. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1231
  • ADD: addition of subsetradar function in radarutils by @wolfidan in https://github.com/ARM-DOE/pyart/pull/1227
  • MNT: Remove trmm_rsl from CI optional, remove from debug info. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1239
  • FIX: Pin previous version of shapely by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1240
  • FIX: Fix the reference documentation links by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1241
  • FIX: Make datetime parsing more general for columnsect by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1261
  • ENH: Add column example to docs by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1263
  • ENH: Composite Reflectivity Function by @dopplerchase in https://github.com/ARM-DOE/pyart/pull/1235
  • ADD: Add composite reflectivity citation by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1264
  • ADD: Add changelog from previous releases by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1265

New Contributors

  • @wx4stg made their first contribution in https://github.com/ARM-DOE/pyart/pull/1216

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.12.7...v1.13.0

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Release 1.12.7

What's Changed

  • DEL: Deleted convv.py, looks to be a test added awhile back. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1195
  • FIX: C-band values being set by x-band. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1196
  • TST: Adding unit tests for whole echoclass module. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1197
  • FIX: Str for warning of coefficient band used was wrong. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1198
  • ADD: Add cookbook section in user guide by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1199
  • TST: Adding unitests for rain rate module. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1200
  • FIX: Fix link to cookbooks in user guide by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1201
  • ADD: Add pypi stats to readme by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1206
  • FIX: update join_radar to also append instrument parameters by @wolfidan in https://github.com/ARM-DOE/pyart/pull/1204
  • TST: Moving tests to test module within Py-ART main directory. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1207
  • FIX: Fix for only python 3.10 being used. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1208
  • Remove pinning for specific cftime by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1211

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.12.6...v1.12.7

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Release 1.12.6

What's Changed

  • FIX: Update requirements with cftime + numpy by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1190
  • MNT: Added warning catch for axes. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1191

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.12.5...v1.12.6

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Release 1.12.5

What's Changed

  • Update ARM name to remove climate by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1173
  • MNT: Update vmin vmax to make velocity plot more visible. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1175
  • ENH: Addition of Time as a Coordinate within extracted column output by @jrobrien91 in https://github.com/ARM-DOE/pyart/pull/1176
  • ADD: v1.12.4 section to changelog by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1177
  • DOC: Updating docs to represent python versions. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1180
  • FIX: Fix rsl not running in test suite by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1178
  • FIX: Fix incorrect version showing up in docs (API) by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1181
  • FIX: add pinned version of numpy by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1187
  • FIX: Add revised fix for RHI near 270 by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1185
  • ENH: Change default LP solver to pyglpk by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1183
  • ADD: Add in tests for KDP/PHI DP functions by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1184

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.12.4...v1.12.5

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Release v1.12.4

Fixes a bug for v1.12.3 release.

What's Changed

  • FIX: Fix sorting issue with elevations and azimuths by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1171

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.12.3...v1.12.4

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Release v1.12.3

What's Changed

  • FIX: Fix rounding issue with mask arrays, using np.round instead. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1152
  • TST: Adding unittest for correct bias function. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1153
  • Add Image muting plotting example to gallery by @lauratomkins in https://github.com/ARM-DOE/pyart/pull/1154
  • FIX: Fixes an issue with mismatch arrays. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1151
  • MNT: Mispelling of embelish by @zssherman in https://github.com/ARM-DOE/pyart/pull/1158
  • FIX: Read in remote compressed data by adding in default compression argument by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1160
  • ADD: Update Changelog for v1.12.2 by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1164
  • Pin version of xarray by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1167
  • FIX: Sort elevations and fix rogue radial issue by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1170

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.12.2...v1.12.3

- Python
Published by zssherman over 3 years ago

pyart - Py-ART Version 1.12.2

What's Changed

  • ADD: Add NEXRAD Blog Post by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1101
  • FIX: Fix the missing images in the blog post by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1103
  • FIX: Fix typo and back in postcard by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1104
  • DOC: Update to readme and contributors guide by @zssherman in https://github.com/ARM-DOE/pyart/pull/1106
  • ADD: Add more tests for testechoclass by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1107
  • ADD: add verbose flag to qvp code by @dopplerchase in https://github.com/ARM-DOE/pyart/pull/1108
  • DEL: Deleting setup.py in each submodule. Was forgotten in setuptools PR. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1109
  • DEL: Deleting submodule setup.py. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1110
  • ENH: Add ability to pass kwargs in for plots and change default by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1111
  • ENH: Use fsspec for io in pyart.io.common to read both local and remote files by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1115
  • FIX: Fix IO for NEXRAD Level 3 instantaneous precipitation rate (DPR) by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1116
  • ADD: Add AWS NEXRAD example in new IO section by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1117
  • ENH: Add a pypi release action by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1118
  • FIX: Update pypi release to only run upon releases by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1119
  • FIX: Add build package to pypi release by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1120
  • MNT: Utilize conda for build due to trmm_rsl. by @zssherman in https://github.com/ARM-DOE/pyart/pull/1122
  • FIX: Make sure trmm rsl path is specified by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1123
  • FIX: Make sure rsl is installed using python -m by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1124
  • FIX: fix the pypi build by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1125
  • ENH: Allow pypi to run by triggering manually by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1126
  • FIX: Add back in the python -m to fix the build by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1127
  • FIX: fix name of pyart in the pypi verification by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1128
  • FIX: Remove requirement for action to be push by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1129
  • FIX: Make sure versions match for pypi by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1130
  • FIX: make sure release uploaded to pypi by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1131
  • ADD: Utility to subset a radar volume for the column above a location by @jrobrien91 in https://github.com/ARM-DOE/pyart/pull/1113
  • Add Xarray to requirements by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1133
  • ENH: Remove versioneer and add scm by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1136
  • FIX: Only apply fix to the build wheel by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1137
  • FIX: Use many linux build by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1139
  • FIX: Update requirements for many-linux build by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1140
  • FIX: Use macOS build for pypi instead of linux by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1141
  • FIX: Add pruning back into workflows by @mgrover1 in https://github.com/ARM-DOE/pyart/pull/1143

New Contributors

  • @dopplerchase made their first contribution in https://github.com/ARM-DOE/pyart/pull/1108
  • @jrobrien91 made their first contribution in https://github.com/ARM-DOE/pyart/pull/1113

Full Changelog: https://github.com/ARM-DOE/pyart/compare/v1.12.1...v1.12.2

- Python
Published by mgrover1 almost 4 years ago

pyart - 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.

- Python
Published by zssherman almost 4 years ago

pyart - 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

(full changelog)

Bugs fixed

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@mgrover1 | @rcjackson | @zssherman

- Python
Published by zssherman almost 4 years ago

pyart - Py-ART Release 1.11.8 Modernism

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Deprecated features

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@dopplershift | @HumphreysCarter | @jjhelmus | @kmuehlbauer | @lauratomkins | @mgrover1 | @rcjackson | @ReallyNiceGuy | @ritvje | @scollis | @zssherman

- Python
Published by zssherman almost 4 years ago

pyart - Py-ART Release 1.11.7 Modernism

Release was missing registry file, will release v1.11.8 to fix.

- Python
Published by zssherman almost 4 years ago

pyart - Py-ART Release 1.11.6 Modernism

This is a micro release with a few enhancements and fixes to the source code.

(full changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@HumphreysCarter | @kmuehlbauer | @Quba1 | @rcjackson | @ReallyNiceGuy | @zssherman

- Python
Published by zssherman over 4 years ago

pyart - Py-ART Release 1.11.5 Modernism

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

- Python
Published by zssherman over 4 years ago

pyart - Py-ART Release 1.11.3 Modernism

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

  • FIX: Fix addressed for #962 by mwilson14. #963 (@zssherman)
  • FIX: A fix for the NoneType error with regards to nexrad 3 elevation. #959 (@zssherman)

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

- Python
Published by zssherman over 5 years ago

pyart - Py-ART Release 1.11.2 Modernism

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 maptogrid, 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

- Python
Published by zssherman over 5 years ago

pyart - Py-ART Release 1.11.1 Modernism

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

  • MNT: Adding MPL framework classifier, addresses #910. #912 (@zssherman)

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

- Python
Published by zssherman almost 6 years ago

pyart - Py-ART Version 1.11.0 Modernism

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

- Python
Published by zssherman about 6 years ago

pyart - Py-ART Release v1.10.4 Impressionism

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.

- Python
Published by zssherman about 6 years ago

pyart - Py-ART Release v1.10.3 Impressionism

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

- Python
Published by zssherman over 6 years ago

pyart - Py-ART Version 1.10.2 Impressionism

Fixes warnings for colormaps and other minor bug fixes.

- Python
Published by zssherman over 6 years ago

pyart - Py-ART Version 1.10.1 Impressionism

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

- Python
Published by zssherman almost 7 years ago

pyart - Py-ART Version 1.9.2 Picasso

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 .

- Python
Published by zssherman over 7 years ago

pyart - Py-ART Version 1.9.1 Picasso

Version 1.9.1 Picasso is a micro release to fix an import error involved with the netcdftime module now being called cftime.

- Python
Published by zssherman almost 8 years ago

pyart - Py-ART Version 1.9.0 Picasso

Version 1.9.0 Picasso is the result of 12 months of work by 13 contributors. Thanks to all contributors, especially those who have made their first contribution to Py-ART.

Highlights of this release: * Allow graph titles and filenames to use time at beginning of sweep. * Addition of a faster calculation of texture of the velocity field. * Addition of a raster keyword to plotting functions. * Addition of a alpha keyword to the PPI map plotting function. * Contributors guide was added to help guide developers. * Updated dealiasing code that corrects for over/under folded regions. * Gate filter option has been added to VPT plots. * Nearest neighbor weighting function was added as an option to griding. * Two new KDP methods (Vulpiani et al., 2012) and (Schneebeli et al., 2014). * Various bug fixes and minor enhancements. Contributors to Py-ART 1.9.0 Picasso: Chris Nardi - csnardi Daniel Wolfensberger - wolfidan Jonathan J. Helmus - jjhelmus Jordi Figueras - meteoswiss-mdr Mark Picel - mhpicel Ramesh - goharkay Robert Jackson - rcjackson Scott Collis scollis Sean Freeman - freemansw1 Steve Nesbitt - swnesbitt Timothy Lang - tjlang Valentin Louf - vlouf Zachary Sherman - zssherman Nothing was deprecated by this version.

- Python
Published by zssherman about 8 years ago

pyart - Py-ART version 1.8.0

Version 1.8.0 is the result of 5 months of work by 9 contributors. Thanks to all contributors, especially those who have made their first contribution to Py-ART.

Highlights of this release:

* Reading for ARM sonde files. * Improvements to the GAMIC reader. * Support for plotting radar data on maps using Cartopy. * Hydrometeor classification routine. * QPE routines. * Support for Python 3.6. * Various bug fixes and minor enhancements.

Contributors to Py-ART 1.8.0:

Jonathan J. Helmus Jordi Figueras Julia Signell Kai Muehlbauer Kirk North Martin Rugna Norm Wood Scott Collis Tulipa Silva

Nothing was deprecated by this version.

- Python
Published by jjhelmus almost 9 years ago

pyart - Py-ART version 1.7.0

Version 1.7.0 is the result of 7 months of work by 8 contributors. Thanks to all contributors, especially those who have made their first contribution to Py-ART.

Highlights of this release:

* Reading of Rainbow files. * Reading of Argentinean H5 files. * Optimized reading of NEXRAD Level II files. * Better support for reading ODIM H5 and GAMIC files. * Grids can be output to GeoTIFF files. * Support for creating and reading horizontal wind profiles. * Simulated radial velocities from a wind profile. * Pseudo-PPIs from RHI volumes. * Computation of secondary moments. * Noise correction of RhoHV. * Gatefilter based upon the texture of polarimetric variables. * The region based dealiasing routine may use a wind profile for reference. * Variational KDP retrievals. * Routine for despeckle fields. * Example showing how to overlay contours on radar plots. * Various bug fixes and minor enhancements.

Contributors to Py-ART 1.7.0:

Cory Weber Jonathan J. Helmus Jordi Figueras Kai Muehlbauer Kirk North Scott Collis Steve Nesbitt Timothy Lang

The following have been deprecated and will be removed from Py-ART after one additional point release (included in 1.8.0, removed in 1.9.0). - The soundingheights, soundingwindspeeds, and soundingwinddirection parameters of the pyart.correct.dealiasfourdd function. These parameters should now be specified in the sondeprofile argument. - The pyart.correct.findtimeininterpsonde function. With the availability of the pyart.io.readarmsondevap function this function is no longer needed.

- Python
Published by jjhelmus over 9 years ago

pyart - Py-ART version 1.6.0

Version 1.6.0 is the result of 5 months of work by 7 contributors. Thanks to all contributors, especially those who have made their first contribution to Py-ART.

Highlights of this release:

* Support for writing Universal format (UF) files. * Support for reading NEXRAD Level 2 message 1 format files. * Specific field and scans can be specified when reading NEXRAD files. * Support for reading dual PRF information from Sigmet files. * Function for extracting azimuthal cross sections from a PPI volume. * Hildebrand-Sekhon noise level estimation. * Better error messages when an optional dependency is missing. * Additions to the Radar class for accessing the location of gates. * A new layout for the Grid class. * Time-height plots (thanks to Nick Guy) * Functions for antenna, geographic and Cartesian coordinate transforms. * A norm parameter can be used to specify the luminosity in plots,

allowing for the use of non-linear or categorical colorbars. * Large grids can be created without distortions. * Field specific colormaps and luminosity limits are used when plotting. * Various bug fixes and minor enhancements.

Contributors to Py-ART 1.6.0:

Anderson Gamma Cory Weber Jonathan J. Helmus Joe Hardin Kirk North Nick Guy Timothy Lang

Please note that this will be the last release to officially support Python 2.6 and 3.3. The next version of Py-ART will support Python 2.7, 3.4 and 3.5.

The following have been deprecated and will be removed from Py-ART after one additional point release (included in 1.7.0, removed in 1.8.0). - The 'axes' attribute of the Grid class, the elements found in this dictionary can now be found elsewhere in the Grid class. - pyart.io.add2dlatlonaxis, the information provided by this function is now available in Grid attributes. - The Grid class is initialized using a new set of parameters. Support for creating Grid instances from using the older parameters is available using the fromlegacyparameters method, which will be removed in Py-ART 1.8.0. - The pyart.io.readlegacygrid function was added to read in netCDF files containing gridded radar data as produced by Py-ART 1.5.0 and prior. This function will be removed in Py-ART 1.8.0. - pyart.graph.RadarDisplayAirborne, now pyart.graph.AirborneRadarDisplay - The 'gridlons', 'gridlats' and 'proj' attributes of the GridMapDisplay class. This information can be found in the Grid attributes. - The 'starts', 'ends', 'timebegin', 'radarname', 'x', 'y', and 'z' attribute of the RadarDisplay class and subclasses. This information can be found in attributes of the Radar class.
- pyart.core.cornertopoint, use pyart.core.geographictocartesian - pyart.core.isvpt, now found at pyart.util.isvpt - pyart.core.tovpt, now found at pyart.util.tovpt

Additionally the following portions of the non-public API are also deprecated in the same manner. - pyart.graph.common.cornertopoint - pyart.io.common.radarcoordstocart - pyart.graph.common.radarcoordstocart - pyart.graph.common.sweepcoordsto_cart

- Python
Published by jjhelmus about 10 years ago

pyart - Py-ART version 1.5.0

Version 1.5.0 is the result of 3 months of work by 7 contributors. Thanks to all contributors, especially those who have made their first contribution to Py-ART.

Highlights of this release:

* Support for reading NOXP files. (thanks to Tim Lang) * Support for reading ARM KAZR files (thanks to Kirk North) * Support for reading EDGE NetCDF files. * Support for reading Universal format (UF) files. * Refactor plotting code (thanks to Anderson Gamma) * Improved support for the Windows operating system. * Gatefilters can be used as a selection method in many additional cases (thanks to Kirk North and Nick Guy). * Routines for calculating circular statistics on radar fields.

- Python
Published by jjhelmus over 10 years ago

pyart - Py-ART version 1.3.0

- Python
Published by jjhelmus over 10 years ago

pyart - Py-ART version 1.4.0

Version 1.4.0 is the result of 4 months of work by 7 contributors. Thanks to all contributors, especially those who have made their first contribution to Py-ART.

Highlights of this release:

* Support for reading and writing MDV Grid files. (thanks to

Anderson Gama) * Support for reading GCPEX D3R files. (thanks to Steve Nesbitt) * Support for reading NEXRAD Level 3 files. * Optional loading of radar field data upon use rather than initial read. * Significantly faster gridding method, "mapgatesto_grid". * Improvements to the speed and bug fixes to the region based dealiasing algorithm. * Textures of differential phase fields. (thanks to Scott Collis) * Py-ART now can be used with Python 3.3 and 3.4

- Python
Published by jjhelmus over 10 years ago

pyart - Py-ART version 1.2.0

- Python
Published by jjhelmus about 11 years ago