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: JuliaComputing/TableView.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.4
Choose a base ref
...
head repository: JuliaComputing/TableView.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.5
Choose a head ref
  • 12 commits
  • 4 files changed
  • 4 contributors

Commits on Jan 20, 2021

  1. #64 fix display precision of big numbers

    Ben Baumgold committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    ba4834d View commit details
    Browse the repository at this point in the history
  2. add unit-test for large integers

    Ben Baumgold committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    946bb8d View commit details
    Browse the repository at this point in the history
  3. bump version

    Ben Baumgold committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    fd53dfb View commit details
    Browse the repository at this point in the history
  4. use print instead of repr

    Ben Baumgold committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    3f9f0ab View commit details
    Browse the repository at this point in the history
  5. Merge branch 'imprecise_big_numbers' of https://github.com/baumgold/T…

    …ableView.jl into imprecise_big_numbers
    Ben Baumgold committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    7b003f4 View commit details
    Browse the repository at this point in the history
  6. nothing/missing to use repr instead of print

    Ben Baumgold committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    e6dce64 View commit details
    Browse the repository at this point in the history
  7. fix type-o

    Ben Baumgold committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d7d9373 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. force js_max_safe_int to be type Int128 and limit condition from type…

    … Number to type Real
    Ben Baumgold committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    51a9800 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. #64 trunc to Int128

    Ben Baumgold committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5dd10f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Use jsdelivr instead of unpkg

    fonsp authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6adff60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from fonsp/patch-1

    Use jsdelivr instead of unpkg
    pfitzseb authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    48ca384 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65 from baumgold/imprecise_big_numbers

    #64 fix display precision of big numbers
    pfitzseb authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    006c4e3 View commit details
    Browse the repository at this point in the history
Loading