Skip to content

Commit ac89a14

Browse files
author
Marc Liyanage
committed
Update appcast and release notes for 1.6.
1 parent 3b00945 commit ac89a14

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

IPython Notebook.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272
1B7F41EF16E5187300E21851 /* NotebookWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotebookWindowController.h; sourceTree = "<group>"; };
273273
1B7F41F016E5187300E21851 /* NotebookWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NotebookWindowController.m; sourceTree = "<group>"; };
274274
1B7F41F116E5187300E21851 /* NotebookWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NotebookWindowController.xib; sourceTree = "<group>"; };
275+
1B8145EA1826E0540002E4DD /* release-notes.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = "release-notes.html"; sourceTree = "<group>"; };
275276
1B9ECD2F16E6B580004627D0 /* libgfortran.2.0.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgfortran.2.0.0.dylib; path = /usr/local/lib/libgfortran.2.0.0.dylib; sourceTree = "<absolute>"; };
276277
1B9ECD3016E6B599004627D0 /* libgfortran.2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgfortran.2.dylib; path = /usr/local/lib/libgfortran.2.dylib; sourceTree = "<absolute>"; };
277278
1B9ECD3116E6B5AF004627D0 /* libgfortran.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libgfortran.dylib; path = /usr/local/lib/libgfortran.dylib; sourceTree = "<absolute>"; };
@@ -310,6 +311,7 @@
310311
children = (
311312
1B355C0416DDE6B6001C25E4 /* dsa_pub.pem */,
312313
1B355BFC16DDD834001C25E4 /* package-distribution.sh */,
314+
1B8145EA1826E0540002E4DD /* release-notes.html */,
313315
1B3282EE16D9B91900858362 /* appcast.xml */,
314316
);
315317
path = distribution;

IPython Notebook/distribution/appcast.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@
1010
<description>Most recent changes with links to updates.</description>
1111
<language>en</language>
1212

13+
<item>
14+
<title>Version 1.6</title>
15+
<sparkle:releaseNotesLink>http://cdn.entropy.ch/software/ipython-notebook/release-notes.html#version-1.6</sparkle:releaseNotesLink>
16+
<sparkle:minimumSystemVersion>10.9</sparkle:minimumSystemVersion>
17+
<pubDate>Sun, 03 Nov 2013 09:01:53 -0800</pubDate>
18+
<enclosure
19+
url="http://cdn.entropy.ch/software/ipython-notebook/IPython Notebook 1.6.zip"
20+
sparkle:version="1.6"
21+
type="application/octet-stream"
22+
length="87135660"
23+
sparkle:dsaSignature="MC0CFQCFskCxqhZqWbLRC2CkTzzv+Eu1LwIUGuq9akPDhEXA2gTzCVfN13CwCjc="
24+
/>
25+
</item>
26+
1327
<item>
1428
<title>Version 1.4</title>
1529
<sparkle:releaseNotesLink>http://cdn.entropy.ch/software/ipython-notebook/release-notes.html#version-1.4</sparkle:releaseNotesLink>

IPython Notebook/distribution/release-notes.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,29 @@
5757
<body>
5858

5959

60+
<a name="version-1.6"></a>
61+
<h1>Version 1.6</h1>
62+
63+
<p>Note that this version requires OS X 10.9 / Mavericks. Do not install this version if you still need support for 10.8.</p>
64+
65+
<ul>
66+
<li>Update to the 1.1.0 release of IPython Notebook to bring it up to the <a href="http://ipython.org/ipython-doc/rel-1.0.0/whatsnew/version1.0.html">1.0 series</a>.</li>
67+
<li>Add the <a href="http://scikit-learn.org">scikit-learn</a> module.</li>
68+
<li>Various small user interface improvements.</li>
69+
<li>Added a new <a href="http://nbviewer.ipython.org/urls/raw.github.com/liyanage/ipython-notebook/master/Examples/OpenCV_example.ipynb">OpenCV example<a>, courtesy of <a href="https://github.com/jesolem">Jan Erik Solem</a>.</li>
70+
<li>Add support for full-screen mode.</li>
71+
<li>Added ability to customize the notebook's CSS in the preferences, and added a default CSS that improves the appearance of Python code in cells by using the Menlo font.</li>
72+
<li>Add ⌘-R shortcut to execute current cell.</li>
73+
</ul>
74+
75+
6076
<a name="version-1.4"></a>
6177
<h1>Version 1.4</h1>
6278

6379
<ul>
6480
<li>You can now add directories, such as your custom virtualenvs,
65-
to the application’s PYTHONPATH in the preferences. This lets you add
66-
modules in addition to the ones that come with the app or OS X.</li>
81+
to the application’s PYTHONPATH in the preferences. This lets you add
82+
modules in addition to the ones that come with the app or OS X.</li>
6783
</ul>
6884

6985

0 commit comments

Comments
 (0)