comparison _posts/2019-03-01-octave-5.1-released.markdown @ 166:afa95c42b86b

new files for 5.1 release * NEWS-5.1.md, _posts/2019-03-01-octave-5.1-released.markdown: New files.
author John W. Eaton <jwe@octave.org>
date Fri, 01 Mar 2019 10:33:04 -0500
parents
children
comparison
equal deleted inserted replaced
165:2309b737d2b6 166:afa95c42b86b
1 ---
2 layout: post
3 title: "GNU Octave 5.1.0 Released"
4 date: 2019-03-01
5 categories: news release
6 ---
7
8 GNU Octave version 5.1.0 has been released and is now available for
9 [download][1]. An official [Windows binary installer][2] is available.
10 For [macOS][3] see the installation instructions in the wiki.
11
12 This major release improves compatibility with Matlab and contains many new
13 and improved functions. A list of important user-visible changes is available
14 by selecting the [Release Notes][4] item in the News menu of the GUI or by
15 typing `news` at the Octave command prompt.
16
17 Thanks to the many people who contributed to this release!
18
19 [1]: {{ "download.html" | absolute_url }}
20 [2]: https://ftp.gnu.org/gnu/octave/windows/
21 [3]: {{ site.wiki_url }}/Octave_for_macOS
22 [4]: {{ "NEWS-5.1.html" | absolute_url }}