Skip to content

Commit 7be081b

Browse files
Update readme (#49)
* Update README * Update changelog
1 parent c279ce2 commit 7be081b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [v2.0.0] 2024/05/21
2+
3+
## Changed
4+
* Change verificarlo version [v0.9.1 -> v2.0.0]
5+
* Update numpy version from 1.22.0 to 1.22.4
6+
* Update sklearn version from 1.0.2 to 1.3.2
7+
* Update build_fuzzy_libmath_dockerfile.sh
8+
9+
# [v0.9.1] 2023/03/23
10+
11+
## Added
12+
* Fast version for libmath, reusing +/- 1 trick from [Verrou](https://github.com/edf-hpc/verrou/blob/master/interflop_backends/interflop_verrou/vr_roundingOp.hxx)
13+
14+
## Changed
15+
* Change verificarlo version [v0.8.0 -> v0.9.1]
16+
117
# [v0.8.0] 2022/07/15
218

319
## Changed
@@ -20,6 +36,7 @@
2036

2137
## Deprecated
2238
* Version v0.5.0 must not be used on architecture not supporting AVX-512
39+
2340
# [v0.5.0] 2021/06/18
2441

2542
## Changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fuzzy v0.9.1
1+
# Fuzzy v2.0.0
22

33
[![DOI](https://zenodo.org/badge/218554957.svg)](https://zenodo.org/badge/latestdoi/218554957)
44
[![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:
248248
> Sohier, Devan, et al. "Confidence Intervals for Stochastic Arithmetic." ACM Transactions on Mathematical Software (TOMS) 47.2 (2021): 1-33.
249249
>
250250
> Kiar, Gregory, et al. "Data Augmentation Through Monte Carlo Arithmetic Leads to More Generalizable Classification in Connectomics." bioRxiv (2020).
251+
>
252+
> Chatelain, Yohan, et al. "PyTracer: Automatically profiling numerical instabilities in Python." IEEE Transactions on Computers (2022).
253+
>
254+
> 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.
255+
>
256+
> 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.
257+
>
258+
> Chatelain, Yohan, et al. "A numerical variability approach to results stability tests and its application to neuroimaging." arXiv preprint arXiv:2307.01373 (2023).
259+
>
260+
> Vila, Gaël, et al. "The Impact of Hardware Variability on Applications Packaged with Docker and Guix: a Case Study in Neuroimaging." (2024).
261+
>
262+
> Gonzalez Pepe, Inés, et al. "Numerical stability of DeepGOPlus inference." Plos one 19.1 (2024): e0296725.
251263
252264
## License
253265
The *Fuzzy* copyright belongs to all contributors of this repository, and it is

0 commit comments

Comments
 (0)