From 4a3c40a313f63132a708374a3e51a67da50bac7d Mon Sep 17 00:00:00 2001 From: Brett Buzzanga Date: Thu, 13 Jul 2023 09:41:43 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f64f43e4..fc0c37f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Latest updates: ++ write delays even if they contain nans + check that the aoi is contained within HRRR extent + move the ray building out of the _build_cube_ray and into its own function for cleaner testing + update the tests to use the new build_ray function