@@ -204,6 +204,24 @@ from Octave 10.
204
204
Summary of bugs fixed for version 10.1.0 (yyyy-mm-dd):
205
205
----------------------------------------------------
206
206
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
207
225
- bug #66488 : qr (sparse, 0) isn't equal to qr (sparse, 'econ', 'vector')
208
226
- bug #66477 : ASAN error with path(_ ) manipulations
209
227
- 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):
219
237
- bug #65928 : movfun dimension constraints: shouldn't error for dim > ndims(x), or wlen > size(x, dim), or wlen=1
220
238
- bug #65876 : error retrieving data from struct values in containers.Maps
221
239
- bug #65768 : segfault on default branch
240
+ - bug #65753 : Strip leading/trailing whitespace from Function Index search expression
222
241
- bug #65753 : Documentation window: Function Index: Search box respects trailing spaces
223
242
- bug #65730 : Some remaining cases of silent conversion of fractional inputs
224
243
- 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):
247
266
- bug #62928 : Error sourcing file message when script with embedded '.' in filename has syntax error
248
267
- bug #61295 : cross() dimensions inconsistent with Matlab when using mismatched input vector dimensions
249
268
- 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
250
271
- bug #55961 : properties function does not preserve order
251
272
- 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
252
278
253
279
### Old release news
254
280
0 commit comments