Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qutil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qutech
qutil
Merge requests
!146
Numpy 2.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Numpy 2.0
maint/numpy-2.0
into
master
Overview
0
Commits
6
Pipelines
0
Changes
8
Merged
Tobias Hangleiter
requested to merge
maint/numpy-2.0
into
master
5 months ago
Overview
0
Commits
6
Pipelines
0
Changes
2
Expand
Numpy 2.0 introduces a proper repr of numpy data types
0
0
Merge request reports
Compare
version 1
version 2
8f38d045
4 months ago
version 1
0614fd9a
5 months ago
master (base)
and
latest version
latest version
a94fe618
6 commits,
4 months ago
version 2
8f38d045
3 commits,
4 months ago
version 1
0614fd9a
2 commits,
5 months ago
Show latest version
2 files
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
2
−
2
Options
# we use the oldest compatible version
image
:
python:3.
8
-slim
image
:
python:3.
9
-slim
before_script
:
-
python -m pip install hatch
@@ -39,7 +39,7 @@ pages:
pypi
:
stage
:
deploy
needs
:
needs
:
-
job
:
"
build"
artifacts
:
true
script
:
Loading