diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5ace4600 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.zenodo.json b/.zenodo.json index 30a735b2..a0651771 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -48,7 +48,7 @@ { "affiliation": "Department of Biomedical Engineering, University of Rochester, Rochester, NY, USA", "name": "Ole Bialas", - "orcid": "0000-0003-4472-7626" + "orcid": "0000-0003-4472-7626" } ], "keywords": [ diff --git a/LICENSE b/LICENSE index e804e245..6a335df7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2021 pyprep developers +Copyright (c) 2018-2022 pyprep developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 7d78a4bd..4ce6297a 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -36,9 +36,12 @@ Current (unreleased) Changelog ~~~~~~~~~ -- If channel labels are provided as a list, find_bad_by_ransac converts them to a numpy array, by `Ole_Bialas`_ (:gh:`116`). - Use MNE logger and ProgressBar instead of prints to display logging messages, by `Mathieu Scheltienne`_ (:gh:`112`). +Bug +~~~ +- :func:`find_bad_by_ransac ` now accepts channel labels (``complete_chn_labs``) as a list as well, by `Ole_Bialas`_ (:gh:`116`). + .. _changes_0_4_2: Version 0.4.2 (2022-03-16)