Skip to content

Commit ea5b6d1

Browse files
Add Neural Network Libraries
1 parent 7e6d411 commit ea5b6d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ These projects pledge to drop Python 2 support in or before 2020.
4747
- [![](assets/scikit-image.png)Scikit Image](http://scikit-image.org/) <!-- url:https://github.com/scikit-image/scikit-image sg:3069 -->
4848
- [![](assets/sphinx-doc.png)Sphinx](https://www.sphinx-doc.org/) <!-- url:https://github.com/sphinx-doc/sphinx sg:2681 -->
4949
- [![](assets/geopy.png)geopy](https://geopy.readthedocs.io/) <!-- url:https://github.com/geopy/geopy sg:2476 -->
50+
- [![](https://nnabla.org/logos/logo3.png)Neural Network Libraries](https://nnabla.org/)
5051
- [![](assets/misp.png)MISP](https://github.com/MISP/MISP) <!-- url:https://github.com/MISP/MISP sg:2157 -->
5152
- [![](assets/astropy.png)Astropy](https://www.astropy.org/) <!-- url:https://github.com/astropy/astropy sg:2102 -->
5253
- [![](assets/biopython.png)Biopython](https://biopython.org/) <!-- url:https://github.com/biopython/biopython sg:1804 -->

site.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,12 @@ $(document).ready(function (){
332332
{content: '8-&alpha;', start: '2019-12-01', end: '2020-12-31', py2:false},
333333
{content: '8.x', start: '2020-06-30', end: '2021-12-31', py2:false},
334334
{content: '9.x', start: '2021-06-30', end: '2022-12-31', py2:false},
335+
],
336+
'Neural Network Libraries': [
337+
{ content:'Python 2 & 3', start: '2017-07-22', end: '2019-12-31', py2:true},
338+
{ content:'Python 3 only', start: '2020-01-01', end: '2023-12-31', py2:false},
335339
]
336340

337-
338341
// for tests, rando example
339342
//'matplotlib':[
340343
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
@@ -345,7 +348,6 @@ $(document).ready(function (){
345348
// {content: '0.19', start: '2016-11-02', end:'2017-12-01'},
346349
//]
347350

348-
349351
}
350352

351353
// Create a DataSet (allows two way data-binding)

0 commit comments

Comments
 (0)