Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mathics/Mathics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mathics/Mathics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: singletonize-n
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 7, 2021

  1. _numeric_evaluation_with_prec -> apply_N

    several changes to make that apply_N works as N.apply_with_prec
    
    restore test_numeric.py
    
    fixup: Format Python code with Black
    mmatera committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    0f325ea View commit details
    Browse the repository at this point in the history
  2. Improvements in apply_N:

    * Before calling `Expression(SymbolN, result, prec).evaluate(evaluation)` after trying numeric rules, calls again `apply_N` over `result`
    and check if the result is a number. If it is, avoids to call `evaluate`.
    
    * Special cases `Plus[___]` , `Times[___]` and `Power[___]` are checked after being sure that the expression is not atomic, and uses SameQ instead
    of comparing the strings in heads.
    mmatera committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    770e0d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde1481 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. small improvement with N[]

    mmatera committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    1be4f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cd9fdc View commit details
    Browse the repository at this point in the history
  3. more improvements

    mmatera committed Sep 8, 2021
    4 Configuration menu
    Copy the full SHA
    3e0f6ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fac8f95 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. patterntest

    mmatera committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    de60ea7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. faster PatternTest

    mmatera committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    e9f6491 View commit details
    Browse the repository at this point in the history
  2. quick_test True -> continue

    mmatera committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a97e541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    500e898 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    018c8a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e9d8c7 View commit details
    Browse the repository at this point in the history
  6. any->for in compiled modules

    mmatera committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    8472466 View commit details
    Browse the repository at this point in the history
  7. unrolling any tests

    mmatera committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    66a4e29 View commit details
    Browse the repository at this point in the history
  8. singletonize symbols

    mmatera committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    100e954 View commit details
    Browse the repository at this point in the history
  9. merge

    mmatera committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    40b3196 View commit details
    Browse the repository at this point in the history
  10. fix

    mmatera committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9372d52 View commit details
    Browse the repository at this point in the history
Loading