Skip to content

Commit

Permalink
Merge branch 'develop' into qc_viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Dec 17, 2024
2 parents a2a5d96 + 5cf0561 commit 01848f3
Show file tree
Hide file tree
Showing 75 changed files with 1,312 additions and 5,764 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ibllib_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
max-parallel: 2
matrix:
os: ["windows-latest", "ubuntu-latest"]
python-version: ["3.8", "3.11"]
python-version: ["3.10", "3.12"]
exclude:
- os: windows-latest
python-version: 3.8
python-version: 3.10
- os: ubuntu-latest
python-version: 3.11
python-version: 3.12
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IBL Python Libraries
[![Coverage badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fibllib.hooks.internationalbrainlab.org%2Fcoverage%2Fibllib%2Fmaster)](https://ibllib.hooks.internationalbrainlab.org/coverage/master)
# IBL Python Libraries
[![Coverage badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fibllib.hooks.internationalbrainlab.org%2Fcoverage%2Fibllib%2Fmaster)](https://ibllib.hooks.internationalbrainlab.org/coverage/master)
[![Tests status badge](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fibllib.hooks.internationalbrainlab.org%2Ftests%2Fibllib%2Fmaster)](https://ibllib.hooks.internationalbrainlab.org/logs/records/master)
[![Tests status badge](https://img.shields.io/endpoint?label=develop&url=https%3A%2F%2Fibllib.hooks.internationalbrainlab.org%2Ftests%2Fibllib%2Fdevelop)](https://ibllib.hooks.internationalbrainlab.org/logs/records/develop)

Expand All @@ -14,7 +14,7 @@ The library is currently 2 main modules:
## Requirements
**OS**: Only tested on Linux. Windows and Mac may work, but are not supported.

**Python Module**: Python 3.8 or higher
**Python Module**: Python 3.10 or higher, Python 3.12 recommended

## Installation, documentation and examples
https://docs.internationalbrainlab.org
Expand All @@ -23,7 +23,7 @@ https://docs.internationalbrainlab.org
## Contribution and development practices
See https://int-brain-lab.github.io/iblenv/07_contribution.html

We use gitflow and Semantic Versioning.
We use Semantic Versioning.

Before committing to your branch:
- run tests
Expand Down
161 changes: 0 additions & 161 deletions brainbox/atlas.py

This file was deleted.

Loading

0 comments on commit 01848f3

Please sign in to comment.