Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nipy/nibabel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.0rc0
Choose a base ref
...
head repository: nipy/nibabel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing 344 changed files with 17,505 additions and 17,790 deletions.
15 changes: 12 additions & 3 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
[run]
branch = True
source = nibabel, nisext
include = */nibabel/*, */nisext/*
source = nibabel
omit =
*/externals/*
*/benchmarks/*
*/tests/*
nibabel/_version.py

[report]
exclude_also =
def __repr__
if (ty\.|typing\.)?TYPE_CHECKING:
class .*\((ty\.|typing\.)Protocol\):
@(ty\.|typing\.)overload
if 0:
if __name__ == .__main__.:
@(abc\.)?abstractmethod
raise NotImplementedError
18 changes: 18 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Sun Jan 12 12:22:13 2025 -0500 - markiewicz@stanford.edu - sty: ruff format [git-blame-ignore-rev]
40e41208a0f04063b3c4e373a65da1a2a6a275b5
# Sun Jan 12 11:51:49 2025 -0500 - markiewicz@stanford.edu - STY: ruff format [git-blame-ignore-rev]
7e5d584910c67851dcfcd074ff307122689b61f5
# Sun Jan 1 12:38:02 2023 -0500 - effigies@gmail.com - STY: Run pre-commit config on all files
d14c1cf282a9c3b19189f490f10c35f5739e24d1
# Thu Dec 29 22:53:17 2022 -0500 - effigies@gmail.com - STY: Reduce array().astype() and similar constructs
bf298113da99079c9c7b5e1690e41879828cd472
# Thu Dec 29 22:32:46 2022 -0500 - effigies@gmail.com - STY: pyupgrade --py37-plus
4481a4c2640bd4be6e9c468e550d01aae448ab99
# Fri Dec 30 11:01:19 2022 -0500 - effigies@gmail.com - STY: Run vanilla blue
6b0ddd23b1da1df7ca9ae275673f82bfa20a754c
# Thu Dec 29 21:46:13 2022 -0500 - markiewicz@stanford.edu - STY: Manual, blue-compatible touchups
263fca9bf6d4ca314a5a322b4824d6f53d0589df
# Thu Dec 29 21:32:00 2022 -0500 - effigies@gmail.com - STY: isort
0ab2856cac4d4baae7ab3e2f6d58421db55d807f
# Thu Dec 29 21:30:29 2022 -0500 - effigies@gmail.com - STY: blue
1a8dd302ff85b1136c81d492509b80e7748339f0
4 changes: 4 additions & 0 deletions .git_archival.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node: $Format:%H$
node-date: $Format:%cI$
describe-name: $Format:%(describe:match=[0-9]*)$
ref-names: $Format:%D$
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nibabel/_version.py export-subst
.git_archival.txt export-subst
nibabel/pkg_info.py export-subst
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
actions-infrastructure:
patterns:
- "actions/*"
70 changes: 0 additions & 70 deletions .github/workflows/misc.yml

This file was deleted.

91 changes: 0 additions & 91 deletions .github/workflows/pre-release.yml

This file was deleted.

138 changes: 0 additions & 138 deletions .github/workflows/stable.yml

This file was deleted.

Loading