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: JavaScriptIOT/ndarray
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6fb0a92
Choose a base ref
...
head repository: scijs/ndarray
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 58f5d8c
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 8, 2019

  1. Support BigInt64Array/BigUint64Array

    Add support for typed arrays of 64-bit integers (BigInt) now available
    in many browsers. Without this patch these typed arrays were given the
    "generic" dtype, which then attempted to use getters and setters rather
    than indexing, causing an error since typed arrays do not provide these.
    
    These changes are compatible with browsers that do not have these 64-bit
    typed arrays.
    aschampion committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    86be8a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Merge pull request scijs#43 from aschampion/bigint-support

    Support BigInt64Array/BigUint64Array
    mikolalysenko authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    b82d833 View commit details
    Browse the repository at this point in the history
  2. 1.0.19

    mikolalysenko committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    58f5d8c View commit details
    Browse the repository at this point in the history
Loading