Skip to content

Commit c338c06

Browse files
committed
NEWS.10.md: Update list of bugs fixed
1 parent ba92eb1 commit c338c06

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

etc/NEWS.10.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,24 @@ from Octave 10.
204204
Summary of bugs fixed for version 10.1.0 (yyyy-mm-dd):
205205
----------------------------------------------------
206206

207+
- bug #66753: hist.m: Test for equal bin spacing using a numeric tolerance
208+
- bug #66753: hist.m: Fix regression in determining equal bin spacing
209+
- bug #66753: Fix thinko in cset be1d0c816788
210+
- bug #66703: doc: Clarify default editor difference between CLI and GUI
211+
- bug #66647: Silence unexpected Octave:mixed-string-concat warning in num2str.m
212+
- bug #66642: Code beautification for cset 2c2301104caf
213+
- bug #66642: Check for undefined outputs in cellfun and arrayfun
214+
- bug #66642: Add cellfun BIST for function failing to return requested output
215+
- bug #66642: add arrayfun BIST for function failing to return requested output
216+
- bug #66617: Avoid error for struct2cell with function without output arguments
217+
- bug #66617: Add self-tests for structfun with function without output arguments
218+
- bug #66616: es ES.ts: Update Spanish translation file
219+
- bug #66595: qz: Fix errors in documentation
220+
- bug #66558: translate shortcuts and descriptions in settings dialog
221+
- bug #66554: pt BR.ts: Update Brazilian Portuguese translation file
222+
- bug #66521: symbfact: return row vectors for Matlab compatibility
223+
- bug #66511: sparseqr: Support permutation output with CXSparse
224+
- bug #66511: Emit error when qr() called with permutation output and CXSparse library is used
207225
- bug #66488: qr (sparse, 0) isn't equal to qr (sparse, 'econ', 'vector')
208226
- bug #66477: ASAN error with path(_) manipulations
209227
- bug #66466: legend + bar causes ASAN to crash octave
@@ -219,6 +237,7 @@ Summary of bugs fixed for version 10.1.0 (yyyy-mm-dd):
219237
- bug #65928: movfun dimension constraints: shouldn't error for dim > ndims(x), or wlen > size(x, dim), or wlen=1
220238
- bug #65876: error retrieving data from struct values in containers.Maps
221239
- bug #65768: segfault on default branch
240+
- bug #65753: Strip leading/trailing whitespace from Function Index search expression
222241
- bug #65753: Documentation window: Function Index: Search box respects trailing spaces
223242
- bug #65730: Some remaining cases of silent conversion of fractional inputs
224243
- bug #65683: issorted: enable 'monotonic' and 'strict...' sort modes.
@@ -247,8 +266,15 @@ Summary of bugs fixed for version 10.1.0 (yyyy-mm-dd):
247266
- bug #62928: Error sourcing file message when script with embedded '.' in filename has syntax error
248267
- bug #61295: cross() dimensions inconsistent with Matlab when using mismatched input vector dimensions
249268
- bug #60797: sqrtm: returns nan for matrix of ones with rows and columns >=4
269+
- bug #60726: Fix nargout for subsref when returned value may be a cs-list
270+
- bug #56690: allow editing of lazy index objects
250271
- bug #55961: properties function does not preserve order
251272
- bug #55198: rat() should support complex numbers
273+
- bug #46848: Improve documentation for load/save
274+
- bug #41028: Save warning info for disabled warnings
275+
- bug #41028: Modify BIST tests to pass with Matlab-compatible lastwarn() behavior
276+
- bug #31080: Rehash load path after saving file to disc
277+
- bug #31080: Fix error in calculation of file timestamp on Windows
252278

253279
### Old release news
254280

0 commit comments

Comments
 (0)