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

Make precision a keyword argument, improve handling of rounding mode. #29157

Merged
merged 12 commits into from
Nov 19, 2018

Commits on Oct 7, 2018

  1. Improve handling of precision and rounding mode arguments in BigFloat…

    … constructors.
    
    This makes a few changes to avoid unnecessarily calling `setrounding` and `setprecision`. It also changes `precision` to be a keyword argument (though does not yet deprecate the old behaviour).
    simonbyrne committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    a65f06a View commit details
    Browse the repository at this point in the history
  2. fix docs

    simonbyrne committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    c2099ac View commit details
    Browse the repository at this point in the history
  3. fix Clong issue on win 64

    simonbyrne committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    1004df6 View commit details
    Browse the repository at this point in the history
  4. more Int32 stuff

    simonbyrne committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    2c2c0d3 View commit details
    Browse the repository at this point in the history
  5. add more documentation

    simonbyrne committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    24f4669 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9eb89c8 View commit details
    Browse the repository at this point in the history
  7. fix based on comments

    simonbyrne committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    1831e3a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

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

Commits on Oct 31, 2018

  1. move to deprecated.jl

    simonbyrne committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ded6e2f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Configuration menu
    Copy the full SHA
    86dae43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba6704 View commit details
    Browse the repository at this point in the history
  3. add NEWS entry

    simonbyrne committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    872435d View commit details
    Browse the repository at this point in the history