forked from verificarlo/fuzzy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
37 lines (28 loc) · 1.32 KB
/
Copy pathCHANGELOG
File metadata and controls
37 lines (28 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# [v0.6.0] 2022/01/07
## Changed
* Change verificarlo version to compile fuzzy images [v0.5.0 -> v0.6.0]
* Change base3 sklearn version [v0.23.2 -> v1.0.2]
* Change base2 scipy version [v1.5.4 -> v1.7.3]
* Change base1 numpy version [v1.19.1 -> v1.22.0]
## Fixed
* Fix issue due to hardware specific instruction (AVX)
* Can be run on any x86_64 architecture now
## Deprecated
* Version v0.5.0 must not be used on architecture not supporting AVX-512
# [v0.5.0] 2021/06/18
## Changed
* Changed verificarlo version to compile fuzzy images [v0.4.1 -> v0.5.0]
## Deprecated
* Version v0.4.1 should not be used anymore because it contains a bug
on vectorized instructions.
# [v0.4.1] 2021/06/18
## Added
* Add build script to wrap an existing docker image with the fuzzy-libmath
* Add dockerfile for base3 + sklearn:0.23.2 (base 4)
* Add dockerfile for base2 + scipy:1.5.4 (base 3)
* Add dockerfile for base1 + numpy:1.19.1 (base 2)
* Add dockerfile for base0 + python:3.8.5 (base 1)
* Add dockerfile for fuzzy lapack:3.9.0 + libmath (base 0)
* Add fuzzy libmath project from https://github.com/big-data-lab-team/MCA-libmath
# [v0] 2021/05/12
This release is merely being issued such that the project can begin indexing on Zenodo, and a DOI can be referenced for this project.