Skip to content

Commit 964dbc0

Browse files
committed
Remove all-contributors configuration file and updated citation details in CITATION.cff, CONTRIBUTING.md, and README.md for version 2.0.0 release.
1 parent 82028aa commit 964dbc0

File tree

4 files changed

+10
-55
lines changed

4 files changed

+10
-55
lines changed

.all-contributors.rc

Lines changed: 0 additions & 40 deletions
This file was deleted.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors:
66
orcid: "https://orcid.org/0000-0003-2271-439X"
77
affiliation: "Norwegian University of Science and Technology"
88
title: "EvoLP.jl"
9-
version: 1.2.0
9+
version: 2.0.0
1010
license: MIT
11-
date-released: 2023-07-31
11+
date-released: 2025-09-30
1212
url: "https://github.com/ntnu-ai-lab/EvoLP.jl"
1313
preferred-citation:
1414
type: conference-paper

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are many ways in which you can contribute to EvoLP!
1616

1717
Having a clearer documentation benefits everyone. In this sense, you can help either fixing it or expanding it in multiple ways: with wording or clarification, reporting typos, adding corrections or even creating new pages on topics that could need further explanations.
1818

19-
The manuals are written in Markdown, and are built using [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl). All the source files of the documentation can be found [here](https://github.com/ntnu-ai-lab/EvoLP.jl/tree/main/docs).
19+
The manuals are written in Markdown, and are built using [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl). All the source files of the documentation can be found at the docs [GitHub Page](https://github.com/ntnu-ai-lab/EvoLP.jl/tree/main/docs).
2020

2121
If your submission is small (typos or one or two sentences) then probably using GitHub's online editor is the best idea.
2222

@@ -46,7 +46,7 @@ Contributing code is also possible via fork & pull request:
4646
EvoLP follows the ColPrac: Contributor's Guide on Collaborative Practices for Community Packages guide from SciML.
4747
This guide is a collection of best practices when contributing to packages.
4848

49-
You can read the full guide [here](https://github.com/SciML/ColPrac).
49+
You can read the full guide at SciML's [ColPrac repository](https://github.com/SciML/ColPrac).
5050

5151
## Code style guidelines
5252

@@ -55,7 +55,7 @@ You can read the full guide [here](https://github.com/SciML/ColPrac).
5555
EvoLP follows Invenia's Blue code style guide.
5656
This is a set of style conventions for Julia code that are based on a series of grounding documents (like Julia's own style guide and PEP8).
5757

58-
You can read the full guide [here](https://github.com/invenia/BlueStyle).
58+
You can read the full guide at Invenia's [Blue Style repository](https://github.com/invenia/BlueStyle).
5959

6060
## Source code organisation
6161

@@ -65,6 +65,7 @@ The following table shows how the EvoLP code is organised:
6565
|:-------------:|:-------------:|
6666
| docs | Documentation |
6767
| examples | Examples |
68+
| ext | Extensions |
6869
| src | Source code |
6970
| test | Test suites |
7071

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -97,36 +97,30 @@ You can also cite EvoLPIslands, our MPI Extension, by citing the following [conf
9797
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
9898
<!-- prettier-ignore-start -->
9999
<!-- markdownlint-disable -->
100-
<table>
100+
<table align="center">
101101
<tbody>
102102
<tr>
103103
<td align="center" valign="top" width="14.28%">
104104
<a href="https://github.com/saxarona">
105105
<img src="https://avatars.githubusercontent.com/u/5231167?v=4" width="100px;" alt=""/><br />
106106
<sub><b>Xavier F. C. Sánchez-Díaz</b></sub>
107107
</a><br />
108-
<a href="#question-saxarona" title="Answering Questions">💬</a>
109-
<a href="https://github.com/all-contributors/all-contributors/commits?author=saxarona" title="Documentation">📖</a>
110-
<a href="https://github.com/all-contributors/all-contributors/pulls?q=is%3Apr+reviewed-by%3Asaxarona" title="Reviewed Pull Requests">👀</a>
111-
<a href="#talk-saxarona" title="Talks">📢</a>
108+
<a href="https://saxarona.github.io/" title="Website">📝</a>
109+
<a href="https://github.com/ntnu-ai-lab/EvoLP.jl/commits?author=saxarona" title="Documentation">📖</a>
112110
</td>
113111
<td align="center" valign="top" width="14.28%">
114112
<a href="https://github.com/Jafagervik">
115113
<img src="https://pbs.twimg.com/profile_images/1761848615432073216/gMycbhZv_400x400.jpg" width="100px;" alt="Jørgen A. Fagervik"/><br />
116114
<sub><b>Jørgen Aleksander Fagervik</b></sub>
117115
</a><br />
118-
<a href="#question-Jafagervik" title="Answering Questions">💬</a>
119-
<a href="https://github.com/ntnu-ai-lab/EvoLP/commits?author=Jafagervik" title="Documentation">📖</a>
120-
<a href="https://github.com/ntnu-ai-lab/EvoLP/pulls?q=is%3Apr+reviewed-by%3AJafagervik" title="Reviewed Pull Requests">👀</a>
121-
<a href="#talk-Jafagervik" title="Talks">📢</a>
116+
<a href="https://github.com/ntnu-ai-lab/EvoLP.jl/commits?author=Jafagervik" title="Documentation">📖</a>
122117
</td>
123118
</tr>
124119
</tbody>
125120
</table>
126121

127122
<!-- markdownlint-restore -->
128123
<!-- prettier-ignore-end -->
129-
130124
<!-- ALL-CONTRIBUTORS-LIST:END -->
131125

132126
## Acknowledgements

0 commit comments

Comments
 (0)