Skip to content

Commit aa0db43

Browse files
authored
Refactoring setup.cfg (#228)
1 parent 09b8974 commit aa0db43

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

AUTHORS.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<img src="https://github.com/user-attachments/assets/1f327e57-8ee1-4a2f-afd3-2bbce885c2f8" width="200"/>
2+
3+
4+
5+
CEBRA was initially developed by **Mackenzie Mathis** and **Steffen Schneider** (2021+), who are co-inventors on the patent application [WO2023143843](https://infoscience.epfl.ch/entities/patent/0d9debed-4d22-47b7-bad1-f211e7010323).
6+
**Jin Hwa Lee** contributed significantly to our first paper:
7+
8+
> **Schneider, S., Lee, J.H., & Mathis, M.W.**
9+
> [*Learnable latent embeddings for joint behavioural and neural analysis.*](https://doi.org/10.1038/s41586-023-06031-6)
10+
> Nature 617, 360–368 (2023)
11+
12+
CEBRA is actively developed by [**Mackenzie Mathis**](https://www.mackenziemathislab.org/) and [**Steffen Schneider**](https://dynamical-inference.ai/) and their labs.
13+
14+
It is a publicly available tool that has benefited from contributions and suggestions from many individuals: [CEBRA/graphs/contributors](https://github.com/AdaptiveMotorControlLab/CEBRA/graphs/contributors).
15+
16+
## CEBRA Extensions
17+
18+
### 2023
19+
- **Steffen Schneider, Rodrigo González Laiz, Markus Frey, Mackenzie W. Mathis**
20+
[*Identifiable attribution maps using regularized contrastive learning.*](https://sslneurips23.github.io/paper_pdfs/paper_80.pdf)
21+
NeurIPS 4th Workshop on Self-Supervised Learning: Theory and Practice (2023)
22+
23+
### 2025
24+
- **Steffen Schneider, Rodrigo González Laiz, Anastasiia Filippova, Markus Frey, Mackenzie W. Mathis**
25+
[*Time-series attribution maps with regularized contrastive learning.*](https://openreview.net/forum?id=aGrCXoTB4P)
26+
AISTATS (2025)
27+
28+

setup.cfg

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[metadata]
22
name = cebra
33
version = attr: cebra.__version__
4-
author = Steffen Schneider, Jin H Lee, Mackenzie W Mathis
5-
author_email = [email protected]
4+
author = file: AUTHORS.md
5+
66
description = Consistent Embeddings of high-dimensional Recordings using Auxiliary variables
77
long_description = file: README.md
88
long_description_content_type = text/markdown
@@ -58,9 +58,9 @@ datasets =
5858
hdf5storage # for creating .mat files in new format
5959
openpyxl # for excel file format loading
6060
integrations =
61-
jupyter
6261
pandas
6362
plotly
63+
seaborn
6464
docs =
6565
sphinx==5.3
6666
sphinx-gallery==0.10.1
@@ -83,7 +83,6 @@ demos =
8383
ipykernel
8484
jupyter
8585
nbconvert
86-
seaborn
8786
# TODO(stes): Additional dependency for running
8887
# co-homology analysis
8988
# is ripser, which can be tricky to

0 commit comments

Comments
 (0)