comparison _posts/2021-02-20-octave-6.2.0-released.markdown @ 239:0220f5ec3988

Octave 6.2.0 release 2021-02-20
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 21 Feb 2021 02:47:54 +0900
parents
children 6a6756f4efbf
comparison
equal deleted inserted replaced
238:64817a5ad5b3 239:0220f5ec3988
1 ---
2 layout: post
3 title: "GNU Octave 6.2.0 Released"
4 date: 2021-02-20
5 categories: news release
6 ---
7
8 Octave Version 6.2.0 has been released and is now available for [download][1].
9 An official [Windows binary installer][2] is also available.
10 For [macOS][3] see the installation instructions in the wiki.
11
12 This version is a bug fixing release:
13
14 ## Improvements
15
16 - `bicgstab.m`, `cgs.m`: Fix typo in `"iter_min"` variable name ([bug #60071](https://savannah.gnu.org/bugs/?60071)).
17 - Compute with `NA` correctly on MIPS architecture ([bug #59830](https://savannah.gnu.org/bugs/?59830)).
18 - Fix lookup of `"caller"` stack frame ([bug #59847](https://savannah.gnu.org/bugs/?59847)).
19 - Also wait on `main_thread` after interpreter shuts down ([bug #56952](https://savannah.gnu.org/bugs/?56952)).
20 - Fix symbol lookup issue with anonymous functions ([bug #55989](https://savannah.gnu.org/bugs/?55989)).
21 - Line buffer input in `terminal_reader` class.
22 - `qr`: Error for dense `A` and `B` with three output arguments ([bug #58944](https://savannah.gnu.org/bugs/?58944)).
23 - `strmatch.m`: Always return column vector for Matlab compatibility ([bug #59917](https://savannah.gnu.org/bugs/?59917))
24 - Avoid crash when `evalin` global variables into existence in script ([bug #59937](https://savannah.gnu.org/bugs/?59937))
25 - Avoid crash on null statement list ([bug #59938](https://savannah.gnu.org/bugs/?59938)).
26 - Fix ignored output from user function in left side of assignment ([bug #59704](https://savannah.gnu.org/bugs/?59704)).
27 - Temporarily set lvalue list to null ([bug #59704](https://savannah.gnu.org/bugs/?59704)).
28 - `fminbnd.m`: do not ignore `"OutputFcn"` ([bug #59901](https://savannah.gnu.org/bugs/?59901)).
29 - `load-path.cc`: Reduce number of times `"canonicalize_file_name"` is called ([bug #59711](https://savannah.gnu.org/bugs/?59711)).
30 - `interpn.m`: Use `size_equal` for 10X speedup in cset 067b663529bb ([bug #59856](https://savannah.gnu.org/bugs/?59856)).
31 - `interpn.m`: Fix check for scattered point coordinates ([bug #59856](https://savannah.gnu.org/bugs/?59856)).
32 - Avoid `YYUSE` in Octave parser files (see [bug #59806](https://savannah.gnu.org/bugs/?59806)).
33 - `struct2hdl.m`: Set `"units"` property early.
34 - `load-path.cc`: Avoid copying string for loop variable.
35 - `pcg.m`: Return correct `FLAG` and correct `RELRES` output ([bug #59776](https://savannah.gnu.org/bugs/?59776)).
36 - Use static keyword on regexp pattern in `file_stat` ([bug #59706](https://savannah.gnu.org/bugs/?59706)).
37 - `stat`: Improve regular expression for UNC roots on Windows ([bug #59706](https://savannah.gnu.org/bugs/?59706)).
38 - `stat`: Use `"make_absolute"` instead of `"canonicalize_file_name"` on Windows ([bug #59706](https://savannah.gnu.org/bugs/?59706)).
39 - Improve `class_simple` function handle function lookup ([bug #59661](https://savannah.gnu.org/bugs/?59661)).
40 - `hdl2struct.m`: store hidden text properties ([bug #57241](https://savannah.gnu.org/bugs/?57241)).
41 - Mark script created with commands from history as modified.
42 - `replem.m`: Fix operations with sparse matrices ([bug #59705](https://savannah.gnu.org/bugs/?59705)).
43 - `ode_event_handler.m`: Fix mishandling of event edge types and multiple events ([bug #59709](https://savannah.gnu.org/bugs/?59709)).
44 - Increase size of dynamic variable `new_argv` by 1 to avoid indexing out of array.
45 - Fix incorrect results for set functions with `"legacy"` option ([bug #59708](https://savannah.gnu.org/bugs/?59708)).
46 - `dir.m`: Return folder (not including file) in field `"folder"` ([bug #59689](https://savannah.gnu.org/bugs/?59689)).
47 - Avoid memory leak with function handles ([bug #59659](https://savannah.gnu.org/bugs/?59659)).
48 - Avoid dispatch error if method argument is a function handle ([bug #59617](https://savannah.gnu.org/bugs/?59617)).
49 - Avoid crash due to accessing first element of empty list ([bug #59656](https://savannah.gnu.org/bugs/?59656)).
50 - Don't propagate prevailing `isargout` info through `mexCallMATLAB` ([bug #59597](https://savannah.gnu.org/bugs/?59597)).
51 - Show original error when failing to create a graphics object ([bug #59620](https://savannah.gnu.org/bugs/?59620)).
52 - Fix regression with superclass lookup in classdef constructors ([bug #59602](https://savannah.gnu.org/bugs/?59602)).
53 - Allow Octave class `execution_exception` to catch `std::exception` objects ([bug #59592](https://savannah.gnu.org/bugs/?59592)).
54
55
56
57 ## GUI
58
59 - Fix restoring editor session after having closed all tabs ([bug #60051](https://savannah.gnu.org/bugs/?60051)).
60 - Maybe convert TAB to SPC in GUI terminal pasted text ([bug #59916](https://savannah.gnu.org/bugs/?59916)).
61 - Make bracketed paste mode work in GUI terminal.
62 - Fix regression in variable editor when printing without selection.
63 - Avoid gui when octave is launched in non-interactive mode ([bug #59628](https://savannah.gnu.org/bugs/?59628)).
64 - `file-editor-tab.cc` (dtor): do not delete `m_edit_area` ([bug #59628](https://savannah.gnu.org/bugs/?59628)).
65 - Fix error when restoring previous main window layout ([bug #59426](https://savannah.gnu.org/bugs/?59426)).
66 - Improve default sizes of gui dock widgets.
67 - Clean up constructing main window layout of the gui.
68 - Fix focus command window after command execution ([bug #59609](https://savannah.gnu.org/bugs/?59609)).
69 - Check object size before plotting from variable editor ([bug #56685](https://savannah.gnu.org/bugs/?56685)).
70 - `documentation.cc`: Include missing header ([bug #59553](https://savannah.gnu.org/bugs/?59553)).
71
72 ## Build system / Tests
73
74 - Add default value to `OCTAVE_MIPS_NAN` configure macro for cross-compiling ([bug #59830](https://savannah.gnu.org/bugs/?59830)).
75 - tests: Function name should match file name ([bug #59704](https://savannah.gnu.org/bugs/?59704)).
76 - Avoid build errors with Qt4 ([bug #59813](https://savannah.gnu.org/bugs/?59813)).
77 - eigs.m: Make tests that depend on CHOLMOD conditional.
78 - tests: Make tests that depend on CXSparse conditional.
79 - build: Use `SPARSE_XCPPFLAGS` in `CPP_FLAGS` for libcorefcn ([bug #59806](https://savannah.gnu.org/bugs/?59806)).
80 - Add test case for [bug #59661](https://savannah.gnu.org/bugs/?59661).
81 - `hgsave.m`: Allow test to run with qt or gnuplot graphics toolkits ([bug #57241](https://savannah.gnu.org/bugs/?57241)).
82
83 ## Documentation
84
85 - `embedded.cc`: Fix syntax error interpreter shutdown.
86 - Update Octave Project Developers copyright for the new year.
87 - Use the same comment style for copyright headers in .m files and shell scripts.
88
89 The above list was generated using the following command and some manual
90 post-processing and grouping:
91
92 {% highlight bash %}
93 hg log -r "release-6-1-0:release-6-2-0" -b stable \
94 | grep "summary:" | nl | sort -rn | cut -f 2- \
95 | sed 's/summary:\s*/- /' \
96 | sed 's/\(bug #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/bugs\/?\2)/' \
97 | sed 's/\(patch #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/patch\/?\2)/'
98 {% endhighlight %}
99
100 [1]: {{ "download.html" | absolute_url }}
101 [2]: https://ftpmirror.gnu.org/octave/windows
102 [3]: {{ site.wiki_url }}/Octave_for_macOS