Skip to content

Commit 1461c30

Browse files
authored
Merge pull request #45 from cjermain/master
Added PyMeasure project
2 parents a179289 + f3ca519 commit 1461c30

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

_sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ style: center
1717
- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org)
1818
- [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan)
1919
- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)
20+
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure)
2021

2122
&nbsp; <!--break separating project with image from without -->
2223

assets/pymeasure.png

11.6 KB
Loading

site.js

+5
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ $(document).ready(function (){
139139
'osBrain':[
140140
{content: '0.x', start: '2016-07-01', end: '2021-12-16'},
141141
],
142+
'PyMeasure':[
143+
{content: '0.2', start: '2015-12-16', end: '2016-04-08'},
144+
{content: '0.3', start: '2016-04-08', end: '2016-07-29'},
145+
{content: '0.4', start: '2016-07-29', end: '2016-12-16'},
146+
],
142147
// for tests, rando example
143148
//'matplotlib':[
144149
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},

0 commit comments

Comments
 (0)