comparison _posts/2016-11-01-octave-4.2.0-released.markdown @ 100:2b8c5b40da84

Add first version for 4.2.0 release note.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 10:42:42 +0100
parents
children ea174ca6ccc9
comparison
equal deleted inserted replaced
99:52d2b28125b8 100:2b8c5b40da84
1 ---
2 layout: post
3 title: "GNU Octave 4.2.0 Released"
4 date: 2016-11-01
5 categories: news
6 ---
7
8 **WARNING - THIS IS JUST A DEMO POST!!!**
9 GNU Octave version 4.2.0 has been released and is now available for
10 [download][1]. An official [Windows binary installer][2] is available.
11 For [MacOS X][3] see the installation instructions in the wiki.
12
13 This major release improves compatibility with Matlab and contains many new
14 and improved functions. A list of important user-visible changes is available
15 by selecting the [Release Notes][4] item in the News menu of the GUI or by
16 typing `news` at the Octave command prompt.
17
18 Thanks to the many people who contributed to this release!
19
20 [1]: {{ "download.html" | absolute_url }}
21 [2]: ftp://ftp.gnu.org/gnu/octave/windows/octave-4.2.0_0-installer.exe
22 [3]: {{ site.wiki_url }}/Octave_for_MacOS_X
23 [4]: {{ "NEWS-4.2.html" | absolute_url }}