Skip to content

Commit 255fe6b

Browse files
committed
update for next release
1 parent 2b770f1 commit 255fe6b

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

doc/jas-log.html

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,38 @@ <h1>JAS project web-log</h1>
2323

2424
<dl>
2525

26-
<dt>2023, May </dt> <!-- 2.7.190 -->
26+
<dt>2023, July </dt> <!-- 2.7.200 -->
2727
<dd>
2828

29+
More tests with <code>BigQuaternion</code> polynomial coefficients.
30+
Fixed a left-right bug in solvable polynomials <code>monic()</code>
31+
method. (left and right monic must be distinguished although the
32+
inverse of the leading base coefficient is a left and right inverse.)
33+
Fix to <code>leftMonic()</code> where required.
34+
35+
Adjust polynomial <code>reverse()</code> method with using
36+
<code>conjugate()</code> on coefficients. More tests for Ore
37+
conditions for polynomials with quaternion coefficients.
38+
39+
Fixed default implementations in interface <code>MonoidElem</code> for
40+
left, right and two-sided operations by throwing exceptions when not
41+
correctly overriden.
42+
43+
</dd>
44+
45+
<dt>2023, May </dt> <!-- 2.7.190 -->
46+
<dd>
2947
This release adds exterior derivations for polynomials and rational
3048
functions. The weak or strong term order for index lists are now
3149
selectable. Explicit k-forms and improved random index lists.
32-
3350
More non-commutative unit tests (quotient remainder, Ore conditions,
3451
common divisors) for solvable polynomials with quaternion
3552
coefficients.
36-
3753
Exterior algebra provided within Jruby and Jython interfaces.
38-
Renamed <code>inner*Product</code> to <code>interior*Product</code>
54+
Renamed <code>inner*Product()</code> to <code>interior*Product()</code>
3955
since this seems to be the correct translation. Remove and cleanup
4056
unsued experimental code and small bug fixes. Add file with simple
4157
NCSS report summary.
42-
4358
</dd>
4459

4560
<dt>2023, March </dt> <!-- 2.7.180 -->
@@ -2407,9 +2422,9 @@ <h1>JAS project web-log</h1>
24072422

24082423
<dt>2004, 1, 25</dt>
24092424
<dd>
2410-
Spin model checker:
2411-
Setup Promella description of parallel and distributed GB algorithm.
2412-
Used to verify the safety and liveness properties of the algorithms.
2425+
<a href="https://en.wikipedia.org/wiki/SPIN_model_checker">SPIN model checker:</>
2426+
Setup a Promela description of parallel and distributed GB algorithm. Used to
2427+
verify the safety and liveness properties of the algorithms.
24132428
</dd>
24142429

24152430
<dt>2004, 1, 17</dt>
@@ -3026,7 +3041,7 @@ <h2>Done bevore 2003</h2>
30263041
<p>
30273042
<!-- Created: Sun Jun 4 12:58:30 MEST 2000 -->
30283043
<!-- hhmts start -->
3029-
Last modified: Fri May 5 11:32:42 CEST 2023
3044+
Last modified: Tue Jul 4 09:58:27 CEST 2023
30303045
<!-- hhmts end -->
30313046
</p>
30323047
<!--p align="right" >

0 commit comments

Comments
 (0)