Skip to content

Commit bdc66a6

Browse files
authored
Merge pull request #275 from TE-YasunariHashimoto/master
Add Neural Network Libraries
2 parents 5717c37 + f9682a3 commit bdc66a6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ These projects pledge to drop Python 2 support in or before 2020.
4949
- [![](assets/scikit-image.png)Scikit Image](http://scikit-image.org/) <!-- url:https://github.com/scikit-image/scikit-image sg:3069 -->
5050
- [![](assets/sphinx-doc.png)Sphinx](https://www.sphinx-doc.org/) <!-- url:https://github.com/sphinx-doc/sphinx sg:2681 -->
5151
- [![](assets/geopy.png)geopy](https://geopy.readthedocs.io/) <!-- url:https://github.com/geopy/geopy sg:2476 -->
52+
- [![](https://nnabla.org/logos/logo3.png)Neural Network Libraries](https://nnabla.org/) <!-- url:https://github.com/sony/nnabla sg:2278 -->
5253
- [![](assets/misp.png)MISP](https://github.com/MISP/MISP) <!-- url:https://github.com/MISP/MISP sg:2157 -->
5354
- [![](assets/astropy.png)Astropy](https://www.astropy.org/) <!-- url:https://github.com/astropy/astropy sg:2102 -->
5455
- [![](assets/biopython.png)Biopython](https://biopython.org/) <!-- url:https://github.com/biopython/biopython sg:1804 -->

site.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,12 @@ $(document).ready(function (){
342342
{content: '8-&alpha;', start: '2019-12-01', end: '2020-12-31', py2:false},
343343
{content: '8.x', start: '2020-06-30', end: '2021-12-31', py2:false},
344344
{content: '9.x', start: '2021-06-30', end: '2022-12-31', py2:false},
345+
],
346+
'Neural Network Libraries': [
347+
{ content:'Python 2 & 3', start: '2017-07-22', end: '2019-12-31', py2:true},
348+
{ content:'Python 3 only', start: '2020-01-01', end: '2023-12-31', py2:false},
345349
]
346350

347-
348351
// for tests, rando example
349352
//'matplotlib':[
350353
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
@@ -355,7 +358,6 @@ $(document).ready(function (){
355358
// {content: '0.19', start: '2016-11-02', end:'2017-12-01'},
356359
//]
357360

358-
359361
}
360362

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

0 commit comments

Comments
 (0)