Skip to content

Commit

Permalink
Updating READMEs and general cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheriferson committed Dec 13, 2023
1 parent c2fee22 commit 8db3ac4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 52 deletions.
20 changes: 0 additions & 20 deletions .bumpversion.cfg

This file was deleted.

1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Credits
* Nile Graddis @nilegraddis
* Sergey Gratiy @sgratiy
* Yang Yu @gnayuy
* Sherif Soliman @sheriferson
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ We welcome contributions! Please see our [contribution guide](https://github.com

Deprecation Warning
-------------------
The 1.0.0 release of ipfx brings some new features, like NWB2 support, along with improvements to our documentation and testing. We will also drop support for
- NWB1
- Python 2

Older versions of ipfx will continue to be available, but may receive only occasional bugfixes and patches.
The 1.1.0 release of IPFX drops support for Python 3.6 which reached end of life and stopped receiving security updated on December 23, 2021.
IPFX is now tested on Python 3.9 and higher.
21 changes: 21 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Docker images for on premise testing

This directory contains Dockerfiles for building images for running on-prem tests that require internal Allen Institute resources. On-prem tests use GitHub self-hosted runners that will run tests on docker images built from these Dockerfiles.

Our light and on-prem tests are defined in [our workflow file](../.github/workflows/github-actions-ci.yml "Link to GitHub Actions workflow for light and on-prem tests").

- See [here](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners) for more information on self-hosted runners.
- See [here](https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners) for more information on adding self-hosted runners to a GitHub repository.

## Building images

If you are an Allen Institute developer, you will have instructions on how to access the machine running the IPFX self-hosted runner.

On this machine you can create the Docker image corresponding to the Python versions we test on by running:

```
cd ipfx/docker/py39
docker build -t ipfx_py39:latest .
```

And this should be sufficient for the on-prem tests defined in our GitHub workflow to run.
18 changes: 0 additions & 18 deletions requirements-py3.6.txt

This file was deleted.

10 changes: 0 additions & 10 deletions tox.ini

This file was deleted.

0 comments on commit 8db3ac4

Please sign in to comment.