You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<linkhref="http://doingmathwithpython.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Doing Math with Python Atom Feed" />
was released a few days back. I tried all the <aclass="reference external" href="http://doingmathwithpython.github.io/trying-out-solutions.html">sample solutions</a>
44
+
and everything works as expected. The <aclass="reference external" href="http://doingmathwithpython.github.io/pages/programs.html">chapter programs</a> should
45
+
keep working as well.</p>
46
+
<p>The versions of the relevant software in this release are:</p>
47
+
<ulclass="simple">
48
+
<li>Python 3.6</li>
49
+
<li>sympy 1.1.1</li>
50
+
<li>matplotlib 2.1.0</li>
51
+
</ul>
52
+
<p>You can update your existing installation using:</p>
53
+
<preclass="code literal-block">
54
+
$ conda update conda
55
+
$ conda install anaconda=5.0
56
+
</pre>
57
+
<p>(Thanks to Dan Wolfe for informing me of the incorrect command to install <cite>anaconda=5.0</cite>)</p>
58
+
<p>A fresh installation of Anaconda 5.0 should still be similar to the <aclass="reference external" href="https://doingmathwithpython.github.io/pages/software-installation.html">instructions</a>
<linkhref="http://doingmathwithpython.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Doing Math with Python Atom Feed" />
<dd><ahref="./sympy-1.0-anaconda-4.0.html">SymPy 1.0 and Anaconda 4.0 releases</a></dd>
55
+
<dt>Sun 14 February 2016</dt>
56
+
<dd><ahref="./what-readers-are-saying.html">What readers are saying</a></dd>
57
+
<dt>Wed 18 November 2015</dt>
58
+
<dd><ahref="./trying-out-solutions.html">Trying out the solutions in IDLE</a></dd>
59
+
<dt>Wed 04 November 2015</dt>
60
+
<dd><ahref="./breaking-long-lines-in-python.html">Breaking long lines in Python</a></dd>
61
+
<dt>Fri 11 September 2015</dt>
62
+
<dd><ahref="./chapter-code-errata.html">Chapter code and Errata</a></dd>
63
+
<dt>Sat 05 September 2015</dt>
64
+
<dd><ahref="./Sets-in-SymPy-and-built-in-Python-sets.html">Set operations with Python <ttclass="docutils literal">set</tt> compared to SymPy's FiniteSet</a></dd>
65
+
<dt>Wed 02 September 2015</dt>
66
+
<dd><ahref="./available-now.html">Doing Math with Python Available now!</a></dd>
67
+
<dt>Sat 15 August 2015</dt>
68
+
<dd><ahref="./off-to-printers.html">All chapters completed, off to the printers</a></dd>
69
+
<dt>Sun 24 May 2015</dt>
70
+
<dd><ahref="./hello-world.html">Introduction to "Doing Math with Python"</a></dd>
0 commit comments