Recent Releases of xradar

xradar - 🚀 xradar v0.10.0 🚀

What's Changed

  • FIX: Add missing deps for virtualenv environments (#253) by @Steve-Roderick in https://github.com/openradar/xradar/pull/274
  • Nexrad split cut removal by @aladinor in https://github.com/openradar/xradar/pull/271
  • ADD: function to select dataset variables in sweep by @egouden in https://github.com/openradar/xradar/pull/257
  • Prevent literal timedelta decoding, update pinning, fix tests by @kmuehlbauer in https://github.com/openradar/xradar/pull/278
  • Nexrad streaming by @aladinor in https://github.com/openradar/xradar/pull/280
  • use fixture for making temp file by @egouden in https://github.com/openradar/xradar/pull/281
  • Fix Makefile install command by @ReallyNiceGuy in https://github.com/openradar/xradar/pull/283
  • ENH: add universal format (UF) backend by @kmuehlbauer in https://github.com/openradar/xradar/pull/276
  • MNT: package and docs by @kmuehlbauer in https://github.com/openradar/xradar/pull/284
  • Add NDPointIndex example by @kmuehlbauer in https://github.com/openradar/xradar/pull/285
  • REL: 0.10.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/286

New Contributors

  • @Steve-Roderick made their first contribution in https://github.com/openradar/xradar/pull/274
  • @ReallyNiceGuy made their first contribution in https://github.com/openradar/xradar/pull/283

Full Changelog: https://github.com/openradar/xradar/compare/v0.9.0...v0.10.0

- Python
Published by kmuehlbauer 8 months ago

xradar - 🚀 xradar v0.9.0 🚀

What's Changed

  • ADD: Add scan_name to nexrad datatree attributes by @aladinor in https://github.com/openradar/xradar/pull/238
  • fixing sweep names and making open_nexradlevel2_datatree 5x faster by @aladinor in https://github.com/openradar/xradar/pull/240
  • Fix attrs by @aladinor in https://github.com/openradar/xradar/pull/242
  • FIX: RHIs now work with Halo Photonics Reader by @rcjackson in https://github.com/openradar/xradar/pull/250
  • fixing IndexError when opening nexrad Split Cut Mode file by @aladinor in https://github.com/openradar/xradar/pull/246
  • ADD: Example for GeoCoords by @syedhamidali in https://github.com/openradar/xradar/pull/251
  • FIX datatree reader now works with sweeps containing different variables by @egouden in https://github.com/openradar/xradar/pull/252
  • pin zarr < 3 until issues resolved, add nodefaults to all environments by @kmuehlbauer in https://github.com/openradar/xradar/pull/262
  • FIX: correct retrieval of intermediate records in nexrad level2 reader by @kmuehlbauer in https://github.com/openradar/xradar/pull/261
  • FIX: test for BZhX1AY&SY (where X is any number between 0..9) by @kmuehlbauer in https://github.com/openradar/xradar/pull/266
  • ENH: add message 1 decoding to nexrad level2 reader by @kmuehlbauer in https://github.com/openradar/xradar/pull/267
  • Implement file locking for Nexrad Level2 and IRIS/Sigmet backends by @kmuehlbauer in https://github.com/openradar/xradar/pull/269
  • REL: 0.9.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/270

Full Changelog: https://github.com/openradar/xradar/compare/v0.8.0...v0.9.0

- Python
Published by kmuehlbauer about 1 year ago

xradar - xradar v0.8.0

This is the first release which supports the merged datatree from within xarray. xarray is therefore pinned to >=2024.10.0.

What's Changed

  • Import DataTree from xarray by @kmuehlbauer in https://github.com/openradar/xradar/pull/218
  • ADD: mapoversweeps accessor and decorator by @syedhamidali in https://github.com/openradar/xradar/pull/203
  • ADD: Transform function CF1 to CF2 and vice versa by @syedhamidali in https://github.com/openradar/xradar/pull/224
  • ENH: Update Readme by @syedhamidali in https://github.com/openradar/xradar/pull/226
  • ADD: pytests to missing funcs by @syedhamidali in https://github.com/openradar/xradar/pull/228
  • Dtree constructor by @aladinor in https://github.com/openradar/xradar/pull/221
  • FIX: 8bit/16bit, big-endian/little-endian in nexrad reader by @kmuehlbauer in https://github.com/openradar/xradar/pull/231
  • FIX: Convert volumes to_cfradial1 containing sweeps with different range and azimuth shapes by @kmuehlbauer in https://github.com/openradar/xradar/pull/234
  • REL: 0.8.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/229
  • REL: 0.8.0 final by @syedhamidali in https://github.com/openradar/xradar/pull/235

Full Changelog: https://github.com/openradar/xradar/compare/v0.7.0...v0.8.0

- Python
Published by kmuehlbauer over 1 year ago

xradar - xradar v0.7.0

This is the last release which supports the standalone datatree package. xarray is therefore pinned to <=2024.9.0.

What's Changed

  • ADD: New function - Apply to sweeps by @syedhamidali in https://github.com/openradar/xradar/pull/202
  • FIX: testsuite by @kmuehlbauer in https://github.com/openradar/xradar/pull/214
  • ADD: MRR2 backend reattempt by @rcjackson in https://github.com/openradar/xradar/pull/198
  • Add xarray nightly CI run by @kmuehlbauer in https://github.com/openradar/xradar/pull/215
  • Pin xarray to 2024.9.0 and release v0.7.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/219

Full Changelog: https://github.com/openradar/xradar/compare/v0.6.5...v0.7.0

- Python
Published by kmuehlbauer over 1 year ago

xradar - 🚀 xradar v0.6.5 🚀

What's Changed

  • FIX: do not apply scale/offset in datamet reader, leave it to xarray instead by @kmuehlbauer in https://github.com/openradar/xradar/pull/209
  • Lidar azimuth fix by @rcjackson in https://github.com/openradar/xradar/pull/206
  • REL: 0.6.5 by @kmuehlbauer in https://github.com/openradar/xradar/pull/211

Full Changelog: https://github.com/openradar/xradar/compare/v0.6.4...v0.6.5

- Python
Published by kmuehlbauer over 1 year ago

xradar - 🚀 xradar v0.6.4 🚀

What's Changed

  • Style compliance for Jupyter Notebooks by @rcjackson in https://github.com/openradar/xradar/pull/199
  • FIX: use dict.get() to retrieve attribute key and return "None" if not available by @kmuehlbauer in https://github.com/openradar/xradar/pull/200
  • REL: v0.6.4 by @kmuehlbauer in https://github.com/openradar/xradar/pull/201

Full Changelog: https://github.com/openradar/xradar/compare/v0.6.3...v0.6.4

- Python
Published by kmuehlbauer over 1 year ago

xradar - 🚀 xradar v0.6.3 🚀

What's Changed

  • FIX: use rstart in meter for ODIMH5/V24 by @kmuehlbauer in https://github.com/openradar/xradar/pull/197

Full Changelog: https://github.com/openradar/xradar/compare/v0.6.2...v0.6.3

- Python
Published by kmuehlbauer over 1 year ago

xradar - 🚀 xradar v0.6.2 🚀

What's Changed

  • changing opencfradial1datatree engine from 'netcdf4' to 'h5netcdf' by @aladinor in https://github.com/openradar/xradar/pull/195

Full Changelog: https://github.com/openradar/xradar/compare/v0.6.1...v0.6.2

- Python
Published by mgrover1 over 1 year ago

xradar - xradar v0.6.1

What's Changed

  • MNT: minimize CI by @kmuehlbauer in https://github.com/openradar/xradar/pull/192
  • FIX: properly read CfRadial1 n_points files by @kmuehlbauer in https://github.com/openradar/xradar/pull/190
  • REL: 0.6.1 by @kmuehlbauer in https://github.com/openradar/xradar/pull/193

Full Changelog: https://github.com/openradar/xradar/compare/v0.6.0...v0.6.1

- Python
Published by kmuehlbauer over 1 year ago

xradar - xradar v0.6.0

What's Changed

  • Add DataMet backend for Italian Radar data by @wolfidan in https://github.com/openradar/xradar/pull/175
  • ADD: Halo photonics reader by @rcjackson in https://github.com/openradar/xradar/pull/179
  • Update .readthedocs.yaml by @kmuehlbauer in https://github.com/openradar/xradar/pull/182
  • FIX: nexrad level2 time and missing elevations by @kmuehlbauer in https://github.com/openradar/xradar/pull/181
  • add 0.5.1 to history.md by @kmuehlbauer in https://github.com/openradar/xradar/pull/183
  • REL: 0.6.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/186

New Contributors

  • @wolfidan made their first contribution in https://github.com/openradar/xradar/pull/175
  • @rcjackson made their first contribution in https://github.com/openradar/xradar/pull/179

Full Changelog: https://github.com/openradar/xradar/compare/v0.5.1...v0.6.0

- Python
Published by kmuehlbauer over 1 year ago

xradar - xradar v0.5.1

What's Changed

  • DOC: Update docs for latest release 0.5.0 by @mgrover1 in https://github.com/openradar/xradar/pull/168
  • adding radar parameters to xradar iris datatree by @aladinor in https://github.com/openradar/xradar/pull/166
  • ADD: Add Alfonso to citation doc by @mgrover1 in https://github.com/openradar/xradar/pull/169
  • FIX: set fillvalue before applying scale/offset when exporting odim by @kmuehlbauer in https://github.com/openradar/xradar/pull/173
  • FIX: Fix use of ruff, CI and numpy2 by @mgrover1 in https://github.com/openradar/xradar/pull/177

Full Changelog: https://github.com/openradar/xradar/compare/v0.5.0...v0.5.1

- Python
Published by kmuehlbauer over 1 year ago

xradar - 🚀 xradar v0.5.0 🚀

What's Changed

  • MNT: Update GitHub actions, address DeprecationWarnings by @kmuehlbauer in https://github.com/openradar/xradar/pull/153
  • MIN: Restructure odim.py/gamic.py, add testodim.py/testgamic.py by @kmuehlbauer in https://github.com/openradar/xradar/pull/154
  • MNT: Use CODECOV token by @kmuehlbauer in https://github.com/openradar/xradar/pull/155
  • MNT: Fix path for notebook coverage by @kmuehlbauer in https://github.com/openradar/xradar/pull/157
  • NEXRAD Level2 structured reader by @kmuehlbauer in https://github.com/openradar/xradar/pull/158
  • FIX: Add the proper elevation angle to fixed angle by @mgrover1 in https://github.com/openradar/xradar/pull/162
  • ENH: Add a utility for finding sweep number keys by @mgrover1 in https://github.com/openradar/xradar/pull/167

Full Changelog: https://github.com/openradar/xradar/compare/0.4.3...v0.5.0

- Python
Published by mgrover1 almost 2 years ago

xradar - xradar v0.4.3

What's Changed

  • MNT: address black style changes, update pre-commit-config.yaml by @kmuehlbauer in https://github.com/openradar/xradar/pull/152
  • FIX: use len(unique) to estimate unique entry by @martinpaule in https://github.com/openradar/xradar/pull/151

New Contributors

  • @martinpaule made their first contribution in https://github.com/openradar/xradar/pull/151

Full Changelog: https://github.com/openradar/xradar/compare/0.4.2...0.4.3

- Python
Published by kmuehlbauer almost 2 years ago

xradar - xradar v0.4.2

What's Changed

  • FIX: Fix handling of sweep_mode attribiutes by @mgrover1 in https://github.com/openradar/xradar/pull/143
  • FIX: explicitely check for "False" in get_crs() by @kmuehlbauer in https://github.com/openradar/xradar/pull/142
  • Release 0.4.2 by @kmuehlbauer in https://github.com/openradar/xradar/pull/144

Full Changelog: https://github.com/openradar/xradar/compare/0.4.1...0.4.2

- Python
Published by kmuehlbauer over 2 years ago

xradar - xradar v0.4.1

What's Changed

  • FIX: _FillValue + History in the cfradial1 exporter by @syedhamidali in https://github.com/openradar/xradar/pull/132
  • FIX: fix sphinx-favicon, fix sphinx-extlinks to get readthedocs running by @kmuehlbauer in https://github.com/openradar/xradar/pull/140
  • FIX: make coordinates consistent by @kmuehlbauer in https://github.com/openradar/xradar/pull/139
  • FIX: prevent integer overflow when calculating azimuth in FURUNO scn files by @kmuehlbauer in https://github.com/openradar/xradar/pull/138
  • Release 0.4.1 by @kmuehlbauer in https://github.com/openradar/xradar/pull/141

Full Changelog: https://github.com/openradar/xradar/compare/0.4.0...0.4.1

- Python
Published by kmuehlbauer over 2 years ago

xradar - xradar v0.4.0

What's Changed

  • FIX: use datastore.group instead of variable["sweepnumber"] by @kmuehlbauer in https://github.com/openradar/xradar/pull/123
  • use cmweather colormaps in xradar by @kmuehlbauer in https://github.com/openradar/xradar/pull/128
  • use crs_wkt instead of deprecated spatial_ref by @kmuehlbauer in https://github.com/openradar/xradar/pull/127
  • FIX: always read nodata and undetect attributes from ODIM file by @egouden in https://github.com/openradar/xradar/pull/125
  • Cf/Radial1 writer by @syedhamidali in https://github.com/openradar/xradar/pull/126
  • Release 0.4.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/131

New Contributors

  • @syedhamidali made their first contribution in https://github.com/openradar/xradar/pull/126

Full Changelog: https://github.com/openradar/xradar/compare/0.3.0...0.4.0

- Python
Published by kmuehlbauer over 2 years ago

xradar - xradar v0.3.0

What's Changed

  • ENH: Add new examples using radar data on AWS s3 bucket by @aladinor in https://github.com/openradar/xradar/pull/102
  • Add colombian data example by @aladinor in https://github.com/openradar/xradar/pull/106
  • FIX: Correct DBDBTE8/DBDBZE8 and DBDBTE16/DBDBZE16 decoding by @kmuehlbauer in https://github.com/openradar/xradar/pull/110
  • Update DOI badge for latest release by @mgrover1 in https://github.com/openradar/xradar/pull/111
  • FIX: Cast boolean string to int in rainbow dictionary by @egouden in https://github.com/openradar/xradar/pull/113
  • MNT: switch to mamba-org/setup-micromamba, split CI tests by @kmuehlbauer in https://github.com/openradar/xradar/pull/116
  • FIX: time_interpolation by @kmuehlbauer in https://github.com/openradar/xradar/pull/117
  • FIX: implement more robust angle_res retrieval by @kmuehlbauer in https://github.com/openradar/xradar/pull/118
  • Fix odim output/ rel 0.3.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/120

New Contributors

  • @aladinor made their first contribution in https://github.com/openradar/xradar/pull/102

Full Changelog: https://github.com/openradar/xradar/compare/0.2.0...0.3.0

- Python
Published by kmuehlbauer over 2 years ago

xradar - xradar v0.2.0

What's Changed

  • FIX: check for dim0 if not given, only swap_dims if needed by @kmuehlbauer in https://github.com/openradar/xradar/pull/94
  • ENH: make copy before overwriting, add compression in to_odim by @kmuehlbauer in https://github.com/openradar/xradar/pull/95
  • ENH add mandatory source parameter to odim writer by @egouden in https://github.com/openradar/xradar/pull/96
  • ENH: switch to add recommended metadata by @egouden in https://github.com/openradar/xradar/pull/97
  • REL: 0.2.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/100

New Contributors

  • @egouden made their first contribution in https://github.com/openradar/xradar/pull/96

Full Changelog: https://github.com/openradar/xradar/compare/0.1.0...0.2.0

- Python
Published by kmuehlbauer almost 3 years ago

xradar - xradar v0.1.0

What's Changed

  • ENH: add spatial_ref with pyproj when georeferencing, add/adapt methods/tests by @kmuehlbauer in https://github.com/openradar/xradar/pull/87
  • Docs/Docstring updates by @kmuehlbauer in https://github.com/openradar/xradar/pull/89
  • Add an example on reading multiple sweeps into a single object by @mgrover1 in https://github.com/openradar/xradar/pull/69
  • REL: 0.1.0 by @kmuehlbauer in https://github.com/openradar/xradar/pull/91

Full Changelog: https://github.com/openradar/xradar/compare/0.0.13...0.1.0

- Python
Published by kmuehlbauer almost 3 years ago

xradar - xradar v0.0.13

What's Changed

  • FIX: only skip setting cf-attributes if both gain and offset are unused by @kmuehlbauer in https://github.com/openradar/xradar/pull/85
  • REL: 0.0.13 by @kmuehlbauer in https://github.com/openradar/xradar/pull/86

Full Changelog: https://github.com/openradar/xradar/compare/0.0.12...0.0.13

- Python
Published by kmuehlbauer about 3 years ago

xradar - xradar v0.0.12

What's Changed

  • ENH: add IRIS DB_VELC decoding and tests by @kmuehlbauer in https://github.com/openradar/xradar/pull/83
  • FIX: ODIM_H5 backend inconsistencies by @kmuehlbauer in https://github.com/openradar/xradar/pull/81
  • FIX: furuno backend inconsistencies by @kmuehlbauer in https://github.com/openradar/xradar/pull/82
  • REL: 0.0.12 by @kmuehlbauer in https://github.com/openradar/xradar/pull/84

Full Changelog: https://github.com/openradar/xradar/compare/0.0.11...0.0.12

- Python
Published by kmuehlbauer about 3 years ago

xradar - xradar v0.0.11

What's Changed

  • FIX: use of attributes by @kmuehlbauer in https://github.com/openradar/xradar/pull/71
  • ENH: port more tests from wrablib by @kmuehlbauer in https://github.com/openradar/xradar/pull/73
  • REL: 0.0.11 by @kmuehlbauer in https://github.com/openradar/xradar/pull/74

Full Changelog: https://github.com/openradar/xradar/compare/0.0.10...0.0.11

- Python
Published by kmuehlbauer about 3 years ago

xradar - xradar v0.0.10

What's Changed

  • ENH: make Furuno reader read WRN110 scn data (format 103) by @kmuehlbauer in https://github.com/openradar/xradar/pull/65
  • Adapt to new build process, pyproject.toml only by @kmuehlbauer in https://github.com/openradar/xradar/pull/67
  • REL: 0.0.10 by @kmuehlbauer in https://github.com/openradar/xradar/pull/68

Full Changelog: https://github.com/openradar/xradar/compare/0.0.9...0.0.10

- Python
Published by kmuehlbauer about 3 years ago

xradar - xradar v0.0.9

What's Changed

  • XYZ shape by @kmuehlbauer in https://github.com/openradar/xradar/pull/36
  • ENH: add odim exporter, add roundtrip test, add minimal documentation by @kmuehlbauer in https://github.com/openradar/xradar/pull/39
  • MNT: fetch radar data from open-radar-data, add description/url by @kmuehlbauer in https://github.com/openradar/xradar/pull/44
  • ENH: Generalize CfRadial1 reader by @kmuehlbauer in https://github.com/openradar/xradar/pull/45
  • MNT: add nbstripout-hook, update hooks, remove double-quote fixer, fi… by @kmuehlbauer in https://github.com/openradar/xradar/pull/50
  • CfRadial1 reader kwargs refactor, add to_cfradial2 exporter by @kmuehlbauer in https://github.com/openradar/xradar/pull/49
  • FIX: lint by @kmuehlbauer in https://github.com/openradar/xradar/pull/52
  • Fix Iris/Sigmet, align with CfRadial2 by @kmuehlbauer in https://github.com/openradar/xradar/pull/53
  • MIN: align furuno open-api with CfRadial1/2 by @kmuehlbauer in https://github.com/openradar/xradar/pull/56
  • MIN: align odim/gamic open-api with CfRadial1/2 by @kmuehlbauer in https://github.com/openradar/xradar/pull/57
  • MIN: align rainbow open-api with CfRadial1/2 by @kmuehlbauer in https://github.com/openradar/xradar/pull/58
  • Add georeference accessor by @mgrover1 in https://github.com/openradar/xradar/pull/60
  • Update ppi example to use new accessor by @mgrover1 in https://github.com/openradar/xradar/pull/61
  • ENH: Add angle reindexing util functions, add example notebook by @kmuehlbauer in https://github.com/openradar/xradar/pull/62
  • REL: 0.0.9 by @kmuehlbauer in https://github.com/openradar/xradar/pull/63

Full Changelog: https://github.com/openradar/xradar/compare/0.0.8...0.0.9

- Python
Published by kmuehlbauer about 3 years ago

xradar - xradar v0.0.8

What's Changed

  • ENH: Import GAMIC HDF5 by @kmuehlbauer in https://github.com/openradar/xradar/pull/29
  • ENH: Furuno importer by @kmuehlbauer in https://github.com/openradar/xradar/pull/30
  • ENH: Rainbow importer by @kmuehlbauer in https://github.com/openradar/xradar/pull/32
  • ENH: Add georeference module, basic tests by @mgrover1 in https://github.com/openradar/xradar/pull/28
  • ENH: Iris/Sigmet importer by @kmuehlbauer in https://github.com/openradar/xradar/pull/33
  • ENH: add code coverage by @kmuehlbauer in https://github.com/openradar/xradar/pull/34
  • REL: 0.0.8 by @kmuehlbauer in https://github.com/openradar/xradar/pull/35

Full Changelog: https://github.com/openradar/xradar/compare/0.0.7...0.0.8

- Python
Published by kmuehlbauer over 3 years ago

xradar - xradar v0.0.7

What's Changed

  • ENH: Add DOI to readme by @mgrover1 in https://github.com/openradar/xradar/pull/22
  • Fix version on ReadTheDocs by @kmuehlbauer in https://github.com/openradar/xradar/pull/23
  • DOC: add datamodel, minor doc fixes by @kmuehlbauer in https://github.com/openradar/xradar/pull/24

Full Changelog: https://github.com/openradar/xradar/compare/0.0.6...0.0.7

- Python
Published by kmuehlbauer over 3 years ago

xradar - xradar v0.0.6

What's Changed

  • DOC: fixup installation and contributing guides by @kmuehlbauer in https://github.com/openradar/xradar/pull/19
  • DOC: add importers.md, documentation on importers by @kmuehlbauer in https://github.com/openradar/xradar/pull/20
  • ENH: Accessors by @kmuehlbauer in https://github.com/openradar/xradar/pull/21

Full Changelog: https://github.com/openradar/xradar/compare/0.0.5...0.0.6

- Python
Published by kmuehlbauer over 3 years ago

xradar - xradar v0.0.5

What's Changed

  • Combined docs fixes by @kmuehlbauer in https://github.com/openradar/xradar/pull/11
  • Fix version 999 issue by @kmuehlbauer in https://github.com/openradar/xradar/pull/12
  • Data model + CfRadial1 Backend by @kmuehlbauer in https://github.com/openradar/xradar/pull/13
  • ENH: Make license more general by @mgrover1 in https://github.com/openradar/xradar/pull/15
  • ODIM_H5 Backend by @kmuehlbauer in https://github.com/openradar/xradar/pull/14

Full Changelog: https://github.com/openradar/xradar/compare/0.0.4...0.0.5

- Python
Published by kmuehlbauer over 3 years ago

xradar - xradar v0.0.4

What's Changed

  • Fix build by @kmuehlbauer in https://github.com/openradar/xradar/pull/8

Full Changelog: https://github.com/openradar/xradar/compare/0.0.2...0.0.4

- Python
Published by kmuehlbauer over 3 years ago

xradar - xradar v.0.0.3

  • Testing workflow

What's Changed

  • FIX: Update setup file to read markdown by @mgrover1 in https://github.com/openradar/xradar/pull/6

Full Changelog: https://github.com/openradar/xradar/compare/v0.0.1...0.0.3

- Python
Published by kmuehlbauer over 3 years ago

xradar - xradar release 0.0.2

What's Changed

  • FIX: Update setup file to read markdown by @mgrover1 in https://github.com/openradar/xradar/pull/6

Full Changelog: https://github.com/openradar/xradar/compare/v0.0.1...0.0.2

- Python
Published by mgrover1 over 3 years ago

xradar - xradar test release 0.0.1

What's Changed

  • Update env to include pydata sphinx by @mgrover1 in https://github.com/openradar/xradar/pull/3
  • ADD: convert root .rst to .md by @kmuehlbauer in https://github.com/openradar/xradar/pull/4
  • ADD: build sdist/wheel upload to pypi by @kmuehlbauer in https://github.com/openradar/xradar/pull/2
  • FIX: Move to workflow dispatch by @mgrover1 in https://github.com/openradar/xradar/pull/5

New Contributors

  • @mgrover1 made their first contribution in https://github.com/openradar/xradar/pull/3
  • @kmuehlbauer made their first contribution in https://github.com/openradar/xradar/pull/4

Full Changelog: https://github.com/openradar/xradar/commits/v0.0.1

- Python
Published by mgrover1 over 3 years ago