Skip to content

Independence minus 1

Choose a tag to compare

@rocky rocky released this 03 Jul 13:51
· 259 commits to master since this release

New variables and builtins

  • Arrow for Graphics3D (preliminary)
  • Cylinder (preliminary)
  • Factorial2 PR #1459 Issue #682

Enhancements

Large sections like the "Strings and Characters", "Integer Functions"
and "Lists" sections have been broken up into subsections. These more
closely match online WL "Guide" sections. This is beneficial not just in
the documentation, but also for code organization. See PRs #1464, #1473.

A lot more work is needed here.

The Introduction section of the manual has been revised. Licensing and
Copyright/left sections have been reformatted for non-fixed-width
displays. #1474

PolarPlot documentation was improved. #1475.

A getter/setter method for Mathics settings was added #1472.

Bugs

  • Add requirements-*.txtto distribution files.
    pip install Mathics3[dev] should work now. PR #1461
  • Some PointBox bugs were fixed
  • Some Arrow3DBox and Point3DBox bugs were fixed PR #1463
  • Fix bug in mathics CLI when -script and -e were combined PR
    #1455