Skip to content

Commit 8ea9f16

Browse files
authored
DOC: Document as 1.0.3 (#697)
1 parent 8dd9237 commit 8ea9f16

File tree

3 files changed

+27
-14
lines changed

3 files changed

+27
-14
lines changed

docs/source/v1.0.md.inc

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1-
## v1.0.3 (released 2022/12/08)
1+
## v1.0.3 (released 2022/12/18)
2+
3+
### :warning: Behavior changes
4+
5+
This backward-incompatible change was made before officially announcing
6+
the release, so we are bumping the patch version number rather than the major
7+
version number.
8+
9+
- The `N_JOBS` parameter has been renamed to
10+
[`n_jobs`](mne_bids_pipeline._config.n_jobs) for consistency
11+
(#694 by @larsoner)
212

313
### :bug: Bug fixes
414

515
- The `stable` documentation deployment was fixed
616
(#682 by @larsoner )
717

18+
### :medical_symbol: Code health
19+
20+
- Code quality now checked by [ruff](https://github.com/charliermarsh/ruff)
21+
and [black](https://black.readthedocs.io/en/stable/)
22+
(#689, #690, and #691 by @larsoner)
23+
- Documentation building infrastructure improved by using newer mkdocs
24+
extensions
25+
(#693 by @hoechenberger)
26+
827

928
## v1.0.2 (released 2022/12/07)
1029

docs/source/v1.1.md.inc

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,14 @@
22

33
[//]: # (### :new: New features & enhancements)
44

5-
[//]: # (- Whatever (#000 by @whoever )
5+
[//]: # (- Whatever (#000 by @whoever) )
66

7-
### :warning: Behavior changes
7+
[//]: # (### :warning: Behavior changes)
88

9-
- The `N_JOBS` parameter has been renamed to
10-
[`n_jobs`](mne_bids_pipeline._config.n_jobs) for consistency
11-
(#694 by @larsoner)
9+
[//]: # (- Whatever (#000 by @whoever) )
1210

13-
### :medical_symbol: Code health
14-
15-
- Code quality now checked by [ruff](https://github.com/charliermarsh/ruff)
16-
and [black](https://black.readthedocs.io/en/stable/)
17-
(#689, #690, and #691 by @larsoner)
18-
- Documentation building infrastructure improved by using newer mkdocs
19-
extensions
20-
(#693 by @hoechenberger)
11+
[//]: # (### :medical_symbol: Code health)
2112

2213
[//]: # (### :bug: Bug fixes)
14+
15+
- Nothing yet

mne_bids_pipeline/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def pytest_configure(config):
2424
ignore:`np.MachAr` is deprecated.*:DeprecationWarning
2525
ignore:The get_cmap function will be deprecated.*:
2626
ignore:make_current is deprecated.*:DeprecationWarning
27+
ignore:`np.*` is a deprecated alias for .*:DeprecationWarning
2728
"""
2829
for warning_line in warning_lines.split("\n"):
2930
warning_line = warning_line.strip()

0 commit comments

Comments
 (0)