Skip to content

Commit

Permalink
update citations
Browse files Browse the repository at this point in the history
  • Loading branch information
DaStoll committed Nov 14, 2024
1 parent cb25249 commit 2842e89
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
8 changes: 2 additions & 6 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ authors:
given-names: Carl
- family-names: Binxin
given-names: Ru
- family-names: Kober
given-names: Nils
- family-names: Vallaeys
given-names: Théophane
- family-names: Hutter
given-names: Frank
title: "Neural Pipeline Search (NePS)"
version: 0.12.1
date-released: 2024-07-03
version: 0.12.2
date-released: 2024-07-09
url: "https://github.com/automl/neps"
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ We follow the [semantic versioning](https://semver.org) scheme.
poetry version v0.9.0
```

and manually change the version specified in `CITATION.cff`.
and manually change the version specified in `CITATION.cff` and `docs/citations.md`

### 2. Commit with a Version Tag

Expand Down
8 changes: 4 additions & 4 deletions docs/citations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ For citing NePS, please refer to the following:
### APA Style

```apa
Stoll, D., Mallik, N., Schrodi, S., Janowski, M., Garibov, S., Abou Chakra, T., Rogalla, D., Bergman, E., Hvarfner, C., Binxin, R., Kober, N., Vallaeys, T., & Hutter, F. (2023). Neural Pipeline Search (NePS) (Version 0.11.0) [Computer software]. https://github.com/automl/neps
Stoll, D., Mallik, N., Schrodi, S., Bergman, E., Janowski, M., Garibov, S., Abou Chakra, T., Rogalla, D., Bergman, E., Hvarfner, C., Binxin, R., & Hutter, F. (2023). Neural Pipeline Search (NePS) (Version 0.12.2) [Computer software]. https://github.com/automl/neps
```

### BibTex Style

```bibtex
@software{Stoll_Neural_Pipeline_Search_2023,
author = {Stoll, Danny and Mallik, Neeratyoy and Schrodi, Simon and Janowski, Maciej and Garibov, Samir and Abou Chakra, Tarek and Rogalla, Daniel and Bergman, Eddie and Hvarfner, Carl and Binxin, Ru and Kober, Nils and Vallaeys, Théophane and Hutter, Frank},
author = {Stoll, Danny and Mallik, Neeratyoy and Schrodi, Simon and Bergmann, Eddie and Janowski, Maciej and Garibov, Samir and Abou Chakra, Tarek and Rogalla, Daniel and Bergman, Eddie and Hvarfner, Carl and Binxin, Ru and Hutter, Frank},
month = oct,
title = {{Neural Pipeline Search (NePS)}},
url = {https://github.com/automl/neps},
version = {0.11.0},
year = {2023}
version = {0.12.2},
year = {2024}
}
```

Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ authors = [
"Daniel Rogalla",
"Carl Hvarfner",
"Binxin Ru",
"Nils Kober",
"Théophane Vallaeys",
"Frank Hutter",
]
readme = "README.md"
Expand Down Expand Up @@ -128,7 +126,7 @@ exclude = [
]

[tool.ruff.lint]
# Extend what ruff is allowed to fix, even it it may break
# Extend what ruff is allowed to fix, even if it may break
# This is okay given we use it all the time and it ensures
# better practices. Would be dangerous if using for first
# time on established project.
Expand Down

0 comments on commit 2842e89

Please sign in to comment.