From e8d69dbc9c1ac3821a51945f5e45a11240901808 Mon Sep 17 00:00:00 2001 From: Mathilde Leuridan <90444327+mathleur@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:22:40 +0100 Subject: [PATCH 1/3] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 4a6eed368..91dd13faa 100644 --- a/readme.md +++ b/readme.md @@ -180,6 +180,10 @@ If this software is useful in your work, please consider citing our [paper](http > Leuridan, M., Hawkes, J., Smart, S., Danovaro, E., and Quintino, T., “Polytope: An Algorithm for Efficient Feature Extraction on Hypercubes”, arXiv e-prints, 2023. doi:10.48550/arXiv.2306.11553. +Other papers in preparation include: + +> Performance Analysis of an Efficient Algorithm for Feature Extraction from Large Scale Meteorological Data Stores + ## Acknowledgements Past and current funding and support for **Polytope** is listed in the adjoining [Acknowledgements](./ACKNOWLEDGEMENTS.rst). From 4fa6a99c8208851352224c055de122ac4c109dc4 Mon Sep 17 00:00:00 2001 From: Mathilde Leuridan <90444327+mathleur@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:24:54 +0100 Subject: [PATCH 2/3] Update version.py --- polytope_feature/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polytope_feature/version.py b/polytope_feature/version.py index 6e3c058cf..c916e6809 100644 --- a/polytope_feature/version.py +++ b/polytope_feature/version.py @@ -1 +1 @@ -__version__ = "1.0.20" +__version__ = "1.0.21" From c0bfc0ee80b60ca68d68f07d345f670f85db72a7 Mon Sep 17 00:00:00 2001 From: Mathilde Leuridan <90444327+mathleur@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:35:09 +0100 Subject: [PATCH 3/3] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 91dd13faa..3db6544dc 100644 --- a/readme.md +++ b/readme.md @@ -182,7 +182,7 @@ If this software is useful in your work, please consider citing our [paper](http Other papers in preparation include: -> Performance Analysis of an Efficient Algorithm for Feature Extraction from Large Scale Meteorological Data Stores +> Leuridan, M., Bradley, C., Hawkes, J., Quintino, T., and Schultz, M., "Performance Analysis of an Efficient Algorithm for Feature Extraction from Large Scale Meteorological Data Stores". ## Acknowledgements