From d125a7b011b2fd144d85f74c9c8801a8b0c07548 Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:49:07 -0700 Subject: [PATCH 1/3] fix link checker badge in readme (#1871) --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d554207cb..d5d99789a 100644 --- a/README.rst +++ b/README.rst @@ -29,8 +29,8 @@ Overall Health .. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/ruff.yml/badge.svg :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/ruff.yml -.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml/badge.svg - :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_external_links.yml +.. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_sphinx_links.yml/badge.svg + :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/check_sphinx_links.yml .. image:: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml/badge.svg :target: https://github.com/NeurodataWithoutBorders/pynwb/actions/workflows/run_inspector_tests.yml From 65b2b9e98f8ae53a885411d53bf19c19ae69c102 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 25 Mar 2024 13:16:08 -0700 Subject: [PATCH 2/3] Update software_process.rst to use pyproject.toml (#1868) * Update software_process.rst to use pyproject.toml * Update software_process.rst * Update docs/source/software_process.rst Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> * Update docs/source/software_process.rst Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --------- Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- docs/source/software_process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/software_process.rst b/docs/source/software_process.rst index 07fd97246..2bc7d5596 100644 --- a/docs/source/software_process.rst +++ b/docs/source/software_process.rst @@ -36,7 +36,7 @@ codecov_, which shows line by line which lines are covered by the tests. Installation Requirements ------------------------- -:pynwb:`setup.py ` contains a list of package dependencies and their version ranges allowed for +:pynwb:`pyproject.toml ` contains a list of package dependencies and their version ranges allowed for running PyNWB. As a library, upper bound version constraints create more harm than good in the long term (see this `blog post`_) so we avoid setting upper bounds on requirements. From 1c313b4a5b39bca029d0cc297c551ddcbe2cedb1 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 25 Mar 2024 13:55:54 -0700 Subject: [PATCH 3/3] Update .gitignore (#1870) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f130e0cc0..c0a2aca3e 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,6 @@ tests/coverage/htmlcov # macos .DS_Store + +# Version +_version.py