From 572f45f2a2cd705a5af8da11f5a7c708f8f78157 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Mon, 9 Sep 2024 22:59:35 -0400 Subject: [PATCH] add reference to changes (fixes https://github.com/crim-ca/weaver/issues/63) --- CHANGES.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d0617fce7..5e4c3c321 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -25,10 +25,11 @@ Changes: - Add better validation off well-known `CWL` ``$namespaces`` as reserved keywords when deploying a `Process` to ensure better interoperability between implementations and adequate metadata resolution (relates to `#463 `_). -- Add documentation about *Jupyter Notebook* to `CWL` convertion +- Add documentation about *Jupyter Notebook* to `CWL` conversion utility `ipython2cwl `_ and a sample `crim-ca/ncml2stac `_ repository - making use of it with the `Weaver` `CLI` to generate a deployed `OGC API - Processes` definition. + making use of it with the `Weaver` `CLI` to generate a deployed `OGC API - Processes` definition + (fixes `#63 `_). Fixes: ------