Your message dated Sun, 08 Jan 2023 14:10:22 +0100
with message-id <[email protected]>
and subject line Seemingly not a bug
has caused the Debian Bug report #1027221,
regarding python-cmaes: autopkgtest fail with numpy/1.24.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1027221: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027221
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-cmaes
Severity: important
User: [email protected]
Usertags: numpy1.24

Hello,
recently numpy/1.24.1 has been uploaded to experimental, and this package
autopkgtest fail when running against it.

An overview of the upstream changes in the 1.24.x series is available at:

  https://numpy.org/doc/stable/release/1.24.0-notes.html

Several of the errors are in the form of:

    AttributeError: module 'numpy' has no attribute 'X'

with X in [float, int, bool, object, ...]. This is because, numpy upstream in
1.24.0, finally decided to expire

  
https://numpy.org/doc/stable/release/1.24.0-notes.html#:~:text=The%20deprecation%20for%20the%20aliases

some deprecations introduced in 1.20.0

  
https://numpy.org/doc/stable/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated

(released almost 2 years ago).

All of those are quite straightforward to fix, since often it's just necessary
to stop importing them from numpy and use the python native types.

Other changes may requires a bit more rework to be addressed.

Currently numpy/1.24.x is in experimental, but given the possible longer support
that it'll receive from upstream, we're hopeful to include this in bookworm, so
your help is necessary to address this bug ASAP.

Regards,
Sandro

--- End Message ---
--- Begin Message ---
It seems that the autopkgtest failures were not caused by
incompatibility with NumPy 1.24.1, but were instead due to the unrelated
#1027466 [1]. That bug has been fixed.

I will therefore close this bug, but feel free to reopen if I am
mistaken.

Thanks.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027466

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to