-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MNT: Bring in recent changes from main to the 2.0 branch #1623
base: release/2.0
Are you sure you want to change the base?
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd38bce - Browse repository at this point
Copy the full SHA cd38bceView commit details
Commits on Sep 20, 2023
-
DOC: Update outdated installation instructions (#1462)
* FIX: Add isinstance checks to improve linting * FIX: Update the installation instructions * FIX: Update python versions * FIX: Update master to main in contributors guide
Configuration menu - View commit details
-
Copy full SHA for e5fe221 - Browse repository at this point
Copy the full SHA e5fe221View commit details
Commits on Sep 25, 2023
-
ADD: Add new xradar functionality (#1456)
* FIX: Add isinstance checks to improve linting * ADD: Add suite of new utilities to xradar accessor * ADD: Add new xradar tests
Configuration menu - View commit details
-
Copy full SHA for 873e0ce - Browse repository at this point
Copy the full SHA 873e0ceView commit details
Commits on Sep 29, 2023
-
ADD: Add gridding support from the xradar object (#1468)
* FIX: Add isinstance checks to improve linting * ADD: Add support for gridding from the xradar object * FIX: Fix failing tests * FIX: Cleanup the type hinting * FIX: Use allclose instead of assert equal
Configuration menu - View commit details
-
Copy full SHA for 1870652 - Browse repository at this point
Copy the full SHA 1870652View commit details -
DOC: Add docs for using xradar and Py-ART together (#1469)
* DOC: Add docs for xradar and Py-ART * DOC: Add docs on using xradar with Py-ART * FIX: Fix small bugs
Configuration menu - View commit details
-
Copy full SHA for 7bc1922 - Browse repository at this point
Copy the full SHA 7bc1922View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8d884b - Browse repository at this point
Copy the full SHA c8d884bView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d3d7c8 - Browse repository at this point
Copy the full SHA 9d3d7c8View commit details
Commits on Oct 10, 2023
-
DOC: Add dealias example with xradar (#1472)
* ADD: Add dealias example with xradar * Fix misspelling of velocities
Configuration menu - View commit details
-
Copy full SHA for 6fdf16e - Browse repository at this point
Copy the full SHA 6fdf16eView commit details
Commits on Oct 11, 2023
-
ADD: Add python 3.12 to ci and wheels (#1473)
* ADD: Add python 3.12 to ci and wheels * ADD: Add additional docs on updated python versions
Configuration menu - View commit details
-
Copy full SHA for daf92fa - Browse repository at this point
Copy the full SHA daf92faView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a91195b - Browse repository at this point
Copy the full SHA a91195bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c22340b - Browse repository at this point
Copy the full SHA c22340bView commit details
Commits on Oct 30, 2023
-
ENH: Column Vertical Profile (CVP) Addition (#1478)
* ENH: Update for column vertical profile subset * ENH: inclusion of column_vertical_profile * ENH: inclusion of column_vertical_profile and associated functions * ENH: Addition of tests for column_vertical_profile * ENH: Linting corrections to columnsect. used ruff * ENH: linting corrections to test_columnsect; used ruff * ENH: Pre-commit linting corrections * ENH: Pre-commit linting corrections * ENH: Further columnsect linting corrections * ENH: removal of trailing whitespace.. * ENH: testing why pre-commit is giving me linting issues * ENH: Requested Corrections * MNT: Few more docstring changes. * CI: Temporary pin python 3.11 until datattree does a release. * Remove python version pin * FIX: Upgrade the version of precommit linter * update python v --------- Co-authored-by: zssherman <shermanx1991@gmail.com> Co-authored-by: Max Grover <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 548b347 - Browse repository at this point
Copy the full SHA 548b347View commit details -
FIX: Fix python version used in CI system (#1482)
* FIX: Fix python version used in CI system * FIX: Fix incorrect arg in ci workflow * DEL: Remove pinning of libnetcdf
Configuration menu - View commit details
-
Copy full SHA for fb62211 - Browse repository at this point
Copy the full SHA fb62211View commit details
Commits on Oct 31, 2023
-
ADD: Ability to create a Py-ART Grid FROM an xarray object (#1479)
* ADD: Xarray to Py-ART Grid interface * FIX: Pre-commit hooks * DOC: Parameters for Xgrid * ADD: Close dataset to test_accessor --------- Co-authored-by: Robert Jackson <rjackson@Roberts-MacBook-Pro-3.local>
Configuration menu - View commit details
-
Copy full SHA for 9ce78bf - Browse repository at this point
Copy the full SHA 9ce78bfView commit details
Commits on Nov 2, 2023
-
FIX: Fix setting scan_mode when scan_name is empty (#1484)
* FIX: Fix python version used in CI system * FIX: Fix incorrect arg in ci workflow * DEL: Remove pinning of libnetcdf * FIX: Fix when sweep_name is an empty attribute * FIX: Add more robust check
Configuration menu - View commit details
-
Copy full SHA for d58b687 - Browse repository at this point
Copy the full SHA d58b687View commit details
Commits on Nov 9, 2023
-
ADD: function to rescale reflectivity to a precipitation rate (#1486)
* Create precip_rate.py * Update __init__.py * Create test_precip_rate.py * Update precip_rate.py * Linting formatting * Update test_precip_rate.py * Update test_precip_rate.py * Move functions and change math to numpy * Update formatting * Update formatting * FIX: Fix the testing suite to avoid nans --------- Co-authored-by: mgrover1 <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bb1fe24 - Browse repository at this point
Copy the full SHA bb1fe24View commit details
Commits on Nov 14, 2023
-
ENH: updated feature detection function and example (#1487)
* Rename functions and variables to remove "convective-stratiform" We want to make this function more generic so it can be used on a wide variety of fields and not just to detect convective and stratiform elements. I renamed most of the functions and some of the variables to reflect this and hopefully make it easier to use. * Add new reference * Incorporate binary closing option to functions * Add author to functions * Slight reformat for linting * More linting formatting * Add alternate option for getting under/over estimate field * Create plot_feature_detection.py * Delete plot_convective_stratiform.py * Update echo_class.py * Update plot_feature_detection.py * Update plot_feature_detection.py * Update test_echo_class.py * Keep original function and add warning * Revert "Delete plot_convective_stratiform.py" This reverts commit 2bff81a. * Update __init__.py * Update echo_class.py * Update dictionary keys * Update plot_convective_stratiform.py * Fix issues * Update plot_convective_stratiform.py
Configuration menu - View commit details
-
Copy full SHA for 35aaff2 - Browse repository at this point
Copy the full SHA 35aaff2View commit details
Commits on Dec 1, 2023
-
Minor metadata correction to core.radar.get_elevation (#1489)
* FIX: change deprecated np.str in arm_vpt to str * Update default wind_size in calculate_velocity_texture from 4 to 3 Using an odd number prevents single index offsets in placement in case of an even size * ADD: optional rectangular window dims for velocity texture analysis. Also, modify the default window size to 3 instead of the previous value of 4 (even number resulting in a potential offset). * FIX: nyquist velocity dtype in radar obj loaded with read_kazr * pep8 * line reformatting per black * TST: unit tests for rectangular texture window * STY: linting (black) * FIX: Add in linting fixes * FIX: metadata in core.radar.get_elevation --------- Co-authored-by: mgrover1 <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f0df097 - Browse repository at this point
Copy the full SHA f0df097View commit details
Commits on Dec 2, 2023
-
FIX: outdated text in masking_data_with_gatefilters.ipynb (#1490)
* FIX: change deprecated np.str in arm_vpt to str * Update default wind_size in calculate_velocity_texture from 4 to 3 Using an odd number prevents single index offsets in placement in case of an even size * ADD: optional rectangular window dims for velocity texture analysis. Also, modify the default window size to 3 instead of the previous value of 4 (even number resulting in a potential offset). * FIX: nyquist velocity dtype in radar obj loaded with read_kazr * pep8 * line reformatting per black * TST: unit tests for rectangular texture window * STY: linting (black) * FIX: Add in linting fixes * FIX: metadata in core.radar.get_elevation * FIX: outdated text in masking_data_with_gatefilters.ipynb --------- Co-authored-by: mgrover1 <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6675e10 - Browse repository at this point
Copy the full SHA 6675e10View commit details
Commits on Dec 7, 2023
-
ENH: Add method to automatically determine radar sweep indices (#1493)
* FIX: change deprecated np.str in arm_vpt to str * Update default wind_size in calculate_velocity_texture from 4 to 3 Using an odd number prevents single index offsets in placement in case of an even size * ADD: optional rectangular window dims for velocity texture analysis. Also, modify the default window size to 3 instead of the previous value of 4 (even number resulting in a potential offset). * FIX: nyquist velocity dtype in radar obj loaded with read_kazr * pep8 * line reformatting per black * TST: unit tests for rectangular texture window * STY: linting (black) * FIX: Add in linting fixes * FIX: metadata in core.radar.get_elevation * FIX: outdated text in masking_data_with_gatefilters.ipynb * ADD: method to automatically determine sweep number and sweep start and end indices * add comment to 'determine_sweeps' method * FIX: indexing bug in 'determine_sweeps' method * ADD: unit tests for 'determine_sweeps' * linting * FIX: nsweeps wasn't updated when calling 'determine_sweeps'; tests were updated accordingly * line reformatting per black * FIX: update multiple radar object attributes to ensure its full utilization with Py-ART after 'determine_sweeps' is called * line reformatting per black * linting * ENH: add antenna_transition to the testing module's sample objects * ENH: update unit tests to reflect antenna_transition allocation in sample_objects * Update pyart/util/radar_utils.py Co-authored-by: Max Grover <mgroverwx@gmail.com> * Update pyart/util/radar_utils.py Co-authored-by: Max Grover <mgroverwx@gmail.com> --------- Co-authored-by: mgrover1 <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 90a9b93 - Browse repository at this point
Copy the full SHA 90a9b93View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9df6896 - Browse repository at this point
Copy the full SHA 9df6896View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2fc6d8 - Browse repository at this point
Copy the full SHA c2fc6d8View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 297e9eb - Browse repository at this point
Copy the full SHA 297e9ebView commit details
Commits on Jan 10, 2024
-
* Update rainbow_wrl.py Prevent program from crashing when bins changes between sweeps. * ADD: Add new properties for _range in rainbow_wrl.py Add two properties, "meters_between_gates" and "meters_to_center_of_first_gate", required by the uf format file. * Update rainbow_wrl.py Raise error when range resolution changes between sweeps. * refactor: Fix linting * refactor: Fix linting
Configuration menu - View commit details
-
Copy full SHA for 3b3418f - Browse repository at this point
Copy the full SHA 3b3418fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5017a - Browse repository at this point
Copy the full SHA 0c5017aView commit details
Commits on Jan 11, 2024
-
ENH: Addition of New Radar Echo Classification Function (#1495)
* ADD: _echo_class_wt.py: RadarEchoClass module with all methods/code from PyREClass. * ADD:wrapper function for wt_reclass * REFORMAT: Function names comply with PyART & PEP8 standards. * REFORMAT: Function names comply with PyART & PEP8 standards. * Revert "REFORMAT: Function names comply with PyART & PEP8 standards." This reverts commit 6ce7cc8. * REFORMAT: Function names comply with PyART & PEP8 standards. * ADD: masked array, detailed func arguments * MOD:func user arguments used,class num changed. * DOC:function and user arguments. * MOD: added metadata to field dictinery. * order of classes changed * cappi level added;better description of calsses * REFORMAT: PEP8 style * FORMAT:PEP8 * MOD:sanity check for conv core threshold * MOD:More sanity check for thresholds * MOD:Added override to sanity check+documentation * MOD:minor * invalid grid raises exception * first unit test added * ADD:func make_gaussian_storm_grid * ADD: test for output validity * ADD:utest for results of classification * ENH: test documentation and apply black formatting * ENH:small test func merged;name change * ADD: Stat-based tests for Gaussian storm grid function * ADD: example * FORMAT:Black * FIX: issues for #1495 the code review - aded TypeError handling in `_echo_class_wt.py` - Left tab docstring in `echo_class.py` - Added blank line in `_echo_class_wt.py` - Did not check `reflectivity_to_rainrate` function for duplication - Spellcheck Done - Confirmed grid object check in `echo_class.py` - Added `#noqa` comment in `__init__.py` * FIX:unused imports andvariables removed * Removed two line func sum_conv_wavelets(); * minor * Removed reflectivity_to_rainrate() * Test PAssed reflectivity_to_rainrate(): * minor:autosummary * ADD:conv_wavelet_sum() * Func Renamed: get_reclass -> wavelet_reclas * Refined documentation and Descriptive user arguments * FMT: Black * ENH:Docstring * DOC:Better description & ordering of classification categories * REFACTOR:scale_break now computed in calling function Moved scale break calculation to calling function, outputting scale_break as a parameter for the user. Adjusted related functions and variables. * ENH:scale_break is adaptive to resolution * ENH:atol added, tests default function arguments * FROMAT:black * MINOR:corrected tab in docstring * used new scaling and added description * MINOR: alignment in docstring * FORAMT:linting error corrected * 'LINTING ERR:import-block sorted;extra'()' removed' Follwing errors are fixed: pyart/retrieve/_echo_class_wt.py:192:26: UP034 [*] Avoid extraneous parentheses pyart/retrieve/echo_class.py:6:1: I001 [*] Import block is un-sorted or un-formatted Found 2 errors. [*] 2 fixable with the `--fix` option. Error: Process completed with exit code 1. * FIX: Fix linting error * FIX: Fix more linting errors * DOCS:minor docstrig chages from Zach * DOCS: testing precommit --------- Co-authored-by: mgrover1 <mgroverwx@gmail.com> Co-authored-by: Max Grover <maxi2312@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2051365 - Browse repository at this point
Copy the full SHA 2051365View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62272a4 - Browse repository at this point
Copy the full SHA 62272a4View commit details
Commits on Jan 24, 2024
-
ENH: Add 'zdist_factor' input parameter to 'map_gates_to_grid'. (#1509)
* FIX: change deprecated np.str in arm_vpt to str * Update default wind_size in calculate_velocity_texture from 4 to 3 Using an odd number prevents single index offsets in placement in case of an even size * ADD: optional rectangular window dims for velocity texture analysis. Also, modify the default window size to 3 instead of the previous value of 4 (even number resulting in a potential offset). * FIX: nyquist velocity dtype in radar obj loaded with read_kazr * pep8 * line reformatting per black * TST: unit tests for rectangular texture window * STY: linting (black) * FIX: Add in linting fixes * FIX: metadata in core.radar.get_elevation * FIX: outdated text in masking_data_with_gatefilters.ipynb * ADD: method to automatically determine sweep number and sweep start and end indices * add comment to 'determine_sweeps' method * FIX: indexing bug in 'determine_sweeps' method * ADD: unit tests for 'determine_sweeps' * linting * FIX: nsweeps wasn't updated when calling 'determine_sweeps'; tests were updated accordingly * line reformatting per black * FIX: update multiple radar object attributes to ensure its full utilization with Py-ART after 'determine_sweeps' is called * line reformatting per black * linting * ENH: add antenna_transition to the testing module's sample objects * ENH: update unit tests to reflect antenna_transition allocation in sample_objects * Update pyart/util/radar_utils.py Co-authored-by: Max Grover <mgroverwx@gmail.com> * Update pyart/util/radar_utils.py Co-authored-by: Max Grover <mgroverwx@gmail.com> * ENH: add 'zdist_factor' input parameter to 'map_gates_to_grid'. This parameter scales the distance in the z-dimension when calculating weights upon gridding. It is a semi-equivalent to the scaling factors in the RoI class methods. Example for using this parameter would be setting a 'zdist_factor' value of 0.0 combined with an h_factor=0.0 (if calling DistBeamRoI) or z_factor=0.0 (if calling DistRoI), resulting in the exclusion of the z dimension in gridding weighting, which could serve as a potential solution for gridding a single PPI sweep from a single radar. In that case, the distance in the weighting function effectively serves as the distance of a given point from the PPI sweep's cone. * DEL: remove a redundant (liekly residual) input parameter (toa) from map_gates_to_grid * MNT: set a consistent nomenclature for the distance squared parameter. In parts of the 'map_grid' method it was referred to as 'dist' whereas in another as 'dist2' (parameter calculation lines differ in style but identical in value), resulting in an unnecessary scalar allocation, and a confusing nomenclature. * DOC: Add example for gridding data * Update pyart/map/gates_to_grid.py Co-authored-by: Max Grover <mgroverwx@gmail.com> --------- Co-authored-by: mgrover1 <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 825b592 - Browse repository at this point
Copy the full SHA 825b592View commit details
Commits on Jan 25, 2024
-
ADD: Function to create CFADs (#1492)
* Create cfad.py * Update __init__.py * Create test_cfad.py * Create plot_cfad.py * Update plot_cfad.py * Update plot_feature_detection.py * Update cfad.py * Update test_cfad.py * Update plot_cfad.py * linting updates * linting update * Update to use grid or radar object * corrections * update example * Update test_cfad.py * Update test_cfad.py * Update test_cfad.py * add spaces --------- Co-authored-by: Zach Sherman <zsherman@anl.gov>
Configuration menu - View commit details
-
Copy full SHA for 8a4fd83 - Browse repository at this point
Copy the full SHA 8a4fd83View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 664f6c1 - Browse repository at this point
Copy the full SHA 664f6c1View commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fac2d86 - Browse repository at this point
Copy the full SHA fac2d86View commit details -
FIX: Fix warning errors for scipy and numpy (#1519)
* FIX: Fix use of round in region dealias * FIX: Fix use of cumulative trapezoid with scipy in attenuation
Configuration menu - View commit details
-
Copy full SHA for 5269ad5 - Browse repository at this point
Copy the full SHA 5269ad5View commit details
Commits on Mar 4, 2024
-
Build(deps): Bump the actions group with 10 updates (#1520)
* Build(deps): Bump the actions group with 10 updates Bumps the actions group with 10 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) | `3.8.0` | `3.9.3` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `2.1.0` | `4.1.0` | | [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) | `0.9.1` | `0.12.1` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [pre-commit/action](https://github.com/pre-commit/action) | `3.0.0` | `3.0.1` | | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.9.0` | `2.16.5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.4.2` | `1.8.12` | Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `peaceiris/actions-gh-pages` from 3.8.0 to 3.9.3 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3.8.0...v3.9.3) Updates `codecov/codecov-action` from 2.1.0 to 4.1.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.1.0...v4.1.0) Updates `styfle/cancel-workflow-action` from 0.9.1 to 0.12.1 - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.9.1...0.12.1) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `pre-commit/action` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v3.0.0...v3.0.1) Updates `pypa/cibuildwheel` from 2.9.0 to 2.16.5 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.9.0...v2.16.5) Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) Updates `pypa/gh-action-pypi-publish` from 1.4.2 to 1.8.12 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.8.12) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * ADD: Add setuptools to setup requires * ADD: Add the python installation part * add older version of cibuildwheel --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mgrover1 <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a629c76 - Browse repository at this point
Copy the full SHA a629c76View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09304e9 - Browse repository at this point
Copy the full SHA 09304e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e087887 - Browse repository at this point
Copy the full SHA e087887View commit details
Commits on Mar 7, 2024
-
FIX: Possible fix for upload failure for wheels. (#1526)
* FIX: Possible fix for upload failure for wheels. * STY: Fix for ruff linting.
Configuration menu - View commit details
-
Copy full SHA for a9e8ef5 - Browse repository at this point
Copy the full SHA a9e8ef5View commit details
Commits on Mar 11, 2024
-
Build(deps): Bump the actions group with 3 updates (#1528)
Bumps the actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/setup-python` from 3 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v5) Updates `pypa/cibuildwheel` from 2.9.0 to 2.16.5 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.9.0...v2.16.5) Updates `pypa/gh-action-pypi-publish` from 1.8.12 to 1.8.14 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.12...v1.8.14) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6fb070 - Browse repository at this point
Copy the full SHA d6fb070View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 41efc78 - Browse repository at this point
Copy the full SHA 41efc78View commit details
Commits on Mar 18, 2024
-
Build(deps): Bump the actions group with 1 update (#1530)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.16.5 to 2.17.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.16.5...v2.17.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 02f83be - Browse repository at this point
Copy the full SHA 02f83beView commit details
Commits on Mar 20, 2024
-
ENH: Add instrument parameter check for sinarame. (#1532)
* ENH: Add check fro instrument parameters. * FIX: Add dict definition.
Configuration menu - View commit details
-
Copy full SHA for b54157f - Browse repository at this point
Copy the full SHA b54157fView commit details
Commits on Mar 21, 2024
-
ADD: Add blog post on EPCAPE (#1534)
* ADD: Add blog post on EPCAPE * ADD: Add missing image
Configuration menu - View commit details
-
Copy full SHA for 4715f45 - Browse repository at this point
Copy the full SHA 4715f45View commit details
Commits on Mar 29, 2024
-
FIX: Add more robust xradar/Py-ART bridge (#1537)
* FIX: Fix handling of instrument params * ADD: Add xradar to deps for doc * update xradar version * Make sure to specify min vesion * CI: Use conda over pip for xradar
Configuration menu - View commit details
-
Copy full SHA for f930a48 - Browse repository at this point
Copy the full SHA f930a48View commit details
Commits on Apr 1, 2024
-
Build(deps): Bump the actions group with 1 update (#1539)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e87b57 - Browse repository at this point
Copy the full SHA 3e87b57View commit details
Commits on Apr 4, 2024
-
FIX: consistent sweep determination for RHI at 0 degrees azimuth (#1541)
* FIX: consistent sweep determination for RHI at 0 degrees azimuth * STY: linting (black) * STY: linting (black)
Configuration menu - View commit details
-
Copy full SHA for 28b71ce - Browse repository at this point
Copy the full SHA 28b71ceView commit details -
FIX: Update xradar requirements (#1542)
* FIX: Fix handling of instrument params * ADD: Add xradar to requirements * FIX: Specify the version of h5py used * FIX: Remove the h5py dep as it is redundant with the latest xradar release * ENH: Remove the pins for xradar in the conda env files
Configuration menu - View commit details
-
Copy full SHA for d454fd9 - Browse repository at this point
Copy the full SHA d454fd9View commit details -
FIX: Fix scipy gaussian deprecation in testing (#1544)
* FIX: Fix handling of instrument params * FIX: Fix the numpy module used in spectra
Configuration menu - View commit details
-
Copy full SHA for 999aaf9 - Browse repository at this point
Copy the full SHA 999aaf9View commit details
Commits on Apr 5, 2024
-
FIX: Add get_azimuth xradar (#1547)
* FIX: Fix handling of instrument params * ADD: Add get_azimuth method to xradar
Configuration menu - View commit details
-
Copy full SHA for 8384897 - Browse repository at this point
Copy the full SHA 8384897View commit details -
ENH: Dimension-dependent weighting factor flexibility in gridding (#1545
) * ENH: Dimension-dependent weighting factor flexibility in gridding (previously, weighting scaling was optional only for the z-dim) * TST: modify tests to align with new mapping scaling factor flexibility * FIX: dist2 bug fix + STY * FIX: optional conversion of h_factor and dist_factor to array (compatibility)
Configuration menu - View commit details
-
Copy full SHA for 9767c63 - Browse repository at this point
Copy the full SHA 9767c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 243e0c5 - Browse repository at this point
Copy the full SHA 243e0c5View commit details
Commits on Apr 10, 2024
-
Build(deps): Bump codecov/codecov-action in the actions group (#1551)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.1.1 to 4.2.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.1.1...v4.2.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 36f833b - Browse repository at this point
Copy the full SHA 36f833bView commit details -
ADD: Add code of conduct (#1554)
* FIX: Fix handling of instrument params * ADD: Add code of conduct to the repo * ADD: Add enforcement section
Configuration menu - View commit details
-
Copy full SHA for 5e48f82 - Browse repository at this point
Copy the full SHA 5e48f82View commit details
Commits on Apr 11, 2024
-
FIX: physically consistent RoI calculation for gridding; updated grid…
…ding input parameters to mitigate smearing (#1552) * ENH: Dimension-dependent weighting factor flexibility in gridding (previously, weighting scaling was optional only for the z-dim) * TST: modify tests to align with new mapping scaling factor flexibility * FIX: dist2 bug fix + STY * FIX: optional conversion of h_factor and dist_factor to array (compatibility) * FIX: physically consistent RoI calculation for gridding; updated gridding input parameters to mitigate smearing * ENH: `min_radius` smaller for ARM radars reflecting higher resolution FIX: consistent default values in `map_to_grid` * STY: liniting (black) * Increase min_radius default to necessarily cover 250 m resolution fluctuations * FIX: `try` statement for using/testing metadata information * TST: update a few tests which were to rigid without flexibility to consider any changes to the gridding methods * STY: linting (black) * FIX: specific AttributeError; explicit default input parameter values
Configuration menu - View commit details
-
Copy full SHA for 5328bee - Browse repository at this point
Copy the full SHA 5328beeView commit details -
ADD: Support build wheels for numpy 2.0 (#1555)
Co-authored-by: Zach Sherman <zsherman@anl.gov>
Configuration menu - View commit details
-
Copy full SHA for 50df800 - Browse repository at this point
Copy the full SHA 50df800View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3aa2ae - Browse repository at this point
Copy the full SHA c3aa2aeView commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d694e3 - Browse repository at this point
Copy the full SHA 4d694e3View commit details
Commits on Apr 15, 2024
-
Build(deps): Bump the actions group with 2 updates (#1560)
Bumps the actions group with 2 updates: [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `peaceiris/actions-gh-pages` from 3.9.3 to 4.0.0 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3.9.3...v4.0.0) Updates `codecov/codecov-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 77830b6 - Browse repository at this point
Copy the full SHA 77830b6View commit details
Commits on Apr 16, 2024
-
DOCS: Add more documentation on adding frequency for hydroclass (#1563)
* ENH:Docs:hydroclass * Fix:linting
Configuration menu - View commit details
-
Copy full SHA for db95df7 - Browse repository at this point
Copy the full SHA db95df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for def1f9f - Browse repository at this point
Copy the full SHA def1f9fView commit details
Commits on Apr 26, 2024
-
FIX: Update for multiple warnings. (#1569)
* FIX: Update for multiple warnings. * FIX: PEP8 fixes. * FIX: One last PEP8.
Configuration menu - View commit details
-
Copy full SHA for c4a3284 - Browse repository at this point
Copy the full SHA c4a3284View commit details
Commits on Apr 29, 2024
-
FIX: Fix linting percent (#1572)
* FIX: Fix linting errors causing errors in CI * ADD: Add pin for ruff version in ci
Configuration menu - View commit details
-
Copy full SHA for 3189075 - Browse repository at this point
Copy the full SHA 3189075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e7f045 - Browse repository at this point
Copy the full SHA 0e7f045View commit details
Commits on Apr 30, 2024
-
Gridding RHI and PPI sweeps of single radar objects separately into x…
…array.Dataset objects (#1567) * ENH: Dimension-dependent weighting factor flexibility in gridding (previously, weighting scaling was optional only for the z-dim) * TST: modify tests to align with new mapping scaling factor flexibility * FIX: dist2 bug fix + STY * FIX: optional conversion of h_factor and dist_factor to array (compatibility) * FIX: physically consistent RoI calculation for gridding; updated gridding input parameters to mitigate smearing * ENH: `min_radius` smaller for ARM radars reflecting higher resolution FIX: consistent default values in `map_to_grid` * STY: liniting (black) * Increase min_radius default to necessarily cover 250 m resolution fluctuations * FIX: `try` statement for using/testing metadata information * TST: update a few tests which were to rigid without flexibility to consider any changes to the gridding methods * STY: linting (black) * FIX: specific AttributeError; explicit default input parameter values * ENH: A util sub-module for mapping methods: currently adding the option of gridding RHI and PPI sweeps of single radar objectes separately into xarray.Dataset objects * FIX: bug fixes in single sweep gridding methods; moving methods from the util to the map module * ENH: add `make_target_rhi_radar` to generate a target RHI radar object for testing * TST: Tests for grid_ppi_sweeps and grid_rhi_sweeps * STY: linting (black) * STY: linting (black) * STY: pep8 * STY: pep8 * STY: linting * DOC: information about ARM radars in method metadata
Configuration menu - View commit details
-
Copy full SHA for e5636e3 - Browse repository at this point
Copy the full SHA e5636e3View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 439d287 - Browse repository at this point
Copy the full SHA 439d287View commit details
Commits on May 6, 2024
-
Build(deps): Bump codecov/codecov-action in the actions group (#1575)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9589bfd - Browse repository at this point
Copy the full SHA 9589bfdView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1b1aa9 - Browse repository at this point
Copy the full SHA b1b1aa9View commit details
Commits on May 13, 2024
-
Build(deps): Bump pypa/cibuildwheel in the actions group (#1577)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e2e848d - Browse repository at this point
Copy the full SHA e2e848dView commit details
Commits on May 15, 2024
-
MNT: Update arm_scan_name to be optional. Also dep warning fix. (#1578)
* MNT: Update arm_scan_name to be optional. Also dep warning fix. * STY: PEP8 fixes. * FIX: Warning import was mispelled.
Configuration menu - View commit details
-
Copy full SHA for a0992ad - Browse repository at this point
Copy the full SHA a0992adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 748ea0c - Browse repository at this point
Copy the full SHA 748ea0cView commit details
Commits on May 17, 2024
-
ADD: Adding new gatefilter method to remove last gates. (#1580)
This is useful for removing artificial rings near the end of data. Closes #407
Configuration menu - View commit details
-
Copy full SHA for 6fb9914 - Browse repository at this point
Copy the full SHA 6fb9914View commit details -
BUG: Update to Column Vertical Profile Handling of Defining Radar Bas…
…etime (#1581) * BUG: update column vertical profile handling of radar basetime * ENH: Correct call of datetime_from_radar
Configuration menu - View commit details
-
Copy full SHA for 3c7e32b - Browse repository at this point
Copy the full SHA 3c7e32bView commit details
Commits on May 20, 2024
-
Build(deps): Bump codecov/codecov-action in the actions group (#1583)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f3f726 - Browse repository at this point
Copy the full SHA 0f3f726View commit details
Commits on May 27, 2024
-
Build(deps): Bump the actions group with 2 updates (#1587)
Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `codecov/codecov-action` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.4.0...v4.4.1) Updates `pypa/cibuildwheel` from 2.18.0 to 2.18.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.18.0...v2.18.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f789a7f - Browse repository at this point
Copy the full SHA f789a7fView commit details
Commits on May 28, 2024
-
FIX: Update pyproj functions to take string. (#1589)
* FIX: Update pyproj functions to take string. * STY: Update to use isinstance.
Configuration menu - View commit details
-
Copy full SHA for 99d65d9 - Browse repository at this point
Copy the full SHA 99d65d9View commit details
Commits on Jun 3, 2024
-
ENH: Update nexrad level 3 reader to read super resolution data. (#1591)
* ENH: Update nexrad level 3 reader to read super resolution data. * STY: PEP8 fixes. * STY: More PEP8 changes that somehow weren't caught. * STY: ..........
Configuration menu - View commit details
-
Copy full SHA for 94e8ba4 - Browse repository at this point
Copy the full SHA 94e8ba4View commit details
Commits on Jun 20, 2024
-
FIX: Fix for numpy nan calls for 2.0. (#1597)
* FIX: Fix for numpy nan calls for 2.0. * FIX: Change numpy inf calls. * FIX: Update more nan calls. * CI: Update pyproject for deprecation warnings. * FIX: Fix for indexing issue. * FIX: Fix changing apis in xarray + numpy * ADD: Add pyproject fix again * Put the linting back in * FIX: Fix cfradial linting * ADD: Add numpy 2.0 in ci env * FIX: Fix percent issues with scripts * FIX: Fix check on maximum data point in array * FIX: Fix the numpy 2.0 pin * FIX: Fix lower bound of array * DEL: Remove erraneuous test * FIX: Fix test for sigmet within 2 sigfig * Be within one decimal * FIX: Ensure check is for a float32 for sigmet freq --------- Co-authored-by: mgrover1 <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 99e13b1 - Browse repository at this point
Copy the full SHA 99e13b1View commit details -
ADD: Addition of above_toa_filter. (#1586)
* ADD: Addition of above_toa_filter. This filter replaces toa parameter in gridding code and allows for the user to specify their own remove above toa filter by using the gatefilter for consistency between both gridding functions. * STY: PEP8 line fix. * DOC: Update docstring for toa. * MNT: Include toa for backwards compatability. * MNT: Add back old comments. * MNT: Add back in toa.
Configuration menu - View commit details
-
Copy full SHA for ce371a0 - Browse repository at this point
Copy the full SHA ce371a0View commit details -
ADD:
radar_freq
param inhydroclass_semisupervised
(#1573)* reformated, tests working * warnings * docs string * docs changed * old Note changed to reflect new addition * more description added * MOD: ipynb to py script * Delete:ipynb * comments added as per sphinx * comments added * example file renamed * used open_radar_data --------- Co-authored-by: Zach Sherman <zsherman@anl.gov>
Configuration menu - View commit details
-
Copy full SHA for a5ebda1 - Browse repository at this point
Copy the full SHA a5ebda1View commit details -
Build(deps): Bump the actions group with 3 updates (#1596)
* Build(deps): Bump the actions group with 3 updates Bumps the actions group with 3 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `codecov/codecov-action` from 4.4.1 to 4.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.4.1...v4.5.0) Updates `pypa/cibuildwheel` from 2.18.1 to 2.19.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.18.1...v2.19.1) Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.9.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.14...v1.9.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * ADD: Add refined netcdf requirement * DEL: Remove the setup.cfg --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mgrover1 <mgroverwx@gmail.com> Co-authored-by: Max Grover <maxi2312@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5cde191 - Browse repository at this point
Copy the full SHA 5cde191View commit details
Commits on Jun 24, 2024
-
CI: Update wheels to use macos14. (#1601)
* CI: Update wheels to use macos14. * CI: Update to use macos-13 as well.
Configuration menu - View commit details
-
Copy full SHA for fd26b49 - Browse repository at this point
Copy the full SHA fd26b49View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a54e954 - Browse repository at this point
Copy the full SHA a54e954View commit details -
Configuration menu - View commit details
-
Copy full SHA for c649211 - Browse repository at this point
Copy the full SHA c649211View commit details
Commits on Jun 27, 2024
-
ADD: Animated GIF PPI Blog notebook (#1598)
* ADD: Animated GIF PPI Blog notebook This is the Making animated GIFs for radar PPI plots blog. This is in relation to the Summer 2024 SULI project and it covers a convective event over Lemont, IL on June 5th, 2024 * PPI notebook reformatted * Fixed PPI notebook yet again. Should properly work this time * Pre-commit fixes on my end should let it work correctly * removed the duplicate notebook * Updated Metadata to add a date * Requested changes were made --------- Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 60655dd - Browse repository at this point
Copy the full SHA 60655ddView commit details
Commits on Jul 8, 2024
-
Build(deps): Bump pypa/cibuildwheel in the actions group (#1607)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.19.1 to 2.19.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.1...v2.19.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f93fdc1 - Browse repository at this point
Copy the full SHA f93fdc1View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce5999b - Browse repository at this point
Copy the full SHA ce5999bView commit details -
FIX: Renaming and opening PR in attemps to fix generation issue. (#1610)
* FIX: Renaming and opening PR in attemps to fix generation issue. * FIX: Update metadata and title and tags.
Configuration menu - View commit details
-
Copy full SHA for f2d5a80 - Browse repository at this point
Copy the full SHA f2d5a80View commit details
Commits on Aug 5, 2024
-
Build(deps): Bump pypa/cibuildwheel in the actions group (#1611)
Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.19.2 to 2.20.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.19.2...v2.20.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c474fa5 - Browse repository at this point
Copy the full SHA c474fa5View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c5686c - Browse repository at this point
Copy the full SHA 4c5686cView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 026da5d - Browse repository at this point
Copy the full SHA 026da5dView commit details
Commits on Aug 27, 2024
-
Updated Documentation for retrieve/hydroclass_semisupervised function (…
…#1616) * class names added to the documentation * example added * description * description refined * Corrected spelling/punctuations
Configuration menu - View commit details
-
Copy full SHA for 3653c2e - Browse repository at this point
Copy the full SHA 3653c2eView commit details -
* ADD: Add reference for compute_cdf * ADD: Add reference for computations * ADD: Add qpe references
Configuration menu - View commit details
-
Copy full SHA for 664865b - Browse repository at this point
Copy the full SHA 664865bView commit details
Commits on Aug 29, 2024
-
Addition of qvp functions from MeteoSwiss Py-ART + support of demixin…
…g in hydroclass_semisupervised (#1618) * ENH: addition of qvp functions from MeteoSwiss Py-ART + entropy computation in hydroclass_semisupervised * FIX: fixing est_rain_rate_hydro to match ARM original * ENH: black formatting * FIX: modified pyart examples to handle new hydroclass_semisupervised output * FIX: fix in plot_hydrometeor_class_x_band.py example which was using wrong hydroclass labels * ENH: updated defaut_config.py to account for new outputs of hydroclass_semisupervised * FIX: adapted hydroclass_semisupervised to account for specified radar_freq * FIX: adapted hydroclass_semisupervised to account for specified radar_freq * ADD: new tests for missing fcts * ENH: add support for more scan modes in qvp fcts * FIX: docstring correction in cartesian_to_antenna * FIX: missing hydrometeor variables in default_config.py * fixes to make tests pass * fixes to make tests pass * FIX: changed value in ZDR standardization from -5 to 5 to -1.5 to 5 according to Besic (2016)
Configuration menu - View commit details
-
Copy full SHA for 4889289 - Browse repository at this point
Copy the full SHA 4889289View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ce767 - Browse repository at this point
Copy the full SHA 23ce767View commit details -
ADD: Add to_radar() method to xradar objects (#1622)
* ADD: Add to_radar() method * FIX: Fix the examples to use new to_radar() interface
Configuration menu - View commit details
-
Copy full SHA for c810816 - Browse repository at this point
Copy the full SHA c810816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ae458 - Browse repository at this point
Copy the full SHA 37ae458View commit details -
ADD: Adding cloud mask code. (#1628)
* ADD: Adding cloud mask code. * MNT: Update change suggested by max. Co-authored-by: Max Grover <mgroverwx@gmail.com> --------- Co-authored-by: Max Grover <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2410559 - Browse repository at this point
Copy the full SHA 2410559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f98769 - Browse repository at this point
Copy the full SHA 6f98769View commit details -
FIX: Add local install of pyart to doc env file (#1631)
* FIX: Add local install of pyart to doc env file Add a local install of pyart to docs environment * Update environment.yml
Configuration menu - View commit details
-
Copy full SHA for 7203ba8 - Browse repository at this point
Copy the full SHA 7203ba8View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a82b49d - Browse repository at this point
Copy the full SHA a82b49dView commit details -
* ENH: xarray grid compatibility * ENH: xarray grid output * adding back xarray availablity check * pre-commit run * fix minor error in grid_to_xarary * modified coords in function to_xarray() * modified coords in function to_xarray() + pre-commit * Add plot_max_cappi example and update related modules * Update tests and fix Example * drop a few args * Fix grid.to_xarray() * FIX: Fixed some tests and to_xarray() function * FIX: Fixed to_xarray() for more than one radar --------- Co-authored-by: Zach Sherman <zsherman@anl.gov>
Configuration menu - View commit details
-
Copy full SHA for db03920 - Browse repository at this point
Copy the full SHA db03920View commit details -
ADD: Adding cloud mask example. (#1632)
* ADD: Adding cloud mask example. * MNT: Wrong field.
Configuration menu - View commit details
-
Copy full SHA for 2dcd6c0 - Browse repository at this point
Copy the full SHA 2dcd6c0View commit details -
DOC: Add pyart 2.0 migration guide (#1625)
* DOC: Add pyart 2.0 migration guide * ADD: Add revised structure to py-art 2.0
Configuration menu - View commit details
-
Copy full SHA for ed39f4d - Browse repository at this point
Copy the full SHA ed39f4dView commit details -
ADD: Add cartopy as a dependency (#1636)
* ADD: Add cartopy as a dependency * ADD: Add cartopy in readme as dependency * FIX: Remove skipping test for not install cartopy * FIX: Remove last couple mentions of cartopy and test locally
Configuration menu - View commit details
-
Copy full SHA for da1ea0f - Browse repository at this point
Copy the full SHA da1ea0fView commit details -
ADD: ZDR bias code from RadTraQ (#1630)
* ADD: ZDR bias calculations from Radtraq * ADD: Example for gallery * ADD: ZDR bias calculations * FIX: Revert back for spectra_calculations.py * FIX: Restore phase proc from main branch * STY: Black and ruff changes. * FIX: Duplicate entries in __init__ and obj to radar * FIX: Reinsert calc_bias * FIX: Never mind, there were two calc_biases --------- Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 92aa9b8 - Browse repository at this point
Copy the full SHA 92aa9b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4321501 - Browse repository at this point
Copy the full SHA 4321501View commit details
Commits on Sep 2, 2024
-
Build(deps): Bump pypa/gh-action-pypi-publish in the actions group (#…
…1641) Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 151e69e - Browse repository at this point
Copy the full SHA 151e69eView commit details
Commits on Sep 3, 2024
-
FIX: Minor fix in plot_maxcappi (#1639)
* FIX: Minor fix in plot_maxcappi * Update pyart/graph/max_cappi.py Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com> * FIX: Remove un-necessary commented lines --------- Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 361b546 - Browse repository at this point
Copy the full SHA 361b546View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b6e24 - Browse repository at this point
Copy the full SHA d0b6e24View commit details -
ADD: Create CAPPI from Radar (#1640)
* ADD: New function to create a CAPPI product * FIX: Fixed some minor errors * FIX: Citation * FIX: Added AMS Glossary citation * ADD: Added example of PPI vs CAPPI --------- Co-authored-by: Max Grover <maxi2312@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2451dc9 - Browse repository at this point
Copy the full SHA 2451dc9View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 108e8e2 - Browse repository at this point
Copy the full SHA 108e8e2View commit details
Commits on Sep 9, 2024
-
Build(deps): Bump pypa/gh-action-pypi-publish in the actions group (#…
…1644) Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.10.0 to 1.10.1 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed1cf98 - Browse repository at this point
Copy the full SHA ed1cf98View commit details
Commits on Sep 18, 2024
-
Build(deps): Bump pypa/cibuildwheel from 2.20.0 to 2.21.0 in the acti…
…ons group (#1648) * Build(deps): Bump pypa/cibuildwheel in the actions group Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `pypa/cibuildwheel` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.20.0...v2.21.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * FIX: Add missing txt files for colormaps in MANIFEST. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zssherman <shermanx1991@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3ca1c3f - Browse repository at this point
Copy the full SHA 3ca1c3fView commit details -
FIX: Fix errors in docstrings and comments in CAPPI and MAX_CAPPI (#1649
) * FIX: Fix errors in docstrings and comments in CAPPI and MAX_CAPPI * Update pyart/graph/max_cappi.py Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com> * Update pyart/graph/max_cappi.py Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com> --------- Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d6a1c15 - Browse repository at this point
Copy the full SHA d6a1c15View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fd77cd - Browse repository at this point
Copy the full SHA 1fd77cdView commit details
Commits on Sep 23, 2024
-
Build(deps): Bump the actions group with 2 updates (#1652)
Bumps the actions group with 2 updates: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/cibuildwheel` from 2.21.0 to 2.21.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.0...v2.21.1) Updates `pypa/gh-action-pypi-publish` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.1...v1.10.2) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ff4e02 - Browse repository at this point
Copy the full SHA 5ff4e02View commit details
Commits on Sep 24, 2024
-
ADD: Transparency options for geotiff writer (#1496)
* ADD: Transparency options for geotiff writer * FIX: Format input block * FIX: Format import block * FIX: PEP8 format fixes * STY: Update PEP8 formatting. --------- Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com> Co-authored-by: zssherman <shermanx1991@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 14f625a - Browse repository at this point
Copy the full SHA 14f625aView commit details
Commits on Sep 30, 2024
-
ADD: Add a few lines to ci workflow to resolve issues (#1656)
* ADD: Add a few lines to ci workflow to resolve issues * FIX: Stop caching downloads * ADD: Add open-radar-data pip install * FIX: Go back to caching * pin micromamba version * DEL: remove env name in ci * FIX: Move all packages to use conda-forge
Configuration menu - View commit details
-
Copy full SHA for d21f61f - Browse repository at this point
Copy the full SHA d21f61fView commit details
Commits on Oct 8, 2024
-
TST: Update test for windows builds, remove try statement for geotiff. (
#1660) * TST: Update test for windows builds. * MNT: Remove unused parameter. * FIX: Update with statement.
Configuration menu - View commit details
-
Copy full SHA for 3516606 - Browse repository at this point
Copy the full SHA 3516606View commit details
Commits on Oct 15, 2024
-
Build(deps): Bump the actions group with 4 updates (#1659)
* Build(deps): Bump the actions group with 4 updates Bumps the actions group with 4 updates: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba), [codecov/codecov-action](https://github.com/codecov/codecov-action), [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `mamba-org/setup-micromamba` from 1 to 2 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1...v2) Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.5.0...v4.6.0) Updates `pypa/cibuildwheel` from 2.21.1 to 2.21.2 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.1...v2.21.2) Updates `pypa/gh-action-pypi-publish` from 1.10.2 to 1.10.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.2...v1.10.3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * Update ci.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Grover <maxi2312@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 98017c8 - Browse repository at this point
Copy the full SHA 98017c8View commit details -
Build(deps): Bump the actions group across 1 directory with 2 updates (…
…#1667) Bumps the actions group with 2 updates in the / directory: [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `mamba-org/setup-micromamba` from 1.9.0 to 2.0.0 - [Release notes](https://github.com/mamba-org/setup-micromamba/releases) - [Commits](mamba-org/setup-micromamba@v1.9.0...v2.0.0) Updates `pypa/cibuildwheel` from 2.21.2 to 2.21.3 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.21.2...v2.21.3) --- updated-dependencies: - dependency-name: mamba-org/setup-micromamba dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 885422e - Browse repository at this point
Copy the full SHA 885422eView commit details
Commits on Oct 23, 2024
-
MNT: Attempt to remove pinning and fixes for ruff errors. (#1666)
* MNT: Remove pinning from requirements. * MNT: Remove pinning from environment file. * STY: PEP8 fixes. * STY: Fix for misordered imports. * STY: Revert old check. * CI: Update wheels.yml to use latest OS.
Configuration menu - View commit details
-
Copy full SHA for 258fb58 - Browse repository at this point
Copy the full SHA 258fb58View commit details -
ADD: Add dask to docs environment (#1672)
* ADD: Add dask to env * ADD: Add proper conda recipe * Update environment-ci.yml
Configuration menu - View commit details
-
Copy full SHA for 716bd2e - Browse repository at this point
Copy the full SHA 716bd2eView commit details -
FIX: Updates code to fix scalar warnings. (#1673)
* FIX: Updates code to fix scalar warnings. I fixed this by calling .items() to pull from the array. Also checks similar to radar utils if the arrays are 1 or more (mobile radar). * FIX: Forgot to check for singular radar later on.
Configuration menu - View commit details
-
Copy full SHA for ec7759c - Browse repository at this point
Copy the full SHA ec7759cView commit details
Commits on Nov 1, 2024
-
FIX: Pin older xarray until xradar release (#1677)
* ADD: Add pygplk to ci system * ADD: Add gplk in pypi * STY: PEP8 fixes. * ADD: Add install glpk from conda * FIX: Fix name of glpk * FIX: Temporary pin on xarray until xradar release --------- Co-authored-by: Zach Sherman <19153455+zssherman@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d21928 - Browse repository at this point
Copy the full SHA 2d21928View commit details
Commits on Nov 4, 2024
-
Build(deps): Bump pypa/gh-action-pypi-publish in the actions group (#…
…1679) Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.11.0) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0ee87a - Browse repository at this point
Copy the full SHA c0ee87aView commit details
Commits on Nov 7, 2024
-
FIX: Fix pinning of xradar and xarray (#1682)
* FIX: Fix pinning of xradar and xarray * DEL: Remove the fixes in the CI/doc build * FIX: Ensure same dependencies in requirements and env files * DEP: Update workflows to use latest setup micromamba * FIX: Fix placement of version for mamba * FIX: Stop caching the doc env
Configuration menu - View commit details
-
Copy full SHA for 24478b2 - Browse repository at this point
Copy the full SHA 24478b2View commit details
Commits on Nov 8, 2024
-
FIX: Ensure backwards compatibility with datatree/new versions of xar…
…ray (#1681) * try to use datatree from xarray * FIX: Fix some small linting errors * FIX: Fix the import of register datatree accessor * DEP: Update dependencies to work with newer versions of xarray/xradar * FIX: Update CI to only run for 3.10+ * FIX: Fix bad version in requirements --------- Co-authored-by: Max Grover <maxi2312@gmail.com> Co-authored-by: mgrover1 <mgroverwx@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 699f961 - Browse repository at this point
Copy the full SHA 699f961View commit details -
DEP: Update to only support python 3.10+ wheels (#1683)
In accordance with NEP/scientific python support, only support wheels for 3.10+
Configuration menu - View commit details
-
Copy full SHA for e4cbe37 - Browse repository at this point
Copy the full SHA e4cbe37View commit details
Commits on Nov 11, 2024
-
DEP: Bump pypa/gh-action-pypi-publish in the actions group (#1684)
Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.11.0 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.11.0...v1.12.2) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 26f2905 - Browse repository at this point
Copy the full SHA 26f2905View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 689eaa8 - Browse repository at this point
Copy the full SHA 689eaa8View commit details
Commits on Nov 14, 2024
-
ADD: Add ablog to docs using conda not pip (#1687)
* ADD: Add ablog to docs using conda not pip Install ablog in the environment using conda * ADD: Add nbsphinx back in * Update environment.yml
Configuration menu - View commit details
-
Copy full SHA for ceb34a7 - Browse repository at this point
Copy the full SHA ceb34a7View commit details
Commits on Nov 18, 2024
-
Build(deps): Bump codecov/codecov-action in the actions group (#1690)
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4.6.0 to 5.0.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.6.0...v5.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 473318d - Browse repository at this point
Copy the full SHA 473318dView commit details