Skip to content

Commit

Permalink
add MNE to list of SPEC001 adopters (#271)
Browse files Browse the repository at this point in the history
Since MNE-Python isn't a core project, it isn't possible for us to
endorse any SPECs. So this is a question-as-PR: do you want a record of
all the non-core ecosystem projects that *adopt* each SPEC? If not feel
free to close.
  • Loading branch information
drammock authored Oct 1, 2023
1 parent b0d2fac commit 7335201
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec-0001/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ Endorsing this SPEC means agreeing, in principle, with the advantages of lazy lo
Adopting this SPEC means implementing, using the `lazy_loader` package or any other mechanism (such as module `__getattr__`), lazy loading of subpackages and, if desired, subpackage attributes.

Lazy loading has been adopted by
[scikit-image](https://github.com/scikit-image/scikit-image/pull/5101)
and [NetworkX](https://github.com/networkx/networkx/pull/4909).
[scikit-image](https://github.com/scikit-image/scikit-image/pull/5101),
[NetworkX](https://github.com/networkx/networkx/pull/4909),
and [MNE-Python](https://github.com/mne-tools/mne-python/pull/11838).
SciPy implements a [subset of lazy
loading](https://github.com/scipy/scipy/pull/15230) which exposes only
subpackages lazily.
Expand Down

0 comments on commit 7335201

Please sign in to comment.