File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
Name: symbolic
2
- Version: 3.0.0+
3
- Date: 2022-07-06
2
+ Version: 3.0.1
3
+ Date: 2022-08-09
4
4
Author: Colin B. Macdonald <
[email protected] >
5
5
Maintainer: Colin B. Macdonald <
[email protected] >
6
6
Title: Octave Symbolic Package using SymPy
Original file line number Diff line number Diff line change 1
- octsympy 3.0.0+
2
- ===============
1
+ octsympy 3.0.1 (2022-08-09)
2
+ ===========================
3
3
4
4
* New `@double` numerical functions; these are wrappers around SymPy,
5
5
so they are slower than native floating-point implementations.
@@ -11,6 +11,9 @@ octsympy 3.0.0+
11
11
* `.oct-config` files indicate source is UTF-8 encoded and should improve
12
12
any locale or encoding problems on Octave 7 and above.
13
13
14
+ * Fixes some errors when Python is running in Cygwin-like environment.
15
+ But there could still be errors in other places (issue #1182).
16
+
14
17
15
18
16
19
octsympy 3.0.0 (2022-07-05)
Original file line number Diff line number Diff line change 1
1
%% Copyright (C) 2014-2020, 2022 Colin B. Macdonald
2
2
%% Copyright (C) 2017 NVS Abhilash
3
3
%% Copyright (C) 2017 Mike Miller
4
+ %% Copyright (C) 2022 Alex Vong
4
5
%%
5
6
%% This file is part of OctSymPy.
6
7
%%
173
174
%% @example
174
175
%% @group
175
176
%% sympref version
176
- %% @result{} 3.0.0+
177
+ %% @result{} 3.0.1
177
178
%% @end group
178
179
%% @end example
179
180
%%
216
217
217
218
case ' version'
218
219
assert (nargin == 1 )
219
- varargout{1 } = ' 3.0.0+ ' ;
220
+ varargout{1 } = ' 3.0.1 ' ;
220
221
221
222
case ' display'
222
223
if (nargin == 1 )
You can’t perform that action at this time.
0 commit comments