annotate _posts/2022-04-06-octave-7.1.0-released.markdown @ 287:7b528322279e

* Gemfile.lock: Bundle update
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sat, 28 May 2022 17:48:14 +0900
parents 12bb9bb7602f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
276
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: post
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 title: "GNU Octave 7.1.0 Released"
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 date: 2022-04-06
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 categories: news release
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6 ---
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
7
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
8 GNU Octave version 7.1.0 has been released and is now available for
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
9 [download][1]. An official [Windows binary installer][2] is available.
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
10 For [macOS][3] see the installation instructions in the wiki.
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 This major release improves the graphics backend, compatibility with
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 Matlab and contains many new and improved functions. A list of important
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
14 user-visible changes is available by selecting the [Release Notes][4] item
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
15 in the News menu of the GUI or by typing `news` at the Octave command prompt.
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
16
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
17 Thanks to the many people who contributed to this release!
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
18
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
19 [1]: {{ "download.html" | absolute_url }}
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
20 [2]: https://ftp.gnu.org/gnu/octave/windows/
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
21 [3]: {{ site.wiki_url }}/Octave_for_macOS
12bb9bb7602f Octave 7.1.0 release 2022-04-06
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
22 [4]: {{ "NEWS-7.html" | absolute_url }}