-
-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathChangeLog-spell-corrected.diff
More file actions
7354 lines (6223 loc) · 350 KB
/
ChangeLog-spell-corrected.diff
File metadata and controls
7354 lines (6223 loc) · 350 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
--- ChangeLog 2026-03-31 17:34:38.000341994 -0400
+++ ChangeLog.spell-corrected 2026-03-31 17:37:23.306482785 -0400
@@ -1,3293 +1,108 @@
-2026-03-31 rocky <rb@dustyfeet.com>
+2025-08-28 rocky <rb@dustyfeet.com>
- * CHANGES.rst, ChangeLog-spell-corrected.diff,
- SYMBOLS_MANIFEST.txt, mathics/builtin/drawing/plot_plot3d.py: Start
- updating CHANGES.rst for release
+ * .github/workflows/packages.yml: Administrivia CI Install mathics-scanner form PyPI
-2026-03-31 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/numbers/algebra.py,
- mathics/eval/numbers/algebra/__init__.py,
- mathics/eval/numbers/algebra/fraction.py,
- mathics/eval/numbers/algebra/options.py: Add Trig option to
- Numerator/Denominator (#1769) Add `Trig` option to `Numerator` and `Denominator`. Also move
- functions to `mathics.eval` with an eye towards replacing
- `_Expand()`with `_Algebriac()`.
-
-2026-03-31 R. Bernstein <rocky@users.noreply.github.com>
-
- * SYMBOLS_MANIFEST.txt, mathics/builtin/numbers/algebra.py,
- mathics/builtin/numbers/hyperbolic.py,
- mathics/core/systemsymbols.py: Add Csch and update denominator doc
- (#1768) * Add Csch * Update documentation for Denominator * Mark sympy names for more trig functions
-
-2026-03-31 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/consistency-checks.yml,
- .github/workflows/macos.yml, .github/workflows/mypy.yml,
- .github/workflows/packages.yml, .github/workflows/plot-tests.yml,
- .github/workflows/pyodide.yml, .github/workflows/ubuntu-bench.yml,
- .github/workflows/ubuntu-cython.yml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml, .gitignore, Makefile,
- mathics/__main__.py, mathics/core/evaluation.py,
- mathics/doc/latex/.gitignore, mathics/eval/binary/__init__.py,
- mathics/eval/distance/__init__.py, mathics/mathics3_code_parse.py,
- pyproject.toml, test/autoload/__init__.py,
- test/builtin/file_operations/__init__.py,
- test/builtin/file_operations/test_path_operations.py,
- test/builtin/functional/__init__.py,
- test/builtin/functional/test_functional_iteration.py,
- test/builtin/intfns/test_recurrence.py,
- test/builtin/patterns/__init__.py, test/builtin/string/__init__.py,
- test/builtin/symbolic_history/__init__.py: Add `mathics3-code-parse`
- ; fill out `__init__` in test directories and other small
- administrative project changes (#1756) * Add `mathics3-code-parse`, which is similar to
- `CodeParser`CodeParse`. * Add `__init__` in test directories * CI changes to allow Poetry building using GitHub repositories.
- (Desirable due to scanner differences)
-
-2026-03-31 Chenxin Zhong <chenxin.zhong@outlook.com>
-
- * mathics/autoload/rules/Bessel.m,
- mathics/builtin/specialfns/bessel.py,
- test/builtin/specialfns/test_bessel.py: Fix Rayleigh expansion rules
- to only match half-integer orders (#1762) The Rayleigh formulas for`BesselI`, `BesselK`, `BesselJ`, and
- `BesselY` are only valid for half-integer orders (nu = n + 1/2). The
- condition `IntegerQ[2*nu]` matches both half-integers and integers,
- causing wrong results for integer orders like `BesselK[2, I]`. Test for genuine half-integer orders. Integer orders correctly fall
- through to the `mpmath` numerical evaluation.
-
-2026-03-29 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * mathics/doc/latex/Makefile, mathics/format/render/mathml.py,
- test/format/format_tests.yaml: Fix handling non-ASCII characters in
- render mathml (#1764) In WMA, MathMLForm, disregarding the value of ``$CharacterEncoding",
- transforms non-ASCII characters from the internal encoding into
- escaped character codes in the form `&#{code};`. Tests are adjusted. --------- Co-authored-by: R. Bernstein <rocky@users.noreply.github.com>
-
-2026-03-29 rocky <rb@dustyfeet.com>
-
- * .pre-commit-config.yaml, mathics/doc/structure.py: Two small
- changes
-
-2026-03-29 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * mathics/format/box/numberform.py: Use NamedCharacter in default
- `NumberMultiplier` option in `NumberForm` `MakeBoxes` (#1765) Co-authored-by: R. Bernstein <rocky@users.noreply.github.com>
-
-2026-03-29 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * SYMBOLS_MANIFEST.txt, mathics/builtin/box/layout.py,
- mathics/builtin/layout.py, mathics/core/convert/op.py,
- mathics/format/form/outputform.py, mathics/format/render/text.py,
- test/format/format_tests.yaml: Add `ShowSpecialCharacters` and
- `ShowStringCharacters` options and round-trip `FullForm` output
- (#1763) This PR adds support for the options `ShowSpecialCharacters` and
- `ShowStringCharacters` used in StyleBox, Style, and Cell builtin
- functions. These options control how strings are rendered. In WMA, when this `ShowSpecialCharacters` option is set to `False` ,
- and `ShowStringCharacters` is set to `True`, strings are rendered
- using an ASCII representation in which any non-ASCII characters are
- represented by their character names. This provides an "invertible"
- representation of the internal original String. In WMA, this
- representation is used in `FullForm`. This would also provide better grounds for #1735
-
-2026-03-29 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/drawing/plot.py,
- mathics/builtin/intfns/divlike.py, mathics/eval/drawing/plot.py:
- Handle more numeric types in Plot evaluation functions (#1752) For a Python `int` type, don't convert to `float`, because some
- builtins, like `Mod` only work with an `Integer` argument (in the
- modulus). For rationals, we'll need to convert using N_eval. Also, go over the documentation for division-related functions
-
-2026-03-29 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/core/systemsymbols.py: Add remaining Symbols for Boxes
- (#1759) Front ends, like Mathics3-django, need to take Boxed output and
- decide, based on the type of Box, what to do with it and how to
- further render it. Right now, this is done using `get_head_name` and checking its
- string value. The cleaner way, though, is to do an `is` comparison
- on the Symbol name. One problem with this is right now we don't have
- Symbol names for some of the boxes, especially the newer top-level
- ones that are likely to occur a lot, like `InterpretationBox`. This PR seeks to addresss that.
-
-2026-03-27 R. Bernstein <rocky@users.noreply.github.com>
-
- * .gitignore, mathics/__init__.py, mathics/doc/images.sh,
- mathics/doc/images/README.md,
- mathics/doc/images/logo-Mathics3-nodrop.svg,
- mathics/doc/images/logo-Mathics3.svg,
- mathics/doc/images/logo-heptatom-Mathics3.svg,
- mathics/doc/images/logo-text-nodrop.svg,
- mathics/doc/images/logo-text.svg, mathics/doc/latex/.gitignore,
- mathics/doc/latex/Makefile, mathics/doc/latex/doc2latex.py,
- mathics/doc/latex/mathics3.tex: Go over Mathics3 logo (#1760)
-
-2026-03-24 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/numbers/algebra.py, mathics/doc/latex/.gitignore,
- mathics/doc/latex/mathics3.tex, mathics/doc/latex/sed-hack.sh:
- Handle more LaTeX Unicode inside LaTeX (#1757)
-
-2026-03-23 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/box/__init__.py, mathics/doc/doc_entries.py,
- mathics/doc/documentation/1-Manual.mdoc,
- mathics/doc/latex/Makefile, mathics/doc/latex/doc2latex.py,
- mathics/doc/latex/{mathics.tex => mathics3.tex},
- mathics/doc/latex_doc.py, mathics/format/box/numberform.py: Mathics3
- User documentation improvements, round 2 (#1753) Make another pass over the user documentation * `latex_doc.py`: add Chapter labels that we can refer to *
- `box/__init__.py`: Revise link label to make PDF link look better. More "mathics" to "mathics3" renaming. Note renaming from Mathics to Mathics3 in history
-
-2026-03-22 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/fileformats/jsonformat.py,
- mathics/eval/fileformats/jsonformat.py: Isolate another eval fn;
- move to mathics.eval. (#1754) Fixes #1588
-
-2026-03-22 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/plot-tests.yml,
- mathics/builtin/intfns/divlike.py,
- mathics/builtin/specialfns/bessel.py, mathics/compile/__init__.py,
- mathics/eval/drawing/plot.py, test/builtin/drawing/doc_tests.yaml,
- test/builtin/drawing/test_plot_detail.py,
- test/builtin/drawing/test_plot_detail_ref/barchart-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/barchart-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/barchart-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/barchart-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/complexplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/complexplot-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/complexplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/complexplot3d-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/complexplot3d-vec-opt.txt
- , test/builtin/drawing/test_plot_detail_ref/complexplot3d-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/contourplot-1-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/contourplot-1-vec-opt.txt
- , test/builtin/drawing/test_plot_detail_ref/contourplot-1-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/contourplot-2-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/contourplot-2-vec-opt.txt
- , test/builtin/drawing/test_plot_detail_ref/contourplot-2-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/densityplot-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/densityplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/densityplot-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/densityplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/discreteplot-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/discreteplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/discreteplot-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/discreteplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-001-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-001-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-002-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-002-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-003-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-003-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-004-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-004-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-005-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-005-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-006-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-006-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-007-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-007-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-008-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-008-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-009-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-009-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-010-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-010-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-011-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-011-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-012-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-012-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-013-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-013-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-014-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-014-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-015-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-015-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-016-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-016-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-017-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-017-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-018-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-018-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-019-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-019-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-020-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-020-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-021-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-021-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-023-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-023-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-024-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-024-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-025-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-025-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-026-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-026-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-027-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-027-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-028-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-028-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-029-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-029-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-030-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-030-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-031-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-031-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-032-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-032-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-033-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-033-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-034-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-034-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-035-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-035-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-036-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-036-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-037-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-037-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-038-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-038-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-039-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-039-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-040-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-040-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-041-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-041-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-042-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-042-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-043-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-043-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-044-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-044-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-045-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-045-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-046-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-046-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-047-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-047-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-048-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-048-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-049-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-049-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-050-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-050-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-051-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-052-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-053-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-054-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-055-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-056-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-057-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-058-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-059-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-059-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-060-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-060-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-061-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-061-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-062-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-062-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-063-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-063-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-064-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-064-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-065-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-065-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-066-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-066-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-067-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-067-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-068-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-068-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-069-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-069-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-070-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-070-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-071-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-071-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-072-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-072-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-073-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-073-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-074-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-074-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-075-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-075-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-076-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-076-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-077-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-077-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-078-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-078-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-079-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-079-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-081-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-081-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-082-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-082-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-083-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-083-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-084-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-084-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-085-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-085-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-086-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-086-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-087-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-087-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-088-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-088-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-089-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-089-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-090-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-090-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-091-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-091-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-093-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-093-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-094-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-094-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-095-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-095-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-096-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-096-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-097-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-097-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-098-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-098-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-099-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-099-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-100-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-100-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-101-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-101-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-102-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-102-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-103-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-103-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-104-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-104-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-105-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-105-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-106-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-106-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-107-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-107-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-108-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-108-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-109-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-109-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-110-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-110-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-111-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-111-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-112-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-112-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-113-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-113-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-114-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-114-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-115-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-115-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-116-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-116-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-117-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-117-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-118-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-118-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-119-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-119-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-120-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-120-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-121-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-121-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-122-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-122-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-123-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-123-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-124-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-124-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-125-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-125-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-126-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-126-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-127-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-127-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-128-cls.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/doc-128-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/histogram-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/histogram-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/histogram-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/histogram-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/listlineplot-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/listlineplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/listlineplot-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/listlineplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/listplot-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/listplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/listplot-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/listplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/liststepplot-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/liststepplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/liststepplot-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/liststepplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/nondoc-plot-exclusions-cl
- s.svg.txt,
- test/builtin/drawing/test_plot_detail_ref/nondoc-plot-exclusions-cl
- s.txt,
- test/builtin/drawing/test_plot_detail_ref/numberlineplot-cls-opt.tx
- t,
- test/builtin/drawing/test_plot_detail_ref/numberlineplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/numberlineplot-vec-opt.tx
- t,
- test/builtin/drawing/test_plot_detail_ref/numberlineplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/parametricplot-cls-opt.tx
- t,
- test/builtin/drawing/test_plot_detail_ref/parametricplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/parametricplot-vec-opt.tx
- t,
- test/builtin/drawing/test_plot_detail_ref/parametricplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/piechart-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/piechart-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/piechart-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/piechart-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/plot-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/plot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/plot-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/plot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/plot3d-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/plot3d-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/plot3d-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/plot3d-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/polarplot-cls-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/polarplot-cls.txt,
- test/builtin/drawing/test_plot_detail_ref/polarplot-vec-opt.txt,
- test/builtin/drawing/test_plot_detail_ref/polarplot-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-complexplot-poles-zer
- os-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-complexplot3d-poles-z
- eros-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot-equals-co
- nstant-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot-explicit-
- contours-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot-expr-x-ve
- c.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot-n-contour
- s-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot-one-equat
- ion-two-branches-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot-two-equat
- ions-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot-waves-vec
- .txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot3d-hyperbo
- loids-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot3d-mesh-ve
- c.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot3d-sphere-
- multi-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot3d-sphere-
- vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-density-plot-nan-vec.
- txt,
- test/builtin/drawing/test_plot_detail_ref/vec-densityplot-infinity-
- vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-densityplot-mesh-full
- -vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-densityplot-plotpoint
- s-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-densityplot-plotrange
- -vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-006-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-008-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-009-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-010-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-012-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-036-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-037-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-038-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-041-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-042-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-043-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-044-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-051-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-052-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-053-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-054-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-055-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-056-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-058-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-059-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-060-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-061-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-066-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-074-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-077-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-087-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-089-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-090-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-091-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-092-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-094-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-095-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-096-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-097-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-099-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-100-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-102-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-103-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-105-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-109-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-110-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-113-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-116-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-122-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-125-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-doc-128-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-logplot-sinx-x-vec.tx
- t,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot-zeta-s
- ideways-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-moeb
- ius-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-mult
- i-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-ring
- s-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-toru
- s-plotrange-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-toru
- s-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-tref
- oil-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot-exclusions-vec.t
- xt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot-label-x-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot-plotrange-z-vec.
- txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot3d-conditional-ve
- c.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot3d-discontinuous-
- vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot3d-max-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot3d-plotrange-z-ve
- c.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot3d-stack-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot3d-two-labels-rat
- ios-viewpoint-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-plot3d-which-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-polarplot-theataxxx-8
- -vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-harmo
- nics-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-onion
- -vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-orbit
- al-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-shell
- s-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-spira
- l-vec.txt, test/builtin/drawing/vec_tests.yaml: Issue 1723 (#1751) Remove erroneous `N[]` conversion in plotting. Fixes #1723 Remove detailed plot testing code and data from Mathics-core. It
- appears in Mathics3-Module-vectorizedplot only. _Temporarily_ testing is removed pending adjustment in
- Mathics3-Module-vectorizedplot test data.
-
-2026-03-21 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/forms/variables.py,
- mathics/builtin/no_meaning/infix_extra.py, mathics/core/builtin.py,
- mathics/doc/documentation/1-Manual.mdoc, mathics/doc/latex/Makefile:
- Miscellaneous changes to improve PDF building (#1750) * <strike>Add PyICU module in docs</strike> This causes test
- failures! PyICI needs fixing. * Escape $ in a variable name in docstring * WML Link -> WMA Link
-
-2026-03-20 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/macos.yml, .github/workflows/packages.yml,
- .github/workflows/plot-tests.yml, .github/workflows/pyodide.yml,
- .github/workflows/ubuntu-bench.yml,
- .github/workflows/ubuntu-cython.yml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml: Go back to master in CI testing
- (#1748)
-
-2026-03-20 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/macos.yml, .github/workflows/packages.yml,
- .github/workflows/plot-tests.yml, .github/workflows/pyodide.yml,
- .github/workflows/ubuntu-bench.yml,
- .github/workflows/ubuntu-cython.yml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml, mathics/core/parser/README.md,
- mathics/core/parser/operators.py, mathics/core/parser/parser.py,
- test/format/__init__.py, test/format/test_latex.py: More scanner
- changes (#1746) Track Scanner changes * `BoxInputEscape` -> `LinearSyntaxStar` (matching CodeTokenize) *
- `ApplyList` -> `MapApply` (matching WMA's name) Comment out a pytest Slot[] LaTeX test for now... I suspect `test_latex.py` needs rewriting, and formatting may need
- work as well, and will lead to its own PR and set of non-trivial
- changes.
-
-2026-03-19 rocky <rb@dustyfeet.com>
-
- * test/builtin/drawing/test_plot_detail_ref/#doc-012-cls.svg.txt#:
- Remove an autosave file
-
-2026-03-19 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * .github/workflows/plot-tests.yml,
- mathics/builtin/drawing/plot.py,
- mathics/builtin/drawing/plot_plot.py,
- mathics/builtin/drawing/plot_plot3d.py,
- mathics/eval/drawing/plot3d_vectorized.py,
- mathics/eval/drawing/plot_vectorized.py,
- test/builtin/drawing/test_plot_detail.py,
- test/builtin/drawing/test_plot_detail_ref/#doc-012-cls.svg.txt#,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot3d-hyperbo
- loids-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot3d-mesh-ve
- c.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot3d-sphere-
- multi-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-contourplot3d-sphere-
- vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-moeb
- ius-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-mult
- i-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-ring
- s-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-toru
- s-plotrange-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-toru
- s-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-parametricplot3d-tref
- oil-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-harmo
- nics-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-onion
- -vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-orbit
- al-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-shell
- s-vec.txt,
- test/builtin/drawing/test_plot_detail_ref/vec-sphericalplot3d-spira
- l-vec.txt, test/builtin/drawing/vec_tests.yaml: Finish moving
- vectorized plot routines to pymathics.vectorizedplot (#1736) * Remove vectorized plot routines from Mathics-core. * Add tests for vectorizedplot module in Mathics-core * classes and routines that are not specific to vectorization, like
- `NumericArray`, are kept.
-
-2026-03-17 rocky <rb@dustyfeet.com>
-
- * test/builtin/test_numeric.py: Fix two small pytest typos
-
-2026-03-17 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/core/atoms/numerics.py, test/builtin/test_numeric.py: Use
- mpmath when we need a large mantissa (#1744) Fixes #1741
-
-2026-03-15 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/core/parser/parser.py: Scanner name changes (#1737) Track Mathics3-scanner changes * Repostory name is now Mathics3-scanner * Use v6 in CI to squelch nodejs warnings * RawRightBracket -> CloseSquare * RawLeftBracket -> OpenSquare * Hopefully precedence interaction is clearer; remove magic 151...
-
-2026-03-15 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/consistency-checks.yml,
- .github/workflows/isort-and-black-checks.yml,
- .github/workflows/macos.yml, .github/workflows/mypy.yml,
- .github/workflows/packages.yml, .github/workflows/plot-tests.yml,
- .github/workflows/pyodide.yml, .github/workflows/ubuntu-bench.yml,
- .github/workflows/ubuntu-cython.yml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml, pyproject.toml: Handle scanner name
- change (#1738) Track scanner repository name change. Token name changes will come
- later.
-
-2026-03-15 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/testing_expressions/list_oriented.py,
- mathics/builtin/testing_expressions/string_tests.py,
- mathics/eval/string_tests.py, test/builtin/intfns/test_divlike.py,
- test/builtin/numbers/test_algebra.py, test/builtin/test_strings.py,
- test/builtin/test_testing_expressions.py: `StringQ` option fix and
- add some argument count checking to
- `mathics.builtin.test_testing_expressions` (#1732) * Correct `StringQ` option name "SpellingCorrection" and its default
- value * Add argument count checking for "DigitQ", "LetterQ",
- <strike>"StringFreeQ",</strike> "StringMatchQ", "StringQ", and
- "SyntaxQ". DRY "SubsetQ" checking. DRY arg count testing. Note: "StringFreeQ" claims to allow only 1 or 2 arguments (plus
- options), but ```mathematica StringFreeQ["e" ~~ ___ ~~ "u"] /@ {"The Sun",
- "Mercury", "Venus", "Earth", "Mars", "Jupiter", "Saturn", "Uranus",
- "Neptune"} ``` is valid and appears to be visible as a list to the evaluation
- routine.
-
-2026-03-14 rocky <rb@dustyfeet.com>
-
- * mathics/Packages/Combinatorica-repo: Update Combinatorica repo
-
-2026-03-14 R. Bernstein <rocky@users.noreply.github.com>
-
- * SYMBOLS_MANIFEST.txt, mathics/builtin/numbers/algebra.py,
- test/builtin/numbers/test_algebra.py: Remove ExpandEnumerator
- (#1733) I don't know that SymPy or our custom code handles this properly.
- Furthermore, there is no burning reason we need this right now.
-
-2026-03-14 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/atomic/symbols.py,
- mathics/builtin/testing_expressions/equality_inequality.py,
- test/builtin/atomic/test_symbols.py,
- test/builtin/test_testing_expressions.py, test/helper.py: Arg
- checking for Information & expression testing (#1727) Specifically: * Information * Between * BooleanQ * TrueQ
-
-2026-03-14 R. Bernstein <rocky@users.noreply.github.com>
-
- * SYMBOLS_MANIFEST.txt, mathics/builtin/numbers/algebra.py,
- test/builtin/numbers/test_algebra.py: First cut at ExpandNumerator
- (#1729) A first cut at adding `ExpandNumerator`.
-
-2026-03-13 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/intfns/divlike.py, mathics/builtin/messages.py,
- mathics/eval/intfns/divlike.py: Improve PowerMod (#1725) * Handle roots of exponents * Handle lists of exponents * Move under `mathics.eval.intfns.divlike` * Add SymPy tracing.
-
-2026-03-13 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/arithfns/basic.py,
- mathics/builtin/intfns/divlike.py, mathics/builtin/messages.py,
- mathics/eval/intfns/divlike.py, test/builtin/intfns/test_divlike.py:
- Revise Quotient[] builtin (#1721) Revise `Quotient` so it handles the 3-argument form, lists, and
- numbers other than Integers. (Noticed in trying to run some standard WMA packages.)
-
-2026-03-13 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/core/builtin.py, test/builtin/intfns/test_divlike.py: Fix
- expected args checking bug (#1724) Fix expected args checking bug. This routine is triggered by
- (implicit) function pattern match. However, it can get called when
- the arguments are correct. So we need to test for this. Fixes #1722
-
-2026-03-13 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/consistency-checks.yml,
- .github/workflows/isort-and-black-checks.yml,
- .github/workflows/macos.yml, .github/workflows/mypy.yml,
- .github/workflows/packages.yml, .github/workflows/plot-tests.yml,
- .github/workflows/pyodide.yml, .github/workflows/ubuntu-bench.yml,
- .github/workflows/ubuntu-cython.yml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml, README.rst, mathics/__init__.py,
- mathics/version.py, pyproject.toml: Bump versions (#1726) * Use v5 in workflows to squelch a nodejs complaint * Bump version to 10.0-ish * another Mathics->Mathics3 change.
-
-2026-03-11 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * mathics/builtin/scoping.py, test/test_context.py: More tests on
- `Begin` and `BeginPackage` (#1720) This PR adds some extra tests to see what is still missing: better
- handling for wrong inputs.
-
-2026-03-11 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * mathics/builtin/scoping.py, mathics/builtin/string/operations.py,
- test/test_context.py: Begin package with two parms (#1719) This PR implements the support for `BeginPackage` with two
- arguments. A bug in `StringTake` was also fixed.
-
-2026-03-10 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/core/systemsymbols.py: Add Graphics symbols and Graphics
- Option symbols (#1705) Copy Graphics symbols (currently only found in
- `mathics-m3d/m3d/sym.py` into core.
-
-2026-03-10 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * mathics/builtin/atomic/symbols.py,
- test/builtin/atomic/test_symbols.py: Missing from a String should
- not produce a Symbol definition. (#1717) This PR completes what was missing to fix the wrong behavior of
- `Information` reported in #1655, and refined in #1713. What was
- still wrong in the current master branch is that when a String is
- passed to `Information`, and the string is not a name pattern, the
- standard routine for `Symbol` is used, creating the definition. As a
- result, in the example shown in
-
- https://github.com/Mathics3/mathics-core/issues/1655#issuecomment-4024136105, the first line creates the definition that hides the effect of the
- `Begin/End` block.
-
-2026-03-10 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * mathics/builtin/functional/apply_fns_to_lists.py,
- mathics/eval/functional/apply_fns_to_lists.py: Remove unused imports
- (#1718) Just fix what ruff reports.
-
-2026-03-09 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/consistency-checks.yml,
- .github/workflows/macos.yml, .github/workflows/mypy.yml,
- .github/workflows/packages.yml, .github/workflows/plot-tests.yml,
- .github/workflows/pyodide.yml, .github/workflows/ubuntu-bench.yml,
- .github/workflows/ubuntu-cython.yml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml: Administrivia (#1716) Go back to master branch in mathics-scanner
-
-2026-03-09 rocky <rb@dustyfeet.com>
-
- * mathics/builtin/atomic/symbols.py,
- test/builtin/atomic/test_symbols.py: More argument checking
-
-2026-03-09 rocky <rb@dustyfeet.com>
-
- * mathics/core/parser/parser.py: Remove comment that is no longer
- applicable.
-
-2026-03-09 rocky <rb@dustyfeet.com>
-
- * mathics/core/parser/parser.py: change_token_scanning_mode was made
- public
-
-2026-03-09 rocky <rb@dustyfeet.com>
-
- * mathics/builtin/atomic/symbols.py, mathics/core/parser/parser.py,
- test/test_help.py: Handle Innformation[xxx, LongForm->False]
-
-2026-03-08 rocky <rb@dustyfeet.com>
-
- * mathics/core/parser/parser.py: Information -> QuestionQuestion
-
-2026-03-08 rocky <rb@dustyfeet.com>
-
- * admin-tools/make-JSON-tables.sh,
- mathics/core/parser/operators.py, setup.py: Get operator JSON data
- from scanner
-
-2026-03-08 rocky <rb@dustyfeet.com>
-
- * test/core/parser/test_parser.py: Remove nonsensical tests
-
-2026-03-08 rocky <rb@dustyfeet.com>
-
- * mathics/core/parser/parser.py: Reset to "expr" mode after done
- with named-pattern
-
-2026-03-08 rocky <rb@dustyfeet.com>
-
- * mathics/core/parser/parser.py: Get rid of new and obsolete comment
-
-2026-03-08 rocky <rb@dustyfeet.com>
-
- * .github/workflows/consistency-checks.yml,
- .github/workflows/macos.yml, .github/workflows/mypy.yml,
- .github/workflows/packages.yml, .github/workflows/plot-tests.yml,
- .github/workflows/pyodide.yml, .github/workflows/ubuntu-bench.yml,
- .github/workflows/ubuntu-cython.yml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml: Use corresponding branch in Scanner
- for CI
-
-2026-03-08 rocky <rb@dustyfeet.com>
-
- * mathics/core/parser/parser.py, test/core/parser/test_parser.py:
- Start Names pattern support
-
-2026-03-08 R. Bernstein <rocky@users.noreply.github.com>
-
- * : commit f9ebf2b9f3fb89164b40bec646df63ce32ea44a5 Author: R.
- Bernstein <rocky@users.noreply.github.com> Date: Sun Mar 8
- 07:39:30 2026 -0400
-
-2026-03-07 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
- * : commit 02e9e33d5336b540d67e8ee77ea9c4fb821d7dfe Author: Juan
- Mauricio Matera <matera@fisica.unlp.edu.ar> Date: Sat Mar 7
- 20:37:57 2026 -0300
-
-2026-03-07 rocky <rb@dustyfeet.com>
-
- * SYMBOLS_MANIFEST.txt: More symbols
-
-2026-03-07 R. Bernstein <rocky@users.noreply.github.com>
-
- * README.rst: Update README.rst
-
-2026-03-03 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/consistency-checks.yml,
- admin-tools/make-JSON-tables.sh, mathics/builtin/list/eol.py,
- mathics/core/convert/op.py, mathics/format/render/latex.py,
- mathics/format/render/mathml.py: Get named-character JSON from
- scanner rather than create a local copy. (#1707) Get named-character JSON from scanner rather than create a local
- copy. --------- Co-authored-by: Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
-2026-03-03 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/ISSUE_TEMPLATE/bug_report.md, README.rst: Combine How to
- reproduce and output given sections (#1709) Combine "How to Reproduce" and "Output given" sections Co-authored-by: Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
-2026-03-03 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/numbers/algebra.py,
- mathics/eval/numbers/algebra/polynomial.py,
- test/builtin/numbers/test_algebra.py: Revise Polynomial functions
- like `Expand` and `Apart` (#1710) * Handle inner recursive function closure of `Expand` and
- `ExpandAll` properly. * Break out trig/hypertrig and relational functions. * Separate eval code of `Apart` add sympy tracing, and have it
- handle relational operators
-
-2026-03-03 R. Bernstein <rocky@users.noreply.github.com>
-
- * README.rst: Update README.rst (#1708)
-
-2026-03-02 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/core/formatter.py, mathics/format/render/asy.py,
- mathics/format/render/json.py, mathics/format/render/latex.py,
- mathics/format/render/mathml.py, mathics/format/render/svg.py,
- mathics/format/render/text.py,
- test/builtin/arithmetic/test_basic.py,
- test/builtin/assignments/test_assignment.py,
- test/builtin/atomic/test_numbers.py,
- test/builtin/atomic/test_symbols.py,
- test/builtin/colors/test_color_directives.py,
- test/builtin/files_io/test_files.py,
- test/builtin/files_io/test_filesystem.py,
- test/builtin/files_io/test_importexport.py,
- test/builtin/functional/test_application.py,
- test/builtin/image/test_image.py,
- test/builtin/list/test_association.py,
- test/builtin/list/test_list.py,
- test/builtin/numbers/test_diffeqns.py,
- test/builtin/numbers/test_hyperbolic.py,
- test/builtin/numbers/test_linalg.py,
- test/builtin/numbers/test_numbertheory.py,
- test/builtin/numbers/test_randomnumbers.py,
- test/builtin/numbers/test_trig.py,
- test/builtin/patterns/test_rules.py,
- test/builtin/specialfns/test_bessel.py,
- test/builtin/specialfns/test_gamma.py,
- test/builtin/test_attributes.py, test/builtin/test_binary.py,
- test/builtin/test_compilation.py, test/builtin/test_datentime.py,
- test/builtin/test_directories.py, test/builtin/test_evaluation.py,
- test/builtin/test_exp_structure.py,
- test/builtin/test_file_operations.py,
- test/builtin/test_messages.py, test/builtin/test_options.py,
- test/builtin/test_patterns.py, test/builtin/test_physchemdata.py,
- test/builtin/test_procedural.py, test/builtin/test_quantities.py,
- test/builtin/test_scoping.py, test/builtin/test_system.py,
- test/builtin/test_tensor.py,
- test/builtin/vectors/test_vector_space_operations.py,
- test/format/test_format.py, test/package/test_vectoranalysis.py: Two
- small changes: 1. remove `private_doctest`. 2 `add_conversion_fn`
- renamed to `add_render_function` (#1706) 1. `add_conversion_fn` renamed to `add_render_function` 2. Remove `private_doctest` in pytest test functions. This was a
- temporary kind of thing.
-
-2026-03-01 R. Bernstein <rocky@users.noreply.github.com>
-
- * mathics/builtin/numbers/algebra.py,
- mathics/core/systemsymbols.py,
- mathics/eval/numbers/algebra/polynomial.py,
- test/builtin/numbers/test_algebra.py: Improve `Expand` for relations
- and cleanup (#1703) `Expand` properly supports relations. Thanks to @ad-si for
- implementaiton suggestion and @axkr for giving a list of relations. More code moved from builtin to eval. Another parameter check (for
- `Apart`) was added. Fixes #1390 --------- Co-authored-by: Juan Mauricio Matera <matera@fisica.unlp.edu.ar>
-
-2026-03-01 rocky <rb@dustyfeet.com>
-
- * mathics/builtin/testing_expressions/logic.py: Coordinate with
- scanner... Implies as an operator was recently noted.
-
-2026-02-22 R. Bernstein <rocky@users.noreply.github.com>
-
- * .github/workflows/macos.yml, .github/workflows/packages.yml,
- .github/workflows/plot-tests.yml, .github/workflows/pyodide.yml,
- .github/workflows/ubuntu-bench.yml,
- .github/workflows/ubuntu-cython.yml, .github/workflows/ubuntu.yml,
- .github/workflows/windows.yml, Makefile,
- admin-tools/make-JSON-tables.sh, mathics/builtin/forms/data.py,
- mathics/builtin/string/characters.py,
- mathics/builtin/string/charcodes.py,
- mathics/builtin/string/operations.py, mathics/core/convert/op.py,
- mathics/core/parser/operators.py, mathics/core/parser/parser.py,
- mathics/data/.gitignore, mathics/eval/arithfns/basic.py,