summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorNathan Cassereau <84033440+ncassereau-idris@users.noreply.github.com>2022-11-21 17:27:50 +0100
committerGitHub <noreply@github.com>2022-11-21 17:27:50 +0100
commitfa0d4f2afff73284f4b79bfebb085eed332c112f (patch)
tree2b4f175da95f9a4097ca0ab1513b71862a9ee610 /RELEASES.md
parente433775c2015eb85c2683b6955618c2836f001bc (diff)
[MRG] Replaces numpy compiler with setuptools (#409)
* Numpy ccompiler deprecation handled with setuptools ccompiler * Remove useless OMP Macro, already provides _OPENMP * RELEASES.md * Remove forgotten temporary bug added for logging purposes
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 1c7b7da..564fd4a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -25,6 +25,7 @@ roughly 2^31) (PR #381)
- Fixed an issue where a pytorch example would throw an error if executed on a GPU (Issue #389, PR #391)
- Added a work-around for scipy's bug, where you cannot compute the Hamming distance with a "None" weight attribute. (Issue #400, PR #402)
- Fixed an issue where the doc could not be built due to some changes in matplotlib's API (Issue #403, PR #402)
+- Replaced Numpy C Compiler with Setuptools C Compiler due to deprecation issues (Issue #408, PR #409)
## 0.8.2