From fa0d4f2afff73284f4b79bfebb085eed332c112f Mon Sep 17 00:00:00 2001 From: Nathan Cassereau <84033440+ncassereau-idris@users.noreply.github.com> Date: Mon, 21 Nov 2022 17:27:50 +0100 Subject: [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 --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) (limited to 'RELEASES.md') 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 -- cgit v1.2.3