Skip to content

Commit e2b11a8

Browse files
authored
Merge pull request #88 from cadenmyers13/rmpy2
Remove python 2 code from example
2 parents f6ce689 + 555994c commit e2b11a8

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

docs/examples/core/linefit/03-SrFit-demo-constraints-restraints.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"from __future__ import print_function\n",
2423
"%matplotlib inline\n",
2524
"from matplotlib.pyplot import plot, title\n",
2625
"\n",

docs/examples/core/linefit/SrFit-demo-constraints-restraints.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import print_function
2-
31
import matplotlib.pyplot as plt
42
import numpy as np
53
from matplotlib.pyplot import plot, title

news/rmpy2.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* <news item>
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* Remove Python 2 code from ``linefit`` example.
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)