comparison _posts/2018-04-30-octave-4.4.0-released.markdown @ 150:5143ab67cc16

Announce Octave 4.4 release. * community-news.html: increment serial counter. * _posts/2018-04-30-octave-4.4.0-released.markdown: Add release announcement.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 May 2018 21:58:28 +0200
parents
children
comparison
equal deleted inserted replaced
149:0e0b775b3205 150:5143ab67cc16
1 ---
2 layout: post
3 title: "GNU Octave 4.4.0 Released"
4 date: 2018-04-30
5 categories: news release
6 ---
7
8 GNU Octave version 4.4.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-4.4.html" | absolute_url }}