Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-mumps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joseph Capriotti
python-mumps
Graph
main
Select Git revision
Branches
3
main
default
orderings_enum
spd_option
Tags
4
v0.0.1post1
v0.0.1
v0.0.1a1
v0.0.1a0
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Jul
21
Mar
20
19
1
11
Feb
6
3
20
Jan
19
16
15
14
13
10
21
Dec
20
22
Oct
17
16
15
11
1
22
Feb
16
Nov
29
Sep
20
Jun
3
Feb
2
use cython memoryviews
spd_option
spd_option
ensure reused analysis takes the upper triangle of next passed matrix
update test
fix test
add option to set positive definiteness for real matrices
Merge branch 'release_gil' into 'main'
main
main
Add a pythread lock to protect calls to mumps_c
release the GIL when calling to mumps_c
add nogil to the extern block
ignore pycharm files
Merge branch 'symmetric_matrices' into 'main'
add a test for symmetric matrices, clarify docstring
expand userguide parsing
orderings_enum
orderings_enum
implement enums for all restricted ICNTL
use a more pythonic Enum API
refer to docs for explanation
fix docstring
use cleaner syntax for setting ICNTL
bugfix: set the cleanup job correctly
get extended descriptions from docs
introduce Jobs and ICNTL Enum
streamline statistics printing
combine Orderings and ordering_name
add a test of possible_orderings, fix bug
convert orderings to enum
simplify numpy install requirements
make orderings public API
stop unnecessary linking against mumps_common
improve the pytest error message
lower requirements according to NEP29
v0.0.1post1
v0.0.1post1
correctly treat zero-size rhs and add a test for it
v0.0.1
v0.0.1
also search for mumps without _seq
v0.0.1a1
v0.0.1a1
publish manylinux wheels
v0.0.1a0
v0.0.1a0
CI: allow git to function without complaints
set up a pypi upload job
cache pre-commit mamba files
add pre-commit to ci
add more precommit hooks
add CI
apply suggested patch
Loading