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

Added floor implementation in solvers #18596

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2017

  1. floor() implementation in solve

    K TARUNESHWAR authored and K TARUNESHWAR committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    89c7f4f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. bug fix

    Mohit Gupta authored and mijo2 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    914c2b2 View commit details
    Browse the repository at this point in the history
  2. other: Added PyPI installation procedure

    In Installation procedure, details about installing SymPy using
    PyPI was added and a minor sentence was fixed.
    mijo2 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    6acefd5 View commit details
    Browse the repository at this point in the history
  3. other: Removed the sudo python install command from README

    sudo python setup.py install part was removed from README as it
    was bit of an overkill when explaining the basic installation
    procedure
    mijo2 committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    51a2795 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Merge branch 'floor_implementation' of https://github.com/KTaruneshwa…

    …r/sympy into 12296_floor_implementation
    
    Revived the floor implementation PR
    mijo2 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    db94671 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1aabdf View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. solvers: Updated the floor implementation function

    Updated the floor implementation function in such a way that now
    it returns solutions as a set of Intervals.
    mijo2 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    6ffde65 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. solvers: Moved the floor function

    Moved the floor implementation from solvers to solveset.
    mijo2 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    4abe169 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

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

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    c857974 View commit details
    Browse the repository at this point in the history
  2. solvers: Fixed a typo

    mijo2 committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    0f0d344 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. solvers: Updated the recursive check in floor expression

    Updated the recursive check to not handle expressions when any other
    subclass of Function other than floor is in the expression
    mijo2 committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    c2c334b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Configuration menu
    Copy the full SHA
    03e1dc9 View commit details
    Browse the repository at this point in the history
  2. Simple code change

    Changed an equality expression to ```is_instance``` call.
    
    Co-authored-by: Gagandeep Singh <gdp.1807@gmail.com>
    mijo2 and czgdp1807 committed May 10, 2020
    Configuration menu
    Copy the full SHA
    087b483 View commit details
    Browse the repository at this point in the history