diff --git a/_sections/30-projects.md b/_sections/30-projects.md index f604869..454e780 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -67,6 +67,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/toyplot-256x256.png)Toyplot](https://github.com/sandialabs/toyplot) - [![](assets/psi4square.png)Psi4](http://psicode.org/) - [![](assets/pylast.png)pyLast](https://github.com/pylast/pylast) +- [![](assets/iris.png)iris](https://scitools.org.uk/iris/docs/latest/) - [![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2) - [![](assets/yt.png)yt](https://yt-project.org/) - [![](assets/pyscipopt.png)PySCIPOpt](https://github.com/SCIP-Interfaces/PySCIPOpt) diff --git a/assets/iris.png b/assets/iris.png new file mode 100644 index 0000000..6d4460d Binary files /dev/null and b/assets/iris.png differ diff --git a/site.js b/site.js index c347e73..b5222c8 100644 --- a/site.js +++ b/site.js @@ -304,6 +304,11 @@ $(document).ready(function (){ {content: 'Python 2 & 3', start: '2015-07-15', end: '2020-04-01', py2:true}, {content: 'Python 3 only', start: '2020-04-01', end: '2023-12-31'}, ] + 'Iris': [ + {content: '1.x', start: '2015-12-10', end: '2018-02-14', py2:true}, + {content: '2.x', start: '2018-02-14', end: '2019-12-31', py2:true}, + {content: '3.x', start: '2019-11-05', end: '2023-12-31', py2:false}, + ] // for tests, rando example //'matplotlib':[