Skip to content

Commit b0f6be0

Browse files
authored
Merge pull request #688 from Mathics3/image-revision
Start refactoring image module
2 parents f9aa60c + 7ef32e6 commit b0f6be0

File tree

9 files changed

+991
-816
lines changed

9 files changed

+991
-816
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
set LLVM_DIR="C:\Program Files\LLVM"
2828
# We can comment out after next Mathics-Scanner release
2929
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
30-
make develop
30+
make develop-full
3131
- name: Install Mathics
3232
run: |
3333
python setup.py install

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Bugs
7272
# ``0`` with a given precision (like in ```0`3```) is now parsed as ``0``, an integer number.
7373
#. ``RandomSample`` with one list argument now returns a random ordering of the list items. Previously it would return just one item.
7474
#. Origin placement corrected on ``ListPlot`` and ``LinePlot``.
75+
#. Fix long-standing bugs in Image handling
7576

7677

7778
Enhancements

SYMBOLS_MANIFEST.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ System`Continue
245245
System`ContinuedFraction
246246
System`Convert`B64Dump`B64Decode
247247
System`Convert`B64Dump`B64Encode
248-
System`Convert`CommonDump`RemoveLinearSyntax
249248
System`ConvertersDump`$extensionMappings
250249
System`ConvertersDump`$formatMappings
251250
System`CoprimeQ

0 commit comments

Comments
 (0)