Skip to content

Commit 0950457

Browse files
authored
Merge pull request python3statement#230 from bjlittle/add-iris
Add Iris package
2 parents bf834bc + 77326b4 commit 0950457

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ These projects pledge to drop Python 2 support in or before 2020.
6767
- [![](assets/toyplot-256x256.png)Toyplot](https://github.com/sandialabs/toyplot) <!-- url:https://github.com/sandialabs/toyplot sg:372 -->
6868
- [![](assets/psi4square.png)Psi4](http://psicode.org/) <!-- url:https://github.com/psi4/psi4 sg:335 -->
6969
- [![](assets/pylast.png)pyLast](https://github.com/pylast/pylast) <!-- url:https://github.com/pylast/pylast sg:316 -->
70+
- [![](assets/iris.png)iris](https://scitools.org.uk/iris/docs/latest/) <!-- url:https://github.com/SciTools/iris sg:285 -->
7071
- [![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2) <!-- url:https://github.com/python-cmd2/cmd2 sg:203 -->
7172
- [![](assets/yt.png)yt](https://yt-project.org/) <!-- url:https://github.com/yt-project/yt sg:189 -->
7273
- [![](assets/pyscipopt.png)PySCIPOpt](https://github.com/SCIP-Interfaces/PySCIPOpt) <!-- url:https://github.com/SCIP-Interfaces/PySCIPOpt sg:169 -->

assets/iris.png

7.34 KB
Loading

site.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@ $(document).ready(function (){
304304
{content: 'Python 2 & 3', start: '2015-07-15', end: '2020-04-01', py2:true},
305305
{content: 'Python 3 only', start: '2020-04-01', end: '2023-12-31'},
306306
]
307+
'Iris': [
308+
{content: '1.x', start: '2015-12-10', end: '2018-02-14', py2:true},
309+
{content: '2.x', start: '2018-02-14', end: '2019-12-31', py2:true},
310+
{content: '3.x', start: '2019-11-05', end: '2023-12-31', py2:false},
311+
]
307312

308313
// for tests, rando example
309314
//'matplotlib':[

0 commit comments

Comments
 (0)