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: JuliaMath/FixedPointNumbers.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: JuliaMath/FixedPointNumbers.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 2 contributors

Commits on Nov 1, 2019

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

Commits on Nov 2, 2019

  1. Fix comments

    kimikage committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    2886070 View commit details
    Browse the repository at this point in the history
  2. Improve accuracy of conversions from floating-point numbers

    This fixes a problem with the input range checking.
    kimikage committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    547eb95 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #131 from kimikage/issue102

    Improve accuracy of conversions from floating-point numbers (Fixes #102)
    kimikage authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    70ae1d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

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

Commits on Nov 19, 2019

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

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    4341fe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b9142b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Fix performance regression with inlining failure on Julia v1.3.0 (Fixes

    #144) (#145)
    
    Julia 1.3.0 generates more redundant intermediate codes which are eventually optimized.
    This trivial change reduces the redundant intermediate codes to promote inlining.
    kimikage authored Nov 30, 2019
    Configuration menu
    Copy the full SHA
    49627e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

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

Commits on Dec 17, 2019

  1. Version 0.7 (#149)

    Since it will likely be a while before we can release 1.0, how about a 0.7 release? I'm bumping the minor version because it is breaking (`scaledual`, and the improved accuracy of conversions).
    timholy authored Dec 17, 2019
    2 Configuration menu
    Copy the full SHA
    7ad0f0c View commit details
    Browse the repository at this point in the history
Loading