Skip to content
GitLab
Explore
Sign in
Fix numpy type alias deprecations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Andreas Theodosiou
requested to merge
develop
into
master
Jan 27, 2023
Overview
0
Commits
1
Pipelines
0
Changes
9
Expand
Since numpy 1.20 aliases for built in types have been deprecated (see
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
)
This commit fixes the type aliases to use builtin Python types instead.
Merge request reports
Loading