Skip to content

Commit

Permalink
Merge pull request #1318 from flatironinstitute/dev
Browse files Browse the repository at this point in the history
Merge to main for 1.10.5 release
  • Loading branch information
pgunn authored Apr 2, 2024
2 parents 83ce6ce + 66e2bcf commit 6470495
Show file tree
Hide file tree
Showing 29 changed files with 1,421 additions and 722 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
environment-file: environment.yml
activate-environment: caiman

- name: Install OS Dependencies
shell: bash -l {0}
run: |
sudo apt-get install libglapi-mesa libegl-mesa0 libegl1 libopengl0 libgl1-mesa-glx
- name: Install Dependencies
shell: bash -l {0}
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ __pycache__/
*.pyc
*.npy
*.mat
!testdata/*.mat
*.hdf5
*.mmap
*.npz
Expand Down
62 changes: 38 additions & 24 deletions CONTRIBUTING.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If possible, we'd also ask that you cite the papers where the original algorithm
# Main developers
* (emeritus) Eftychios A. Pnevmatikakis, **Flatiron Institute, Simons Foundation**
* (emeritus) Andrea Giovannucci, **University of North Carolina, Chapel Hill**
* Johannes Friedrich, **Allen Institute,Seattle Washington**
* Johannes Friedrich, **Allen Institute, Seattle Washington**
* Changjia Cai, **University of North Carolina, Chapel Hill**
* Pat Gunn, **Flatiron Institute, Simons Foundation**
* Eric Thomson, **Flatiron Institute, Simons Foundation**
Expand Down
Loading

0 comments on commit 6470495

Please sign in to comment.