Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Fix type conversion in Normalize class after Numpy 1.20 update#1194

Open
BartStolarek wants to merge1 commit intoscikit-optimize:master
base:master
Choose a base branch
Loading
fromBartStolarek:master

Conversation

@BartStolarek
Copy link

Using the aliases of builtin types like np.int is deprecated
For a long time, np.int has been an alias of the builtin int. This is repeatedly a cause of confusion for newcomers, and existed mainly for historic reasons.

These aliases have been deprecated. The table below shows the full list of deprecated aliases, along with their exact meaning. Replacing uses of items in the first column with the contents of the second column will work identically and silence the deprecation warning.

The third column lists alternative NumPy names which may occasionally be preferential. See alsoData types for additional details.

Source:https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@BartStolarek

[8]ページ先頭

©2009-2025 Movatter.jp