annotate _posts/2016-03-23-octave-4.0.1-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 88b2480e271a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
1 ---
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
2 layout: post
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
3 title: "GNU Octave 4.0.1 Released"
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
4 date: 2016-03-23
129
88b2480e271a Newsfeed: Introduce category "release" to mark very important news.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 94
diff changeset
5 categories: news release
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
6 ---
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
7
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
8 Octave version 4.0.1 has been released and is now available for [download][1].
35
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
9
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
10 Octave 4.0, released in May 2015,
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
11 was a major new version with many new features,
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
12 including a graphical user interface,
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
13 support for classdef object-oriented programming,
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
14 better compatibility with Matlab,
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
15 and many new and improved functions.
644dbdc82430 Some homapage updates. Provide seperate config for real GNU Octave homepage.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents:
diff changeset
16
94
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
17 This is a bug fixing release:
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
18
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
19 - Allow strsplit to use '+' as a delimiter ([bug #47403](https://savannah.gnu.org/bugs/?47403)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
20 - svds.m: Special handling for case of sigma=0 ([bug #46683](https://savannah.gnu.org/bugs/?46683)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
21 - patch.m: Fix typo in docstring.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
22 - Fix splines and remove unnecessary calculations ([bug #47013](https://savannah.gnu.org/bugs/?47013))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
23 - doc: Use consistent spacing for memory/storage sizes
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
24 - fix printf regression ([bug #47192](https://savannah.gnu.org/bugs/?47192))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
25 - Invoke correct version of octave-cli from main driver program
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
26 - For gnuplot 5.x, add the "color" option to the postscript terminal.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
27 - Avoid overflow while reshaping large sparse matrices ([bug #42850](https://savannah.gnu.org/bugs/?42850)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
28 - Fix memory corruption allocating to sparse arrays ([bug #42825](https://savannah.gnu.org/bugs/?42825)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
29 - `__osmesa_print__.cc`: Include system headers with <file.h> syntax.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
30 - Fix compilation error when building with OSMesa on Mac platforms ([patch #8761](https://savannah.gnu.org/patch/?8761))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
31 - Disable char/int8_t function overloads where not permitted ([bug #45411](https://savannah.gnu.org/bugs/?45411))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
32 - Fix cut/paste error in rande documentation ([bug #47097](https://savannah.gnu.org/bugs/?47097)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
33 - Fix regressions caused by ismatrix definition change (partial fix [bug #47036](https://savannah.gnu.org/bugs/?47036)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
34 - doc: Update copyright date in octave.texi (partial fix [bug #47058](https://savannah.gnu.org/bugs/?47058)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
35 - Fix regressions caused by ismatrix definition change (partial fix [bug #47036](https://savannah.gnu.org/bugs/?47036)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
36 - Fix regression for coordinate transforms on 3-D arrays (partial fix [bug #47036](https://savannah.gnu.org/bugs/?47036)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
37 - Fix regressions caused by ismatrix definition change (partial fix [bug #47036](https://savannah.gnu.org/bugs/?47036)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
38 - doc: Correct example errobar code and plot ([bug #46972](https://savannah.gnu.org/bugs/?46972)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
39 - `__getlegenddata__.m`: fix handling of multiple child elements ([bug #46835](https://savannah.gnu.org/bugs/?46835))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
40 - doc: fix spelling of "unknown".
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
41 - svds.m: Modify BIST test for sigma=0 to reliably pass.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
42 - fzero.m: Correctly choose tolerance (eps) based on class of fun and X0 ([bug #46658](https://savannah.gnu.org/bugs/?46658)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
43 - maint: Add @SizeTester files to build system.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
44 - etc/icons/octave.desktop.in: Add Keywords entry and field code to Exec.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
45 - doc: fix spelling of "occurred".
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
46 - Remove spurious tick labels occuring when setting ticks and removing tick labels.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
47 - Fix behavior of warning ("error") call ([bug #45753](https://savannah.gnu.org/bugs/?45753)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
48 - doc: Start help text with " -- ", not " -- : ".
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
49 - Fixed isequal for comparison of objects with overridden size ([bug #44334](https://savannah.gnu.org/bugs/?44334))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
50 - Fix compilation of classdef with the clang compiler ([bug #41178](https://savannah.gnu.org/bugs/?41178))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
51 - Added tag rc-4-0-1-1 for changeset 20b17dda0e0c
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
52 - doc: Fix incorrect description of Hessenberg decomposition ([bug #46622](https://savannah.gnu.org/bugs/?46622)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
53 - Rewrite a8ee668e7fd7 to use #if defined rather than #ifdef.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
54 - Fix kbhit and pause on Windows systems.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
55 - set all lexical_feedback variables in init function ([bug #46522](https://savannah.gnu.org/bugs/?46522))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
56 - randi.m: Clean up function.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
57 - randi.m: corrected warning policy for int and single ranges.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
58 - Tweak GUI ToolTip strings for consistency.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
59 - Update German translation file de_DE.ts.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
60 - Stop segfault when find() called with 6 outputs ([bug #42424](https://savannah.gnu.org/bugs/?42424)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
61 - lscov.m: Increase tolerance of BIST test to 2*eps.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
62 - doc: Clarify how if statement determines true or false for a matrix input.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
63 - textread.m, textscan.m: properly process single-quoted endofline parameter ([bug #46477](https://savannah.gnu.org/bugs/?46477))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
64 - Fix rotated graphics when printing through ghostscript ([bug #46435](https://savannah.gnu.org/bugs/?46435)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
65 - drawnow: add a delay to let the GUI thread lock the mutex when printing ([bug #44463](https://savannah.gnu.org/bugs/?44463))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
66 - check whether filter is active or not when history widget becomes visible
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
67 - fix hanging of gui when focusing the editor (regression from cset 802dc52d4d46)
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
68 - quadv.m: Clarify that tolerance is absolute in docstring.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
69 - Fix segfault with 'dbclear all' ([bug #41843](https://savannah.gnu.org/bugs/?41843)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
70 - intro.txi change a to A to match the previous comments
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
71 - Force left-to-right alignment for the whole GUI ([bug #46204](https://savannah.gnu.org/bugs/?46204))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
72 - validateattributes.m: fix typo on documentation ([bug #46328](https://savannah.gnu.org/bugs/?46328))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
73 - doc: Fix typo in short-circuit operators documentation ([bug #46280](https://savannah.gnu.org/bugs/?46280)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
74 - datevec.m: Properly handle FFF millisecond code ([bug #46171](https://savannah.gnu.org/bugs/?46171)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
75 - build: Add check for sys/stropts.h system header file
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
76 - libinterp/dldfcn/module-files: Sort the list of loadable module files.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
77 - Fix issue with gnuplot, subplot, and 2 y-axes ([bug #45822](https://savannah.gnu.org/bugs/?45822)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
78 - plot.m: use actual property names in the description FMT argument ([bug #46240](https://savannah.gnu.org/bugs/?46240))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
79 - normrnd.m: Return correct result for vector case when std = 0 ([bug #46238](https://savannah.gnu.org/bugs/?46238)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
80 - prevent doc browser from searching for an empty string (bug 46227)
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
81 - improve focus detection of gui ([bug #45306](https://savannah.gnu.org/bugs/?45306))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
82 - Fix segfault when complex double matrix calls ZGETRF ([bug #45577](https://savannah.gnu.org/bugs/?45577)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
83 - Add uiXXXX documentation ([bug #46076](https://savannah.gnu.org/bugs/?46076))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
84 - quantile.m: Fix operation along a singleton dimension ([bug #45455](https://savannah.gnu.org/bugs/?45455)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
85 - doc: Add explanation of ':' optional input to numel().
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
86 - doc: Cuddle parentheses in example code of for loop.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
87 - data.cc: Add @w{} around @code segments in docstrings to prevent line breaks.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
88 - `__gnuplot_drawnow__.m`: Use "screenpixelsperinch" instead of constant value ([bug #46122](https://savannah.gnu.org/bugs/?46122)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
89 - methods.m: try Java class names if getMethods fails on Java objects ([bug #46010](https://savannah.gnu.org/bugs/?46010))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
90 - textread.m, textscan.m: always remove headerlines args before invoking strread ([bug #46080](https://savannah.gnu.org/bugs/?46080))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
91 - Include stdint.h in mex.h file (Bug #46062)
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
92 - Handle hggroup objects "buttondownfcn" when children are clicked ([bug #45621](https://savannah.gnu.org/bugs/?45621))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
93 - Fix selection of one pixel high(wide) images ([bug #46049](https://savannah.gnu.org/bugs/?46049))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
94 - annotation.m: document the "string" property of textbox and textarrow annotations ([bug #46036](https://savannah.gnu.org/bugs/?46036))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
95 - mkoctfile: Apply default C++ compiler flags when linking oct-file ([bug #45280](https://savannah.gnu.org/bugs/?45280))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
96 - Use backslash as windows file separator for canonicalize_file_name ([bug #45816](https://savannah.gnu.org/bugs/?45816)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
97 - maint: Complete deprecation of gmap40 colormap.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
98 - Generate correct ezplot for 2-input functions ([bug #46004](https://savannah.gnu.org/bugs/?46004)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
99 - Fix regression in displayed error message for nargin and nargout.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
100 - Fix typo in str2func docstring.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
101 - doc: Make excplicit that asctime and ctime values end in a newline ([bug #45976](https://savannah.gnu.org/bugs/?45976))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
102 - doc: remove section about broadcasting warnings which no longer exists.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
103 - Initialize interpreter correctly with script and --traditional ([bug #45921](https://savannah.gnu.org/bugs/?45921))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
104 - do not leave debug modus when entering a command at debug prompt ([bug #45737](https://savannah.gnu.org/bugs/?45737))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
105 - `__finish__.m`: Change from function to script to stay in base workspace ([bug #45869](https://savannah.gnu.org/bugs/?45869)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
106 - Don't put default xtick vector size in documentation ([bug #45725](https://savannah.gnu.org/bugs/?45725)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
107 - range.tst: Add tests for [bug #45739](https://savannah.gnu.org/bugs/?45739).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
108 - Fix 'descending' sort of Range objects ([bug #45739](https://savannah.gnu.org/bugs/?45739)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
109 - strread.m: clarify delimiter and whitespace usage ([bug #45712](https://savannah.gnu.org/bugs/?45712))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
110 - GUI-Find: keep focus on Find What and select all text when dialog opens
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
111 - strread.m: properly preprocess all forms of string format specifier ([bug #45712](https://savannah.gnu.org/bugs/?45712))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
112 - doc: Clarify that ARCH argument to fread overrides ARCH arg to fopen.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
113 - strfunc: Document function does not accept anonymous functions (partial fix [bug #45682](https://savannah.gnu.org/bugs/?45682)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
114 - doc: Add info about single letter codes for fread, fopen IEEE format.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
115 - doc: Change docstrings to use 'IEEE 754' rather than 'IEEE-754'.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
116 - Fix hang when using errorbar with empty dataset ([bug #45554](https://savannah.gnu.org/bugs/?45554)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
117 - doc: Clarify behavior of length() function ([bug #45611](https://savannah.gnu.org/bugs/?45611)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
118 - show history context menu only for clicks on entries
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
119 - Fix missing sorting of the workspace view directly after start-up
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
120 - Allow sorting columns in workspace view ([bug #45448](https://savannah.gnu.org/bugs/?45448))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
121 - Pass all fields in face/vertex structure through to patch() ([bug #45593](https://savannah.gnu.org/bugs/?45593)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
122 - polar.m: Display plot titles on polar plots ([bug #45514](https://savannah.gnu.org/bugs/?45514)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
123 - ellipke.m: Use correct definition of elliptic integral in documentation ([bug #45522](https://savannah.gnu.org/bugs/?45522)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
124 - build: Sort generated PKG_ADD contents consistently
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
125 - build: Use texinfo.tex from gnulib instead of manually imported version
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
126 - doc: Fix backslash characters in docstrings
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
127 - install.txi: Add warning about incorrect behavior of reference BLAS library.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
128 - unpack.m: Stop hang when unpacking on to existing filename ([bug #45331](https://savannah.gnu.org/bugs/?45331)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
129 - Allow NEWS to be displayed properly in QTextBrowser ([bug #45396](https://savannah.gnu.org/bugs/?45396))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
130 - Fix segfault when '[]' used for row_vector_property.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
131 - fix crash when selecting an image ([bug #45372](https://savannah.gnu.org/bugs/?45372))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
132 - qt toolkit: set keyboard focus in canvas ([bug #44832](https://savannah.gnu.org/bugs/?44832))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
133 - Clean up MEX example code.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
134 - Change mxCreateNumericArray to be Matlab compatible for ndims < 2 ([bug #45319](https://savannah.gnu.org/bugs/?45319)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
135 - Fix conversion from string cell array into java's String[] ([bug #45290](https://savannah.gnu.org/bugs/?45290))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
136 - Don't run wizard in --no-gui mode (see http://octave.1599824.n4.nabble.com/Octave-wants-to-run-startup-configuration-wizard-in-no-gui-mode-tp4670884.html)
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
137 - Fix load/save of integers with -hdf5 ([bug #45225](https://savannah.gnu.org/bugs/?45225))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
138 - io.tst: Add tests for printf hex or octal conversion on string inputs
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
139 - ellipke.m: Modify to accept row vectors ([bug #45283](https://savannah.gnu.org/bugs/?45283)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
140 - Return correct hex value for printf when used with string inputs ([bug #45263](https://savannah.gnu.org/bugs/?45263)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
141 - run.m: Return to original directory on Windows ([bug #45231](https://savannah.gnu.org/bugs/?45231)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
142 - Convert double Octave vectors to double Java vectors ([bug #45264](https://savannah.gnu.org/bugs/?45264)).
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
143 - Also load settings and translations in --no-gui mode ([bug #44222](https://savannah.gnu.org/bugs/?44222) and [bug #45199](https://savannah.gnu.org/bugs/?45199))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
144 - Avoid crash when trying to annotate an empty figure ([bug #45241](https://savannah.gnu.org/bugs/?45241))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
145 - Allow interactive annotations in other figures than the currentfigure.
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
146 - Allow copying a figure to clipboard even in --no-gui mode ([bug #44886](https://savannah.gnu.org/bugs/?44886))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
147 - Allow saving/copying other figures than the currentfigure ([bug #45226](https://savannah.gnu.org/bugs/?45226))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
148 - linsolve.m: Fix regression when calling linsolve with 2 arguments ([bug #45212](https://savannah.gnu.org/bugs/?45212))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
149 - fftshift.m, ifftshift.m: Restore support for N-dimensional arrays ([bug #45207](https://savannah.gnu.org/bugs/?45207))
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
150
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
151
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
152 The above list was generated using the following command and very little
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
153 manual post-processing:
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
154
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
155 {% highlight bash %}
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
156 hg log -r "release-4-0-0:release-4-0-1" -b stable \
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
157 | grep "summary:" | nl | sort -rn | cut -f 2- \
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
158 | sed 's/summary:\s*/- /' \
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
159 | sed 's/\(bug #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/bugs\/?\2)/' \
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
160 | sed 's/\(patch #\)\([0-9]*\)/[\1\2](https:\/\/savannah.gnu.org\/patch\/?\2)/'
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
161 {% endhighlight %}
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
162
e8fc61e077fc Merged closed branch "kai" into default.
Kai T. Ohlhus <k.ohlhus@gmail.com>
parents: 35
diff changeset
163 [1]: {{ "download.html" | absolute_url }}