comparison _posts/2022-04-06-octave-7.1.0-released.markdown @ 276:12bb9bb7602f

Octave 7.1.0 release 2022-04-06
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 08 Apr 2022 22:23:16 +0900
parents
children
comparison
equal deleted inserted replaced
275:2657bda7f035 276:12bb9bb7602f
1 ---
2 layout: post
3 title: "GNU Octave 7.1.0 Released"
4 date: 2022-04-06
5 categories: news release
6 ---
7
8 GNU Octave version 7.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 the graphics backend, compatibility with
13 Matlab and contains many new and improved functions. A list of important
14 user-visible changes is available by selecting the [Release Notes][4] item
15 in the News menu of the GUI or by 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-7.html" | absolute_url }}