Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arithmetic refactor #766

Draft
wants to merge 25 commits into
base: master
Choose a base branch
from
Draft

Arithmetic refactor #766

wants to merge 25 commits into from

Commits on May 26, 2023

  1. test_zero_arithmetic_expr

    mmatera committed May 26, 2023
    Configuration menu
    Copy the full SHA
    17e6ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5110739 View commit details
    Browse the repository at this point in the history
  3. adding tests. fix typo

    improving tests
    
    more fixes
    
    more tests
    mmatera committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8e7e774 View commit details
    Browse the repository at this point in the history
  4. Pi is a Numpy constant

    mmatera committed May 26, 2023
    Configuration menu
    Copy the full SHA
    773aee0 View commit details
    Browse the repository at this point in the history
  5. arithmetic refactor

    mmatera committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e8b90f8 View commit details
    Browse the repository at this point in the history
  6. flake8 mathics.eval.parts

    mmatera committed May 26, 2023
    Configuration menu
    Copy the full SHA
    757011f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5be5ae View commit details
    Browse the repository at this point in the history
  8. Pi is a Numpy constant

    mmatera committed May 26, 2023
    Configuration menu
    Copy the full SHA
    7b6f650 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f39e64e View commit details
    Browse the repository at this point in the history
  10. adding session.parse method, which is handy for low-level tests. remo…

    …ving unused imports. adding symbols to mathics.core.systemsymbols
    mmatera committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f44dc77 View commit details
    Browse the repository at this point in the history
  11. Pi is a Numpy constant

    mmatera committed May 26, 2023
    Configuration menu
    Copy the full SHA
    2481118 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d9a961a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4cf85ac View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    279ae2c View commit details
    Browse the repository at this point in the history
  2. flake8

    mmatera committed May 27, 2023
    Configuration menu
    Copy the full SHA
    a0b5310 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    74e5823 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Correct typo in error message pattern

    rocky authored and mmatera committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    a2ada0b View commit details
    Browse the repository at this point in the history
  2. RealAbs and RealSign

    mmatera committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    87316dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc54766 View commit details
    Browse the repository at this point in the history
  4. merge

    mmatera committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b3119c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. tiny tweaks in documentation

    mmatera committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    4d8f5b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c32daa2 View commit details
    Browse the repository at this point in the history
  3. RealAbs and RealSign (#885)

    This PR implements two new builtins. Also, its low-level implementation
    is used to simplify some of the low-level eval functions in arithmetic
    and testing expressions.
    
    ---------
    
    Co-authored-by: rocky <rb@dustyfeet.com>
    mmatera and rocky committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ada4a4a View commit details
    Browse the repository at this point in the history
  4. merge

    mmatera committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    261ba42 View commit details
    Browse the repository at this point in the history
  5. remove duplicated

    mmatera committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c16e3bc View commit details
    Browse the repository at this point in the history