File tree 2 files changed +19
-6
lines changed
2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,23 @@ The package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypacka
9
9
.. _Cookiecutter : https://github.com/audreyr/cookiecutter
10
10
.. _`audreyr/cookiecutter-pypackage` : https://github.com/audreyr/cookiecutter-pypackage
11
11
12
- Development Lead
13
- ----------------
12
+ Maintainers
13
+ -----------
14
14
15
15
* Lester James V. Miranda (`@ljvmiranda921 `_)
16
+ * Aaron Moser (`@whzup `_)
17
+ * Siobhán K. Cronin (`@SioKCronin `_)
16
18
17
19
Contributors
18
20
------------
19
21
20
22
* Carl-K (`@Carl-K `_)
21
- * Siobhán K Cronin (`@SioKCronin `_)
22
23
* Andrew Jarcho (`@jazcap53 `_)
23
24
* Charalampos Papadimitriou (`@CPapadim `_)
24
25
* Mamady Nabé (`@mamadyonline `_)
25
26
* Erik (`@slek120 `_)
27
+ * Jay Speidell (`@jayspeidell `_)
28
+ * Bradahoward (`@bradahoward `_)
26
29
* Thomas (`@ThomasCES `_)
27
30
28
31
.. _`@ljvmiranda921` : https://github.com/ljvmiranda921
@@ -32,4 +35,7 @@ Contributors
32
35
.. _`@CPapadim` : https://github.com/CPapadim
33
36
.. _`@mamadyonline` : https://github.com/mamadyonline
34
37
.. _`@slek120` : https://github.com/slek120
38
+ .. _`@whzup` : https://github.com/whzup
39
+ .. _`@jayspeidell` : https://github.com/jayspeidell
40
+ .. _`@bradahoward` : https://github.com/bradahoward
35
41
.. _`@ThomasCES` : https://github.com/ThomasCES
Original file line number Diff line number Diff line change @@ -232,15 +232,22 @@ animation3d = plot_surface(pos_history=pos_history_3d,
232
232
233
233
## Contributing
234
234
235
- PySwarms is currently maintained by a single person (me!) with the aid of a
236
- few but very helpful contributors. We would appreciate it if you can lend a
237
- hand with the following:
235
+ PySwarms is currently maintained by a small yet dedicated team:
236
+ - Lester James V. Miranda ([ @ljvmiranda921 ] ( https://github.com/ljvmiranda921 ) )
237
+ - Siobhán K. Cronin ([ @SioKCronin ] ( https://github.com/SioKCronin ) )
238
+ - Aaron Moser ([ @whzup ] ( https://github.com/whzup ) )
239
+
240
+ And we would appreciate it if you can lend a hand with the following:
238
241
239
242
* Find bugs and fix them
240
243
* Update documentation in docstrings
241
244
* Implement new optimizers to our collection
242
245
* Make utility functions more robust.
243
246
247
+ We would also like to acknowledge [ all our
248
+ contributors] ( http://pyswarms.readthedocs.io/en/latest/authors.html ) , past and
249
+ present, for making this project successful!
250
+
244
251
If you wish to contribute, check out our [ contributing guide] .
245
252
Moreover, you can also see the list of features that need some help in our
246
253
[ Issues] page.
You can’t perform that action at this time.
0 commit comments