Skip to content

RAiDER v0.6.0

Latest

Choose a tag to compare

@dbekaert dbekaert released this 09 Sep 16:58
64b57ac

Removed

  • 764 - Removed Python 3.8 support. Python 3.9 is now the minimum version officially required to run RAiDER.
  • 753 - Removed support for ERA-Interim.

Changed

  • 743 - Switched from HTTPS to DAP4 for retrieving MERRA2 data, and suppressed a warning for using DAP4 for GMAO data where doing so is not possible.

Fixed

  • 765 - Fixed a dead link to "Installing from Source" in the ReadMe.
  • 759 - Added a browse S3 tag for .png files when uploaded to AWS.
  • 751 - Fixed ERA-5 interface for a change to its API that requires pressure variables to be requested separately from temperature and humidity.
  • 741 - Updated mamba setup commands in CircleCI for mamba 2.0.0.
  • 738 - Resolved an InsecureRequestWarning when fetching data through CDS, such as for ERA5.
  • 734 - Resolved a deprecation warning from Rasterio about the use of statistics().
  • 733 - Fixed coverage reports being generated for incorrect directories.
  • 732 - Updated hrrr.py to resolve a deprecation warning about unary_union.
  • 731 - Fixed fetch routine for GMAO.

Added

  • 762 - Added lockfiles through conda-lock to the repo, documentation, and CircleCI runners.
  • 761 - Added Python 3.13 support.
  • 747 - Added support for run config time format %H:%M:%S (without quotes).
  • 746 - Added support for numpy v2.
  • 725 - Added rules to ignore all test artifacts in git.
  • 728 - Added downloader tests for HRES, GMAO, and MERRA2.
  • 726 - Updated code and documentation for changes to the CDS API.