From 72c429f7e9705bbd40b253f492471b2484d5589b Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Mon, 27 Nov 2023 15:37:31 -0600 Subject: [PATCH 1/2] small docs updates --- docs/developer.md | 2 ++ docs/whats_new.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index 51117ca..cdc0c0c 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -37,3 +37,5 @@ Next steps: * Handle units (right now assumes units are the same in model and datasets and match what is input with `vocab_labels` for labels on plots) * Handle time zones. Currently assumes everything in UTC. Removes timezones if present. * Make dataset handling more flexible such that if a dataset featuretype is amenable, don't require T, Z, lon, or lat to be in separate columns. Currently all are required but in the future e.g. a `timeSeries` dataset could only have the depth defined in the catalog metadata since it doesn't vary. +* add functions to test_plot.py to test scatter and pcolormesh +* expand docs to show other model-data comparison examples, possibly using synthetic data \ No newline at end of file diff --git a/docs/whats_new.md b/docs/whats_new.md index d94f920..1d366f5 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -1,6 +1,6 @@ # What's New -## v1.2.0 (November 6, 2023) +## v1.2.0 (November 27, 2023) * Added capability for running HF Radar as quiver plot, over time or single time. ## v1.1.0 (October 13, 2023) From dea3b85fc9610e200d1bacc0958cd5d1279ab4c6 Mon Sep 17 00:00:00 2001 From: Kristen Thyng Date: Mon, 27 Nov 2023 15:39:50 -0600 Subject: [PATCH 2/2] lint --- docs/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index cdc0c0c..0e26c79 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -38,4 +38,4 @@ Next steps: * Handle time zones. Currently assumes everything in UTC. Removes timezones if present. * Make dataset handling more flexible such that if a dataset featuretype is amenable, don't require T, Z, lon, or lat to be in separate columns. Currently all are required but in the future e.g. a `timeSeries` dataset could only have the depth defined in the catalog metadata since it doesn't vary. * add functions to test_plot.py to test scatter and pcolormesh -* expand docs to show other model-data comparison examples, possibly using synthetic data \ No newline at end of file +* expand docs to show other model-data comparison examples, possibly using synthetic data