From 6272c6c61a93886b8e174661a832439337f38db4 Mon Sep 17 00:00:00 2001 From: Yohan Chatelain Date: Tue, 21 May 2024 12:01:05 -0400 Subject: [PATCH 1/2] Update README --- CHANGELOG | 1 + README.md | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1c1e40d..61e63b6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,6 +20,7 @@ ## Deprecated * Version v0.5.0 must not be used on architecture not supporting AVX-512 + # [v0.5.0] 2021/06/18 ## Changed diff --git a/README.md b/README.md index 11f9606..884ade2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Fuzzy v0.9.1 +# Fuzzy v2.0.0 [![DOI](https://zenodo.org/badge/218554957.svg)](https://zenodo.org/badge/latestdoi/218554957) [![Build Fuzzy Environments](https://github.com/verificarlo/fuzzy/actions/workflows/build-fuzzy.yml/badge.svg?branch=master)](https://github.com/verificarlo/fuzzy/actions/workflows/build-fuzzy.yml) @@ -248,6 +248,18 @@ and applications can be built atop them: > Sohier, Devan, et al. "Confidence Intervals for Stochastic Arithmetic." ACM Transactions on Mathematical Software (TOMS) 47.2 (2021): 1-33. > > Kiar, Gregory, et al. "Data Augmentation Through Monte Carlo Arithmetic Leads to More Generalizable Classification in Connectomics." bioRxiv (2020). +> +> Chatelain, Yohan, et al. "PyTracer: Automatically profiling numerical instabilities in Python." IEEE Transactions on Computers (2022). +> +> Des Ligneris, Morgane, et al. "Reproducibility of tumor segmentation outcomes with a deep learning model." 2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI). IEEE, 2023. +> +> Pepe, Inés Gonzalez, et al. "Numerical Uncertainty of Convolutional Neural Networks Inference for Structural Brain MRI Analysis." International Workshop on Uncertainty for Safe Utilization of Machine Learning in Medical Imaging. Cham: Springer Nature Switzerland, 2023. +> +> Chatelain, Yohan, et al. "A numerical variability approach to results stability tests and its application to neuroimaging." arXiv preprint arXiv:2307.01373 (2023). +> +> Vila, Gaël, et al. "The Impact of Hardware Variability on Applications Packaged with Docker and Guix: a Case Study in Neuroimaging." (2024). +> +> Gonzalez Pepe, Inés, et al. "Numerical stability of DeepGOPlus inference." Plos one 19.1 (2024): e0296725. ## License The *Fuzzy* copyright belongs to all contributors of this repository, and it is From 0be83cb651566b4e49cf2903286a6cd5f8588c79 Mon Sep 17 00:00:00 2001 From: Yohan Chatelain Date: Tue, 21 May 2024 12:12:49 -0400 Subject: [PATCH 2/2] Update changelog --- CHANGELOG | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 61e63b6..6eda5d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,19 @@ +# [v2.0.0] 2024/05/21 + +## Changed + * Change verificarlo version [v0.9.1 -> v2.0.0] + * Update numpy version from 1.22.0 to 1.22.4 + * Update sklearn version from 1.0.2 to 1.3.2 + * Update build_fuzzy_libmath_dockerfile.sh + +# [v0.9.1] 2023/03/23 + +## Added + * Fast version for libmath, reusing +/- 1 trick from [Verrou](https://github.com/edf-hpc/verrou/blob/master/interflop_backends/interflop_verrou/vr_roundingOp.hxx) + +## Changed + * Change verificarlo version [v0.8.0 -> v0.9.1] + # [v0.8.0] 2022/07/15 ## Changed