From 2842e894b8c3f99574941e16bd7b207854eea833 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 14 Nov 2024 05:35:02 +0100 Subject: [PATCH] update citations --- CITATION.cff | 8 ++------ CONTRIBUTING.md | 2 +- docs/citations.md | 8 ++++---- pyproject.toml | 4 +--- 4 files changed, 8 insertions(+), 14 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f62a3157..1536ffbe 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8d9eda1..1f804aaf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/docs/citations.md b/docs/citations.md index b697c49f..39b1759d 100644 --- a/docs/citations.md +++ b/docs/citations.md @@ -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} } ``` diff --git a/pyproject.toml b/pyproject.toml index d86c9cf5..8dbaa5fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,6 @@ authors = [ "Daniel Rogalla", "Carl Hvarfner", "Binxin Ru", - "Nils Kober", - "Théophane Vallaeys", "Frank Hutter", ] readme = "README.md" @@ -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.