Skip to content

int-brain-lab/ibllib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57ce078 · Sep 27, 2024
Jul 2, 2024
Aug 14, 2024
Sep 23, 2024
Sep 27, 2024
Oct 25, 2023
Oct 6, 2023
Dec 9, 2021
Jul 24, 2018
Sep 13, 2023
Apr 11, 2022
May 3, 2019
Jul 26, 2018
Jul 8, 2024
Jun 19, 2023
Aug 14, 2024
Jun 18, 2019
Jun 18, 2019
Feb 21, 2024

Repository files navigation

IBL Python Libraries

Coverage badge Tests status badge Tests status badge

Description

Library used to implement the International Brain Laboratory data pipeline. Currently in active development. The library is currently 2 main modules:

  • brainbox: neuroscience analysis oriented library
  • ibllib: general purpose library containing I/O, signal processing and IBL data pipelines utilities.

Release Notes here

Requirements

OS: Only tested on Linux. Windows and Mac may work, but are not supported.

Python Module: Python 3.8 or higher

Installation, documentation and examples

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.

Before committing to your branch:

  • run tests
  • flake8 This is also enforced by continuous integration.

Matlab Library

The Matlab library has moved to its own repository here: https://github.com/int-brain-lab/ibllib-matlab/