Skip to content

Removed deprecated np.bool and replaced it with bool type - #177

Open
Rhythm1821 wants to merge 1 commit into
ayoolaolafenwa:masterfrom
Rhythm1821:fix/np-bool
Open

Removed deprecated np.bool and replaced it with bool type#177
Rhythm1821 wants to merge 1 commit into
ayoolaolafenwa:masterfrom
Rhythm1821:fix/np-bool

Conversation

@Rhythm1821

Copy link
Copy Markdown

Changes Made

• Removed the deprecated np.bool type from the codebase.
• Replaced instances of np.bool with the built-in bool type.

Context

The use of np.bool has been deprecated, and it is recommended to use the native bool type in Python. This pull request addresses this deprecation by removing all occurrences of np.bool and updating them to use bool instead. This ensures code compatibility with the latest best practices and avoids potential issues related to deprecated types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant