Skip to content

Commit bc185fd

Browse files
merajhashemigallego-posadajuan43ramirez
committed
Release v1.0.0
Co-authored-by: Jose Gallego <jgalle29@gmail.com> Co-authored-by: Juan Ramirez <juan43.ramirez@gmail.com>
1 parent b116724 commit bc185fd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ keywords:
3131
- pytorch
3232
- machine learning
3333
license: MIT
34-
version: 0.1.0
34+
version: 1.0.0
3535
date-released: '2025-04-01'
3636
preferred-citation:
3737
type: article

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ We appreciate all contributions. Please let us know if you encounter a bug by [f
128128

129129
If you plan to contribute new features, utility functions, or extensions, please first open an issue and discuss the feature with us. To learn more about making a contribution to **Cooper**, please see our [Contribution page](https://cooper.readthedocs.io/en/latest/CONTRIBUTING.html).
130130

131+
## Papers Using **Cooper**
132+
133+
**Cooper** has enabled several papers published at top machine learning conferences: [Gallego-Posada et al. (2022)](https://arxiv.org/abs/2208.04425); [Lachapelle and Lacoste-Julien (2022)](https://arxiv.org/abs/2207.07732); [Ramirez and Gallego-Posada (2022)](https://arxiv.org/abs/2207.04144); [Zhu et al. (2023)](https://arxiv.org/abs/2310.08106); [Hashemizadeh et al. (2024)](https://arxiv.org/abs/2310.20673); [Sohrabi et al. (2024)](https://arxiv.org/abs/2406.04558); [Lachapelle et al. (2024)](https://arxiv.org/abs/2401.04890); [Jang et al. (2024)](https://arxiv.org/abs/2312.10289); [Navarin et al. (2024)](https://ieeexplore.ieee.org/document/10650578); [Chung et al. (2024)](https://arxiv.org/abs/2404.01216).
134+
131135

132136
## Acknowledgements
133137

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ maintainers = [
2929
]
3030
requires-python = ">=3.9"
3131
classifiers = [
32-
"Development Status :: 3 - Alpha",
32+
"Development Status :: 5 - Production/Stable",
3333
"Intended Audience :: Developers",
3434
"Intended Audience :: Education",
3535
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)