annotate _posts/2018-03-13-octave-4.2.2-released.markdown @ 292:bc36619e9e10 default tip

* governance.md: improve text
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 31 May 2022 01:45:26 +0900
parents d48d73a30c56
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
139
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: post
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 title: "GNU Octave 4.2.2 Released"
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 date: 2018-03-13
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
5 categories: news release
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6 ---
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
7
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
8 Octave Version 4.2.2 has been released and is now available for [download][1].
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
9 An official [Windows binary installer][2] is also available.
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
10
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11 This version is a bug fixing release:
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 - make leftdiv work for scalar \ int-matrix ([bug #51682](https://savannah.gnu.org/bugs/?51682))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
14
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
15 - inputdlg.m: Avoid crash when prompt and defaults sizes differ ([bug #53209](https://savannah.gnu.org/bugs/?53209))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
16
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
17 - tie `octave_classdef::numel` method to "numel" user override method ([bug #46571](https://savannah.gnu.org/bugs/?46571))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
18
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
19 - Fix performance of Sparse `fsolve` for complex sparse matrices ([bug #53140](https://savannah.gnu.org/bugs/?53140))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
20
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
21 - Fix performance of Sparse `fsolve` ([bug #53140](https://savannah.gnu.org/bugs/?53140))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
22
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
23 - octave.desktop.in: No repetition of Name in Comment field and start I10n ([bug #53078](https://savannah.gnu.org/bugs/?53078))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
24
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
25 - Don't create partially invalid graphic objects ([bug #52904](https://savannah.gnu.org/bugs/?52904))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
26
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
27 - Test for incorrect regexprep on ARM platforms ([bug #52810](https://savannah.gnu.org/bugs/?52810))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
28
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
29 - Fix incorrect regexprep on ARM platforms ([bug #52810](https://savannah.gnu.org/bugs/?52810))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
30
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
31 - Correctly handle reading of characters >127 in `scanf` family ([bug #52681](https://savannah.gnu.org/bugs/?52681))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
32
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
33 - Fix addpath for UNC paths on Windows ([bug #51268](https://savannah.gnu.org/bugs/?51268))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
34
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
35 - Protect being-deleted objects on figure list from second deletion ([bug #52666](https://savannah.gnu.org/bugs/?52666))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
36
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
37 - dlmwrite.m: Close `fid` if filename is only one char long ([bug #52679](https://savannah.gnu.org/bugs/?52679))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
38
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
39 - Set gnuplot color data to half output range when autoscaling zero input
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
40 range ([bug #52624](https://savannah.gnu.org/bugs/?52624))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
41
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
42 - Add `polarplot()` to the list of unimplemented functions ([bug #52643](https://savannah.gnu.org/bugs/?52643))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
43
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
44 - configure.ac: Fix test for Java version ([bug #52617](https://savannah.gnu.org/bugs/?52617))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
45
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
46 - For gnuplot toolkit, do not map TrueColor data to colormap size ([bug #52599](https://savannah.gnu.org/bugs/?52599))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
47
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
48 - Make wheel scroll behave more consistently in pan mode ([bug #52588](https://savannah.gnu.org/bugs/?52588))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
49
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
50 - Make gnuplot color have three components for interpolated edge color ([bug #52595](https://savannah.gnu.org/bugs/?52595))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
51
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
52 - Simplify gnuplot toolkit scripts for image/non-image data plots ([bug #52589](https://savannah.gnu.org/bugs/?52589))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
53
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
54 - Fix concatenation of empty char matrices with other strings ([bug #52542](https://savannah.gnu.org/bugs/?52542))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
55
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
56 - build: Fix compiling `OCTAVE_ARPACK_OK_2` Fortran code ([bug #52425](https://savannah.gnu.org/bugs/?52425))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
57
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
58 - trisurf.m, trimesh.m: Fix input validation ([bug #48109](https://savannah.gnu.org/bugs/?48109))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
59
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
60 - allow uncommenting in editor when line begins with whitespace ([bug #52406](https://savannah.gnu.org/bugs/?52406))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
61
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
62 - do not extend selection when indenting/commenting in editor ([bug #45610](https://savannah.gnu.org/bugs/?45610))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
63
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
64 - Remove all delimiters from whitespace list in `textscan` function ([bug #52479](https://savannah.gnu.org/bugs/?52479))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
65
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
66 - Calculate 1-norm of matrices to assess whether `NaN` or `Inf` are present ([bug #39000](https://savannah.gnu.org/bugs/?39000))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
67
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
68 - prevent extra ampersand under KDE in `cd-or-add-to-path` dialog ([bug #52423](https://savannah.gnu.org/bugs/?52423))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
69
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
70 - plotyy.m: Fix error when using `FUN2` argument ([bug #48115](https://savannah.gnu.org/bugs/?48115))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
71
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
72 - Check ARPACK library for buggy behavior in configure ([bug #52425](https://savannah.gnu.org/bugs/?52425))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
73
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
74 - Fix printing integer type images ([bug #51558](https://savannah.gnu.org/bugs/?51558))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
75
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
76 - Fix segfault in `delaunayn` when Qhull memory is not properly cleared ([bug #52410](https://savannah.gnu.org/bugs/?52410))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
77
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
78 - Fix segfault with CHOLMOD library and empty matrices ([bug #52365](https://savannah.gnu.org/bugs/?52365))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
79
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
80 - tag global and persistent symbols as variables when parsing ([bug #52363](https://savannah.gnu.org/bugs/?52363))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
81
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
82 - Properly restore the input stream pointer at end of `textscan` ([bug #52116](https://savannah.gnu.org/bugs/?52116) et al.)
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
83
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
84 - Fix building with Qt4 for Windows ([bug #52237](https://savannah.gnu.org/bugs/?52237))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
85
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
86 - Ensure numeric values are passed for the axes `"clim"` property ([bug #52053](https://savannah.gnu.org/bugs/?52053))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
87
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
88 - avoid abort on exit from GUI ([bug #50664](https://savannah.gnu.org/bugs/?50664))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
89
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
90 - Correct auto limits on log axes with negative and zero values ([bug #51861](https://savannah.gnu.org/bugs/?51861))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
91
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
92 - Fix warning in `quadgk` with zero size interval ([bug #51867](https://savannah.gnu.org/bugs/?51867))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
93
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
94 - sparse: correctly handle scalar column index ([bug #51880](https://savannah.gnu.org/bugs/?51880))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
95
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
96 - Fix segfault in `ichol` under certain conditions ([bug #51736](https://savannah.gnu.org/bugs/?51736))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
97
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
98 - configure: ensure empty pkg-config results are actually empty ([bug #51680](https://savannah.gnu.org/bugs/?51680))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
99
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
100 - Fix 'legend hide' for gnuplot ([bug #50483](https://savannah.gnu.org/bugs/?50483))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
101
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
102 - qqplot.m: Fix typo in input validation ([bug #51458](https://savannah.gnu.org/bugs/?51458))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
103
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
104 - Add possible `'\r'` to smartindent regex exprepression ([bug #51279](https://savannah.gnu.org/bugs/?51279))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
105
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
106 - make `strncmp` case sensitive again ([bug #51384](https://savannah.gnu.org/bugs/?51384))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
107
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
108 - Fix possible infinite loop in normest1.m ([bug #51241](https://savannah.gnu.org/bugs/?51241))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
109
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
110 - also run unwind protect cleanup code on interrupt exceptions ([bug #51209](https://savannah.gnu.org/bugs/?51209))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
111
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
112 - Fix crash when inverting complex matrices with `NaNs` ([bug #51198](https://savannah.gnu.org/bugs/?51198))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
113
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
114 - Improve accuracy of residue for inputs with very different magnitudes ([bug #51148](https://savannah.gnu.org/bugs/?51148))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
115
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
116 - publish.m: Fix corruption of results for some code inputs ([bug #51178](https://savannah.gnu.org/bugs/?51178))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
117
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
118 - residue.m: Remove code that filters out small return values ([bug #34266](https://savannah.gnu.org/bugs/?34266), [bug #49291](https://savannah.gnu.org/bugs/?34266))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
119
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
120 - avoid possible double free at interpreter exit ([bug #51088](https://savannah.gnu.org/bugs/?51088))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
121
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
122 - show stack trace for errors in command line and startup files ([bug #49346](https://savannah.gnu.org/bugs/?49346))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
123
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
124 - interp1.m: Return `NA` for all columns which are out of bounds ([bug #51030](https://savannah.gnu.org/bugs/?51030))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
125
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
126 - use `idx_type` for dimensions instead of `int` ([bug #50934](https://savannah.gnu.org/bugs/?50934))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
127
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
128 - show stack trace for wrong type arg errors ([bug #50894](https://savannah.gnu.org/bugs/?50894))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
129
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
130 - Let mouse selection of Qt figures update `"currentfigure"` ([bug #50666](https://savannah.gnu.org/bugs/?50666))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
131
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
132 - disable qscintilla editor drag and drop so parent will handle it ([bug #50559](https://savannah.gnu.org/bugs/?50559))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
133
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
134 - quadgk.m: Correct error messages which point to `quadv` ([bug #50604](https://savannah.gnu.org/bugs/?50604))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
135
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
136 - Set version on `AppUserModelId` ([bug #50428](https://savannah.gnu.org/bugs/?50428))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
137
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
138 - version-rcfile: Don't try to execute startup directory, only startup.m ([bug #50593](https://savannah.gnu.org/bugs/?50593))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
139
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
140 - dlmread: Return empty matrix when requested range is outside data ([bug #50102](https://savannah.gnu.org/bugs/?50102))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
141
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
142 - Fix `eigs` for generalized nonsymmetric and shift-invert problems ([bug #39573](https://savannah.gnu.org/bugs/?39573))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
143
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
144 - Fix `eigs` for the generalized eigenvalue problem ([bug #50546](https://savannah.gnu.org/bugs/?50546))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
145
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
146 - datetick.m: Fix uneven range bugs ([bug #50493](https://savannah.gnu.org/bugs/?50493))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
147
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
148 - datenum.m: Correct calculation for fractional leap years ([bug #50508](https://savannah.gnu.org/bugs/?50508))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
149
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
150 - datenum.m: Allow horizontal vectors of dates with fractional months
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
151 ([bug #50508](https://savannah.gnu.org/bugs/?50508))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
152
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
153 - datenum.m: Accept legal input of vectors with fractional months ([bug #50508](https://savannah.gnu.org/bugs/?50508))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
154
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
155 - fix the anchor position in the info text of the doc browser ([bug #50422](https://savannah.gnu.org/bugs/?50422))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
156
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
157 - Fix order of legend labels with `plotyy` axes ([bug #50497](https://savannah.gnu.org/bugs/?50497))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
158
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
159 - Correct hggroup plot legends for gnuplot toolkit, add legend demo 17 items
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
160 ([bug #49341](https://savannah.gnu.org/bugs/?49341))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
161
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
162 - For gnuplot graphics toolkit, show only one key entry for errorbars
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
163 ([bug #49260](https://savannah.gnu.org/bugs/?49260))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
164
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
165 - Fix compilation of jit caused by cset d0562b3159c7 ([bug #50398](https://savannah.gnu.org/bugs/?50398))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
166
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
167 - Remove inline keyword on file_stat destructor which breaks MacOS compilation
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
168 ([bug #50234](https://savannah.gnu.org/bugs/?50234))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
169
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
170 Documentation bugs fixed:
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
171
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
172 - playblocking.m: Correct documentation about start and limits inputs ([bug #51217](https://savannah.gnu.org/bugs/?51217))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
173
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
174 - Fix eig output argument description ([bug #50524](https://savannah.gnu.org/bugs/?50524))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
175
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
176 - Remove backslashes before double quotes in m-file docstrings ([bug #52870](https://savannah.gnu.org/bugs/?52870))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
177
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
178 - Tweaks to use single quotes instead of double quotes ([bug #52870](https://savannah.gnu.org/bugs/?52870))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
179
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
180 - Correct `fieldname` of returned struct in `ver` ([bug #52845](https://savannah.gnu.org/bugs/?52845))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
181
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
182 - Cleanup `@code` example in Appendix on test functions ([bug #52852](https://savannah.gnu.org/bugs/?52852))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
183
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
184 - Fixes for signal, image, audio, and OOP chapters ([bug #52844](https://savannah.gnu.org/bugs/?52844))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
185
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
186 - Fix issues in geometry, polynomial, and interpolation chapters ([bug #52835](https://savannah.gnu.org/bugs/?52835))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
187
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
188 - Fix TeX documentation for `qp` and clarify size of inputs ([bug #52829](https://savannah.gnu.org/bugs/?52829))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
189
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
190 - Correct errors in Diagonal matrix chapter of manual ([bug #52814](https://savannah.gnu.org/bugs/?52814))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
191
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
192 - Replace `@math{1e^{XXX}}` sequences with raw `1eXXX` ([bug #52827](https://savannah.gnu.org/bugs/?52827))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
193
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
194 - Use `'...'` rather than deprecated `'\'` for line continuation ([bug #52828](https://savannah.gnu.org/bugs/?52828))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
195
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
196 - Make documentation Sec 26.1 more consistent and Sec 25.4 clearer ([bug #52685](https://savannah.gnu.org/bugs/?52685))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
197
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
198 - Documentation fixes for linspace, logspace, lookup ([bug #52785](https://savannah.gnu.org/bugs/?52785))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
199
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
200 - atan2d.m: Correct documentation to match `atan` docstring ([bug #52786](https://savannah.gnu.org/bugs/?52786))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
201
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
202 - Small tweaks to `fplot` and surfnorm docstrings ([bug #52761](https://savannah.gnu.org/bugs/?52761))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
203
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
204 - Rewrite documentation for Advanced Indexing ([bug #52723](https://savannah.gnu.org/bugs/?52723))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
205
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
206 - Delete extra `']'` in `scanf` docstring ([bug #52742](https://savannah.gnu.org/bugs/?52742))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
207
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
208 - Fix mistaken use of space between function and `'('` in documentation ([bug #52723](https://savannah.gnu.org/bugs/?52723))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
209
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
210 - Fix various inconsistencies in manual ([bug #52712](https://savannah.gnu.org/bugs/?52712))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
211
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
212 - Fix typo in cset 8354b505ad6b ([bug #52702](https://savannah.gnu.org/bugs/?52702))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
213
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
214 - Fix inconsistencies with `char`, `strvcat`, `strread` docstrings ([bug #52702](https://savannah.gnu.org/bugs/?52702).
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
215
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
216 - Explain Matlab compatibility of `fopen` modes ([bug #52644](https://savannah.gnu.org/bugs/?52644))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
217
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
218 - Update documentation for keywords to include `classdef` statements ([bug #52591](https://savannah.gnu.org/bugs/?52591))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
219
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
220 - Fix documentation of third input to `lsode()` ([bug #52664](https://savannah.gnu.org/bugs/?52664))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
221
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
222 - Clarify quiver/quiver3 documentation when a linestyle is given ([bug #52608](https://savannah.gnu.org/bugs/?52608))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
223
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
224 - new section about classdef classes with example ([bug #44590](https://savannah.gnu.org/bugs/?44590))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
225
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
226 - Correct surface plot explanation of meshgridded results of 1 input ([bug #52536](https://savannah.gnu.org/bugs/?52536))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
227
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
228 - Fix definition of Delaunay triangulation in docstrings ([bug #52416](https://savannah.gnu.org/bugs/?52416))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
229
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
230 - accumarray.m: Add `'@'` to function handles in docstring ([bug #52418](https://savannah.gnu.org/bugs/?52418))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
231
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
232 - Update manual to explain `\deg` and `\circ` symbols ([bug #52287](https://savannah.gnu.org/bugs/?52287))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
233
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
234 - Correct documentation for `randg` ([bug #52118](https://savannah.gnu.org/bugs/?52118))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
235
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
236 - Add documentation about PCRE library regexp stack overflow ([bug #51589](https://savannah.gnu.org/bugs/?51589))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
237
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
238 - play.m: Correct documentation about start and limits inputs ([bug #51217](https://savannah.gnu.org/bugs/?51217))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
239
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
240 - Redo docstring for `qz` ([bug #50846](https://savannah.gnu.org/bugs/?50846))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
241
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
242 - describe optional install dependencies PortAudio and SUNDIALS ([bug #50513](https://savannah.gnu.org/bugs/?50513))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
243
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
244 - update `CITATION` date, version, and permalink to manual ([bug #47058](https://savannah.gnu.org/bugs/?47058))
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
245
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
246 [1]: {{ "download.html" | absolute_url }}
d48d73a30c56 GNU Octave 4.2.2 release.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
247 [2]: https://ftp.gnu.org/gnu/octave/windows