log

age author description
Sat, 03 Jul 2021 08:57:12 +0200 Markus Mützel NEWS: Update with latest changes again. stable
Fri, 02 Jul 2021 09:56:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 02 Jul 2021 09:41:09 -0400 John W. Eaton avoid crash with dbquit when executing command in terminal from gui (bug #60813) stable
Fri, 02 Jul 2021 09:38:48 -0400 John W. Eaton move top-level REPL from interpreter to evaluator stable
Wed, 30 Jun 2021 17:52:03 -0400 John W. Eaton allow more mixed-type assignments to work for sparse matrices (bug #60859)
Thu, 01 Jul 2021 15:28:17 +0200 Markus Mützel maint: Merge stable to default.
Thu, 01 Jul 2021 13:24:03 +0200 Markus Mützel ls-mat5.cc: Avoid integer overflow in calculation of buffer size for zlib (bug #55427). stable
Wed, 30 Jun 2021 12:43:01 -0400 John W. Eaton fix corrupt status of etc/NEWS.6 in repo?
Tue, 29 Jun 2021 19:31:26 +0200 Markus Mützel GitHub-CI: Decrease time-out for some steps.
Tue, 29 Jun 2021 19:19:59 +0200 Markus Mützel maint: Merge stable to default.
Tue, 29 Jun 2021 19:19:31 +0200 Markus Mützel build: Fix file name. stable
Tue, 29 Jun 2021 17:53:28 +0200 Markus Mützel maint: Merge stable to default.
Tue, 29 Jun 2021 17:51:32 +0200 Markus Mützel NEWS: Update with latest changes ahead of release. stable
Sat, 26 Jun 2021 07:59:17 -0400 John W. Eaton allow release notes window to be opened from command line
Fri, 25 Jun 2021 17:27:17 -0400 John W. Eaton allow community news window to be opened from command line
Sat, 26 Jun 2021 07:05:12 -0400 John W. Eaton pass arguments by reference to main_window::get_screen_geometry
Tue, 29 Jun 2021 05:49:14 -0400 John W. Eaton maint: Merge stable to default.
Tue, 29 Jun 2021 05:25:34 -0400 John W. Eaton fix scoping issue for handles to sibling nested functions (bug #60845) stable
Mon, 28 Jun 2021 11:50:03 -0700 Rik xpow.cc: Use static_cast<int> in a consistent manner for exponent.
Mon, 28 Jun 2021 11:12:23 -0700 Rik xpow.cc: Rename variable "atmp" to "acplx" for clarity of code.
Mon, 28 Jun 2021 10:54:34 -0700 Rik xpow.cc: Use dgxelem() for accessing diagonal matrix elements for performance.
Mon, 28 Jun 2021 10:15:30 -0700 Rik xpow.cc: Move call to eig() outside of try/catch blocks for better error reporting (bug #60786).
Mon, 28 Jun 2021 09:34:49 -0700 Rik xpow.cc: Simplify calculation by using std::pow template where one arg is Complex (bug #60786).
Mon, 28 Jun 2021 10:36:25 +0200 Markus Mützel maint: Merge stable to default.
Mon, 28 Jun 2021 10:30:11 +0200 Markus Mützel mrdivide, mldivide: Document that functions might return minimum norm solutions (bug #60839). stable
Mon, 28 Jun 2021 10:03:20 +0200 Markus Mützel ind2sub: Fix typo in "see also" section of docstring (bug #60842). stable
Fri, 30 Apr 2021 20:43:30 +0200 Markus Mützel __unicode_length__: New function to get number of Unicode code points (bug #50855).
Fri, 25 Jun 2021 15:39:48 -0400 John W. Eaton avoid possible crash on return to command line after closing main window
Fri, 25 Jun 2021 09:09:01 -0400 John W. Eaton maint: Merge stable to default.
Thu, 24 Jun 2021 10:45:21 -0400 John W. Eaton main-window.cc: eliminate unneeded header files