Skip to content

Commit

Permalink
DOC: Document as 1.0.3 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Dec 18, 2022
1 parent 8dd9237 commit 8ea9f16
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 14 deletions.
21 changes: 20 additions & 1 deletion docs/source/v1.0.md.inc
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
## v1.0.3 (released 2022/12/08)
## v1.0.3 (released 2022/12/18)

### :warning: Behavior changes

This backward-incompatible change was made before officially announcing
the release, so we are bumping the patch version number rather than the major
version number.

- The `N_JOBS` parameter has been renamed to
[`n_jobs`](mne_bids_pipeline._config.n_jobs) for consistency
(#694 by @larsoner)

### :bug: Bug fixes

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

### :medical_symbol: Code health

- Code quality now checked by [ruff](https://github.com/charliermarsh/ruff)
and [black](https://black.readthedocs.io/en/stable/)
(#689, #690, and #691 by @larsoner)
- Documentation building infrastructure improved by using newer mkdocs
extensions
(#693 by @hoechenberger)


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

Expand Down
19 changes: 6 additions & 13 deletions docs/source/v1.1.md.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,14 @@

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

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

### :warning: Behavior changes
[//]: # (### :warning: Behavior changes)

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

### :medical_symbol: Code health

- Code quality now checked by [ruff](https://github.com/charliermarsh/ruff)
and [black](https://black.readthedocs.io/en/stable/)
(#689, #690, and #691 by @larsoner)
- Documentation building infrastructure improved by using newer mkdocs
extensions
(#693 by @hoechenberger)
[//]: # (### :medical_symbol: Code health)

[//]: # (### :bug: Bug fixes)

- Nothing yet
1 change: 1 addition & 0 deletions mne_bids_pipeline/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def pytest_configure(config):
ignore:`np.MachAr` is deprecated.*:DeprecationWarning
ignore:The get_cmap function will be deprecated.*:
ignore:make_current is deprecated.*:DeprecationWarning
ignore:`np.*` is a deprecated alias for .*:DeprecationWarning
"""
for warning_line in warning_lines.split("\n"):
warning_line = warning_line.strip()
Expand Down

0 comments on commit 8ea9f16

Please sign in to comment.