Skip to content

v0.11.3

Choose a tag to compare

@AdelKS AdelKS released this 05 Jan 03:47
· 36 commits to main since this release
865f97f

Overhaul the code structure to

  • Simplify end user experience: everything goes through DynMathObject and MathWorld now
  • Handle data
    • DynMathObject can hold a "column" of data, i.e. a 1D sequence of expressions
    • Expressions can be generic and use other objects from the MathWorld, instead of simple numbers.
  • Be able to rename DynMathObject instances while still keeping their data
    • The main issue was to be able to rename a DynMathObject with an invalid name while still retaining the data. Until the user puts a correct name
  • Add min and max builtin binary functions (i.e. two arguments)

Full Changelog: v0.10.1...v0.11.3