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: e1c9cbf
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: 54fda32
Choose a head ref
  • 5 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 8, 2020

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

Commits on Jun 15, 2020

  1. Reduce invalidations of other methods (#180)

    These changes, combined with more extensive changes to Julia itself,
    greatly reduce latency stemming from loading FixedPointNumbers.
    Ref JuliaLang/julia#35733.
    
    There will be very little benefit to this on its own, but we can at
    least find out if it works across Julia versions.
    timholy authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    989cca4 View commit details
    Browse the repository at this point in the history
  2. Version 0.8.1

    timholy authored Jun 15, 2020
    2 Configuration menu
    Copy the full SHA
    0872417 View commit details
    Browse the repository at this point in the history
  3. Support floattype(Rational) and require <:AbstractFloat for fallback

    It seems to be a non-sequitur to allow `floattype` to return a type that
    is not an `AbstractFloat`, unless it has been extended as such.
    The docs have been enhanced to clarify when it is OK to extend `floattype`
    in ways that don't return an `AbstractFloat`.
    
    Breaking change: no, not counting the deprecation warning.
    timholy committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    f0257ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54fda32 View commit details
    Browse the repository at this point in the history
Loading