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

skip nblas tests if nblas unavailable #250

Closed
wants to merge 630 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 21, 2016

  1. fix mateogianolio#88

    mateogianolio committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    1e830e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2016

  1. Merge pull request mateogianolio#90 from Xuefeng-Zhu/patch-9

    simplify min and max with reduce
    mateogianolio authored Dec 25, 2016
    Configuration menu
    Copy the full SHA
    94fbae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24e8516 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mateogianolio#87 from Xuefeng-Zhu/patch-6

    optimize toString method
    mateogianolio authored Dec 25, 2016
    Configuration menu
    Copy the full SHA
    668b668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f12533 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. add CDNJS version badge in README.md

    This badge will show the version on CDNJS!
    pvnr0082t authored Dec 26, 2016
    Configuration menu
    Copy the full SHA
    f291698 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mateogianolio#91 from pvnr0082t/add-badge

    add CDNJS version badge in README.md
    mateogianolio authored Dec 26, 2016
    Configuration menu
    Copy the full SHA
    467830c View commit details
    Browse the repository at this point in the history
  3. Merge pull request mateogianolio#89 from Xuefeng-Zhu/patch-8

    add binary operation function to vector
    mateogianolio authored Dec 26, 2016
    Configuration menu
    Copy the full SHA
    5bcb18b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd469df View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. Configuration menu
    Copy the full SHA
    f715bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb23eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b1371a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c735582 View commit details
    Browse the repository at this point in the history
  5. Merge pull request mateogianolio#93 from Xuefeng-Zhu/patch-11

    add fill method to matrix
    mateogianolio authored Dec 27, 2016
    Configuration menu
    Copy the full SHA
    bae2e6d View commit details
    Browse the repository at this point in the history
  6. Merge pull request mateogianolio#92 from Xuefeng-Zhu/patch-10

    add binary operation to matrix
    mateogianolio authored Dec 27, 2016
    Configuration menu
    Copy the full SHA
    d4f4474 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76482c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Configuration menu
    Copy the full SHA
    246d65d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51061ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89cbe05 View commit details
    Browse the repository at this point in the history
  4. use fill for random

    Xuefeng-Zhu authored Dec 29, 2016
    Configuration menu
    Copy the full SHA
    848d48b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

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

Commits on Jan 1, 2017

  1. Configuration menu
    Copy the full SHA
    1a16663 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffbec11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b5bab View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. remove extra comma

    Xuefeng-Zhu authored Jan 5, 2017
    Configuration menu
    Copy the full SHA
    54c299d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d982cf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

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

Commits on Jan 15, 2017

  1. Merge pull request mateogianolio#99 from Xuefeng-Zhu/patch-16

    optimize for loop by pre-calculating size
    mateogianolio authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    6defa6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request mateogianolio#97 from Xuefeng-Zhu/patch-14

    add check method for Vector
    mateogianolio authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    a9ce96a View commit details
    Browse the repository at this point in the history
  3. Merge pull request mateogianolio#94 from Xuefeng-Zhu/patch-12

    make callback function takes original data array
    mateogianolio authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    939b31d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'patch-15' of https://github.com/Xuefeng-Zhu/vectorious

    …into Xuefeng-Zhu-patch-15
    mateogianolio committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    afefc0b View commit details
    Browse the repository at this point in the history
  5. fix loop error with fill(), change variable names for construction me…

    …thods and use fill() in identity()
    mateogianolio committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    37035f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a246b7c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Configuration menu
    Copy the full SHA
    eaa3c15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request mateogianolio#95 from Xuefeng-Zhu/patch-13

    make fill take function as value
    mateogianolio authored Jan 18, 2017
    Configuration menu
    Copy the full SHA
    c4562d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Merge pull request mateogianolio#101 from mateogianolio/Xuefeng-Zhu-p…

    …atch-15
    
    make fill take function as value for matrix
    mateogianolio authored Jan 20, 2017
    Configuration menu
    Copy the full SHA
    09a4182 View commit details
    Browse the repository at this point in the history
  2. Add matrix constructing taking only shape (2 variations) + refactor +…

    … tests
    Bart van Andel committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    1175063 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. Merge pull request mateogianolio#100 from bartvanandel/matrixFromShape

    Add matrix constructing taking only shape (2 variations)
    mateogianolio authored Jan 21, 2017
    Configuration menu
    Copy the full SHA
    f2564e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7957b7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7ce529 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

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

Commits on Jan 26, 2017

  1. Merge pull request mateogianolio#103 from mjschock/master

    make nblas an optional dependency
    mateogianolio authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    03a0890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5696af0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request mateogianolio#104 from bartvanandel/fixMochaCall

    Call mocha the npm way, fixes running tests on Windows
    mateogianolio authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    b386b74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc838ef View commit details
    Browse the repository at this point in the history
  5. Merge pull request mateogianolio#106 from bartvanandel/contributors

    Add contributors to package
    mateogianolio authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    5c9dc59 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Supply explicit 'withblas' and 'withoutblas' entry points

    bartvanandel authored and Bart van Andel committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    a891c38 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2017

  1. Merge pull request mateogianolio#105 from bartvanandel/explicitBlas

    Supply explicit 'withblas' and 'withoutblas' entry points
    mateogianolio authored Feb 7, 2017
    Configuration menu
    Copy the full SHA
    d029250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06cf7ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afaf19a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

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

Commits on Feb 27, 2017

  1. upd readme

    mateogianolio authored Feb 27, 2017
    Configuration menu
    Copy the full SHA
    424ef94 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. update license year

    mateogianolio authored Apr 10, 2017
    Configuration menu
    Copy the full SHA
    5c29052 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    efd1dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6036428 View commit details
    Browse the repository at this point in the history
  3. fix mateogianolio#112

    mateogianolio committed May 15, 2018
    Configuration menu
    Copy the full SHA
    cf36eba View commit details
    Browse the repository at this point in the history
  4. Merge pull request mateogianolio#114 from mateogianolio/greenkeeper/i…

    …nitial
    
    Update dependencies to enable Greenkeeper 🌴
    mateogianolio authored May 15, 2018
    Configuration menu
    Copy the full SHA
    4d4ae37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c08f04f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    967ef9a View commit details
    Browse the repository at this point in the history
  2. 4.8.2

    mateogianolio committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    56bc74d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d25a94e View commit details
    Browse the repository at this point in the history
  4. badge fixes

    mateogianolio committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    b7c3822 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Configuration menu
    Copy the full SHA
    609d030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    371ff1b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. Configuration menu
    Copy the full SHA
    103d3be View commit details
    Browse the repository at this point in the history
  2. Merge pull request mateogianolio#117 from opencollective/opencollective

    Activating Open Collective
    mateogianolio authored Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ac0ca16 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. refactror: add some improvements

    * replace unused variable with `_`
    * `throw` stops running the code in a function, so don't need to use `else` then
    * `||`-operator is working wrong when falsy values go, so better replace them with `!=`-operator (as it's not strict and only `undefined` and `null` are usable there)
    * better put conditions out of `for` loop to not evaluating the condition over and over for no need
    * `+0.0` and `0.0` are exactly same values
    * `[].slice` is shorter than `Array.prototype.slice`
    * sometimes saving values to an arguments can take more time, it might be ambiguous
    * `Math.max` and `Math.min` work longer than your own implementation
    * `check` function can take `any` values now with `Number.isFinite`
    *
    Beraliv committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    e816249 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    f25b0a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76b8e2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request mateogianolio#118 from Beraliv/refactor/general

    refactor: add some improvements
    mateogianolio authored Sep 4, 2018
    Configuration menu
    Copy the full SHA
    6516382 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    009246a View commit details
    Browse the repository at this point in the history
  2. Merge pull request mateogianolio#122 from mateogianolio/refactor/class

    refactor vector and matrix to use class syntax
    mateogianolio authored Sep 12, 2018
    Configuration menu
    Copy the full SHA
    1ea64f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86c3d8e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. fix mateogianolio#121

    mateogianolio committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    8dc5c3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84eb134 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

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

Commits on Feb 11, 2019

  1. 5.0.0 (mateogianolio#130)

    * convert to typescript
    
    * update gulp to fix vulnerability, push package-lock and move tsify to devdeps
    
    * add types to arguments
    
    * fix test imports
    
    * move types
    
    * simplify file structure
    
    * cleanup
    
    * more typings, improvements, bugfixes
    
    * trying to get the build working
    
    * working build
    
    * rm opencollective-postinstall
    
    * fix travis
    
    * update codeclimate
    
    * bump version to 5.0.0-beta.0
    
    * add global to env
    
    * try to get nyc working with typescript
    
    * fix mateogianolio#113
    
    * update packages
    
    * switch from var to const/let and some cleanup
    
    * split up spec files in two
    
    * split up logical expression
    
    * update codeclimate config
    
    * cleanup constructor
    
    * bump to 5.0.0, run npm audit fix
    
    * ignore nblas module in browserify bundle
    
    * generate new dist
    
    * fix nblas checks for browser compatibility
    mateogianolio authored Feb 11, 2019
    Configuration menu
    Copy the full SHA
    0da15cd View commit details
    Browse the repository at this point in the history
  2. switch jsdoc => typedoc

    mateogianolio committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    6db840d View commit details
    Browse the repository at this point in the history
  3. add docs

    mateogianolio committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    372c2da View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    e223c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    989e163 View commit details
    Browse the repository at this point in the history
  3. update readme

    mateogianolio committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    ef96b8c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Update mocha to the latest version 🚀 (mateogianolio#133)

    * chore(package): update mocha to version 6.0.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    8ccdd9d View commit details
    Browse the repository at this point in the history
  2. Update @types/node to the latest version 🚀 (mateogianolio#131)

    * chore(package): update @types/node to version 11.9.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    91188b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. Implement NDArray (mateogianolio#132)

    * begin NDArray project
    
    * begin work with ndarray
    
    * bump version
    
    * fix bug in reshape and add tests
    
    * fix random()
    
    * implement copy, cleanup constructor
    
    * improve error messages
    
    * support multidim array input
    
    * switch var => const in specs
    
    * add length and shape assertions to deduplicate code
    
    * add min, max
    
    * add export
    
    * bump minor
    
    * fix typo
    
    * cleanup tests
    
    * rename file for consistency
    
    * build + docs
    mateogianolio authored Feb 24, 2019
    Configuration menu
    Copy the full SHA
    ac42418 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. added cross-product inclusive tests

    Christian Bender committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d16a574 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. changed 'let' to 'const'

    Christian Bender committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    5aa75d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58eab09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4536e81 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. update readme

    mateogianolio committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    65f6315 View commit details
    Browse the repository at this point in the history
  2. added addRow()

    Christian Bender committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    7240492 View commit details
    Browse the repository at this point in the history
  3. added tests

    Christian Bender committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    e0aff65 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Configuration menu
    Copy the full SHA
    f8d991f View commit details
    Browse the repository at this point in the history
  2. changed rowAdd(...) as requested

    Christian Bender committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    ba4dd85 View commit details
    Browse the repository at this point in the history
  3. changed tests ; removed exception test

    Christian Bender committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    0d5f23c View commit details
    Browse the repository at this point in the history
  4. changed test describtion

    Christian Bender committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    902e541 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into added_row_add

    Christian Bender authored Mar 3, 2019
    Configuration menu
    Copy the full SHA
    daa26ba View commit details
    Browse the repository at this point in the history
  6. Update del to the latest version 🚀 (mateogianolio#139)

    * chore(package): update del to version 4.0.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    5c12be7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b993aa View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. added preconditions

    Christian Bender committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    3623f12 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'added_row_add' of http://github.com/christianbender/vec…

    …torious into added_row_add
    Christian Bender committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    d3faae3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0977806 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    725f158 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

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

Commits on Mar 9, 2019

  1. Update ts-node to the latest version 🚀 (mateogianolio#143)

    * chore(package): update ts-node to version 8.0.3
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    42f6814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2687b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Benchmarks (mateogianolio#147)

    * start benchmark project
    
    * update travis node version from 6.9.0 to latest LTS
    
    * complete benchmark suite
    mateogianolio authored Mar 11, 2019
    Configuration menu
    Copy the full SHA
    55f7f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8719d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ecb815 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. increase test coverage

    mateogianolio committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    d359ca6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. add tslint

    mateogianolio committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    5dcf1ee View commit details
    Browse the repository at this point in the history
  2. add tslint to travis

    mateogianolio committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    6aea3a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b295ac4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44a871a View commit details
    Browse the repository at this point in the history
  5. upd readme

    mateogianolio committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    1c0ae88 View commit details
    Browse the repository at this point in the history
  6. separate bench and util

    mateogianolio committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    fd8b146 View commit details
    Browse the repository at this point in the history
  7. upd tsconfig

    mateogianolio committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    e43bad9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ff316e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

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

Commits on Mar 23, 2019

  1. Add browser tests (mateogianolio#154)

    * add browser tests using mochify
    
    * fix 2 moderate vulns
    
    * rm bench.ts from coverage
    
    * add tests for util.ts
    
    * rm gulpfile.js from coverage
    
    * fix throws() syntax in tests
    
    * upd deps
    
    * lint
    mateogianolio authored Mar 23, 2019
    Configuration menu
    Copy the full SHA
    45a059a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

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

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    22c20eb View commit details
    Browse the repository at this point in the history
  2. tslint

    mateogianolio committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    2dd2c54 View commit details
    Browse the repository at this point in the history
  3. bump version, new docs

    mateogianolio committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    88c58e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. greenkeeper/@types/node 11.13.1 (mateogianolio#159)

    * chore(package): update @types/node to version 11.13.1
    
    * chore(package): update lockfile package-lock.json
    mateogianolio authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    5e3f086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9bacac View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Update nyc to the latest version 🚀 (mateogianolio#162)

    * chore(package): update nyc to version 14.0.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    7ed3f5f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Update del to the latest version 🚀 (mateogianolio#164)

    * chore(package): update del to version 4.1.1
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    2df4d21 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Update @types/node to the latest version 🚀 (mateogianolio#165)

    * chore(package): update @types/node to version 12.0.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed May 14, 2019
    Configuration menu
    Copy the full SHA
    b7abcc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

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

Commits on Jul 10, 2019

  1. Update del to the latest version 🚀 (mateogianolio#167)

    * chore(package): update del to version 5.0.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    ecb54a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Bump lodash from 4.17.11 to 4.17.14 (mateogianolio#168)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.11...4.17.14)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mateogianolio committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    c5a10cf View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. 6.0.0-beta.0 (mateogianolio#161)

    * NDArray restructured, tests passing
    
    * finishing touches on NDArray
    
    * prepare Vector and Matrix, fix tslint
    
    * restructure methods of Vector
    
    * disable duplication checks
    
    * ...
    
    * improve types, replace *.call(this, ...) with this.*(...)
    
    * passing tests and lint
    
    * upd dependencies, fix vulns, upd benchmarks, upd docs
    
    * fix docs
    
    * improve docs
    
    * upd travis buildspec
    
    * upgrade matplotnode to 0.4.1
    
    * upgrade matplotnode to 0.4.2
    
    * add libpython-dev to travis buildspec
    
    * upd g++ to 4.9
    
    * rm clang
    
    * nyc config updates
    
    * fix issues with inheritance, split up tests into separate files, rearrange stuff
    
    * upgrade deps
    
    * fix mateogianolio#39
    
    * improvements
    
    * minor cleanup
    
    * cleanup jacobi method
    
    * add lapack optimisations, rename some methods
    
    * dist + docs
    
    * ...
    
    * benchmarks
    
    * add dtype
    
    * improvements
    
    * switch version from 6.0.0 to 6.0.0-beta.0
    mateogianolio authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    a57ab87 View commit details
    Browse the repository at this point in the history
  2. upd readme with @beta tag

    mateogianolio committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    67cc5f9 View commit details
    Browse the repository at this point in the history
  3. upd deps

    mateogianolio committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    bf1e872 View commit details
    Browse the repository at this point in the history
  4. add prepublish script

    mateogianolio committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    5856a58 View commit details
    Browse the repository at this point in the history
  5. upd readme with output

    mateogianolio committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    7232eab View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

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

Commits on Aug 8, 2019

  1. speed

    mateogianolio committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    846dda1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. bugfix get()

    mateogianolio committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    4fc3677 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. fix mateogianolio#173

    mateogianolio committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    d3a1dc7 View commit details
    Browse the repository at this point in the history
  2. new dist + docs

    mateogianolio committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    be518b0 View commit details
    Browse the repository at this point in the history
  3. fix toString test

    mateogianolio committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    e4b4405 View commit details
    Browse the repository at this point in the history
  4. fix typo in add

    mateogianolio committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    2a0ce8a View commit details
    Browse the repository at this point in the history
  5. new dist + docs

    mateogianolio committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    0699ced View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37e0e26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    664aa03 View commit details
    Browse the repository at this point in the history
  8. upd readme

    mateogianolio committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    02c183e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9da2348 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. fix transpose typo

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    bc55596 View commit details
    Browse the repository at this point in the history
  2. cleanup

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    4297539 View commit details
    Browse the repository at this point in the history
  3. fix mateogianolio#175

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    f7cd5d9 View commit details
    Browse the repository at this point in the history
  4. fix mateogianolio#180

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    3b78725 View commit details
    Browse the repository at this point in the history
  5. fix mateogianolio#179

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    ba7620e View commit details
    Browse the repository at this point in the history
  6. fix mateogianolio#181

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    04cb7af View commit details
    Browse the repository at this point in the history
  7. fix mateogianolio#182

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    7fd9f62 View commit details
    Browse the repository at this point in the history
  8. fix mateogianolio#174

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    de6a02b View commit details
    Browse the repository at this point in the history
  9. fix typo

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    31a7c49 View commit details
    Browse the repository at this point in the history
  10. update examples to ts

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    9ead784 View commit details
    Browse the repository at this point in the history
  11. dist + docs

    mateogianolio committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    a043ad7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

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

Commits on Aug 26, 2019

  1. Update del to the latest version 🚀 (mateogianolio#184)

    * chore(package): update del to version 5.1.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    bd8c983 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Update README.md

    mateogianolio authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    5c8bfba View commit details
    Browse the repository at this point in the history
  2. Delete FUNDING.yml

    mateogianolio authored Nov 6, 2019
    Configuration menu
    Copy the full SHA
    e596bb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Update nyc to the latest version 🚀 (mateogianolio#185)

    * chore(package): update nyc to version 15.0.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    3bf8de4 View commit details
    Browse the repository at this point in the history
  2. Update typedoc to the latest version 🚀 (mateogianolio#188)

    * chore(package): update typedoc to version 0.16.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and mateogianolio committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    1a93e01 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Bump acorn from 5.7.3 to 5.7.4 (mateogianolio#191)

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    c2845e8 View commit details
    Browse the repository at this point in the history
  2. Update @types/mocha to the latest version 🚀 (mateogianolio#190)

    * chore(package): update @types/mocha to version 7.0.0
    
    * chore(package): update lockfile package-lock.json
    
    Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
    Co-authored-by: Mateo Gianolio <[email protected]>
    greenkeeper[bot] and mateogianolio authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    18cfcf8 View commit details
    Browse the repository at this point in the history
  3. Update mocha to the latest version 🚀 (mateogianolio#189)

    * chore(package): update mocha to version 7.0.1
    
    * chore(package): update lockfile package-lock.json
    
    Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
    Co-authored-by: Mateo Gianolio <[email protected]>
    greenkeeper[bot] and mateogianolio authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    c62e97a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Update @types/node to the latest version 🚀 (mateogianolio#186)

    * chore(package): update @types/node to version 13.1.0
    
    * chore(package): update lockfile package-lock.json
    
    Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
    Co-authored-by: Mateo Gianolio <[email protected]>
    greenkeeper[bot] and mateogianolio authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    d2ec3df View commit details
    Browse the repository at this point in the history
  2. Update typedoc to the latest version 🚀 (mateogianolio#192)

    * chore(package): update typedoc to version 0.17.0
    
    * chore(package): update lockfile package-lock.json
    
    Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
    greenkeeper[bot] authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    342f9a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Bump https-proxy-agent from 2.2.1 to 2.2.4 (mateogianolio#194)

    Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4.
    - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases)
    - [Commits](TooTallNate/proxy-agents@2.2.1...2.2.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    4dade43 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Bump jquery from 3.4.1 to 3.5.0 (mateogianolio#195)

    Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/jquery/jquery/releases)
    - [Commits](jquery/jquery@3.4.1...3.5.0)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    0bae23a View commit details
    Browse the repository at this point in the history
  2. Update @types/node to the latest version 🚀 (mateogianolio#196)

    * chore(package): update @types/node to version 14.0.0
    
    * chore(package): update lockfile package-lock.json
    
    Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
    Co-authored-by: Mateo Gianolio <[email protected]>
    greenkeeper[bot] and mateogianolio authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    b53e9fc View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. 6.0.0 (mateogianolio#193)

    * upd dependencies
    
    * es5 => es2015
    
    * prepare strides
    
    * Prepare iterator
    
    * Add strided iterator
    
    * Working strides for abs
    
    * Fix mateogianolio#153, mateogianolio#172
    
    * Mega-cleanup commit (types, docs, tests, etc)
    
    * Fix examples
    
    * More cleanup
    
    * Tslint
    
    * Export statics globally and cleanup
    
    * Fix examples
    
    * Add NDMultiIter class
    
    * Fix
    
    * Export both iterators
    
    * Add todo note
    
    * Update version
    
    * Updates
    
    * Switch to jest
    
    * Add github actions workflow
    
    * Remove .travis.yml
    
    * Fix conflict
    
    * GH Actions fix
    
    * Fix
    
    * Skip code coverage for now
    
    * Fix bug
    mateogianolio authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    75c048a View commit details
    Browse the repository at this point in the history
  2. Update readme

    mateogianolio committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3f7cc2d View commit details
    Browse the repository at this point in the history
  3. Fix package.json

    mateogianolio committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3f46b27 View commit details
    Browse the repository at this point in the history
  4. .map() bugfix

    mateogianolio committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    026c1cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b659e6a View commit details
    Browse the repository at this point in the history
  6. Create CNAME

    mateogianolio committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    31f14c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Update README

    mateogianolio committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    0e1d990 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Fix links (mateogianolio#202)

    * Fix links
    
    * Update README.md
    
    Co-authored-by: Mateo Gianolio <[email protected]>
    
    Co-authored-by: Mateo Gianolio <[email protected]>
    majiang and mateogianolio authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    ce906a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Bump node-notifier from 8.0.0 to 8.0.1 (mateogianolio#201)

    Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
    - [Release notes](https://github.com/mikaelbr/node-notifier/releases)
    - [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
    - [Commits](mikaelbr/node-notifier@v8.0.0...v8.0.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mateo Gianolio <[email protected]>
    dependabot[bot] and mateogianolio authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    d49cd6f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Switch to esbuild (mateogianolio#199)

    * Switch to esbuild
    
    * built => dist for 'types' field
    
    * @types/mocha => @types/jest
    
    * Don't use destructuring on this.coords
    
    * Fix mateogianolio#203: Copy underlying data in c-contiguous order
    
    * Fix naming
    
    * New dist
    
    * Fix CI
    
    * Update dependencies
    
    * libpython2-dev => python-dev
    
    * Simplify toArray
    
    * Cleanup
    
    * Update deps
    
    * Add benchmarks
    
    * Update license year
    
    * Add .npmignore
    
    * Publish coverage to CodeClimate
    
    * Layout update
    
    * Fix CI
    
    * Update badges
    mateogianolio authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    dc0c7c6 View commit details
    Browse the repository at this point in the history
  2. Generate dist

    mateogianolio committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    a52ed8f View commit details
    Browse the repository at this point in the history
  3. [skip ci] Update docs

    mateogianolio committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    07b5a64 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. fix/176 Fix issues with slice method (mateogianolio#207)

    * Fix slice issues
    
    * Increase slice test coverage
    
    * Fix typo in slice benchmark
    
    * Bump version
    
    * Generate dist
    
    * Generate docs
    
    * Generate benchmarks
    mateogianolio authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    c5c9afe View commit details
    Browse the repository at this point in the history
  2. [skip ci] Update readme

    mateogianolio committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    803841b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. feature/module Add ES module output (mateogianolio#219)

    * Add ES module output
    
    * .T should return copy
    
    * Fix inverted contiguous bool
    
    * Add exports field
    
    * Update readme
    
    * Add increments and checks for blas calls
    
    * Generate dist
    
    * Fix tolerance issue in rank function
    
    * Contiguous flag causes unexpected issues, remove for now
    
    * Update ci, add release workflow
    
    * Fix bug in fill method
    
    * LAPACK acceleration in gauss() not working, remove for now
    
    * Fix bugs in test suite
    
    * Remove dist before build
    
    * Generate dist
    
    * Automatically tag releases
    mateogianolio authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    aa47308 View commit details
    Browse the repository at this point in the history
  2. Update workflow

    mateogianolio committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d04ef0c View commit details
    Browse the repository at this point in the history
  3. Update workflow

    mateogianolio committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    6ad2088 View commit details
    Browse the repository at this point in the history
  4. Publish dist and docs

    mateogianolio committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a9b4f98 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    ed5d5df View commit details
    Browse the repository at this point in the history
  2. Publish dist and docs

    mateogianolio committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    486d74e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6359706 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Bump minimist from 1.2.5 to 1.2.6 (mateogianolio#224)

    * Bump minimist from 1.2.5 to 1.2.6
    
    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Trigger rebuild
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mateo Gianolio <[email protected]>
    dependabot[bot] and mateogianolio authored May 25, 2022
    Configuration menu
    Copy the full SHA
    236d506 View commit details
    Browse the repository at this point in the history
  2. 6.1.2

    mateogianolio committed May 25, 2022
    Configuration menu
    Copy the full SHA
    2a7e4c9 View commit details
    Browse the repository at this point in the history
  3. Bump lodash from 4.17.20 to 4.17.21 (mateogianolio#227)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.20...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    7035264 View commit details
    Browse the repository at this point in the history
  4. Bump tmpl from 1.0.4 to 1.0.5 (mateogianolio#226)

    Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
    - [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
    - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: tmpl
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    6ba35bd View commit details
    Browse the repository at this point in the history
  5. Bump path-parse from 1.0.6 to 1.0.7 (mateogianolio#225)

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    7d39547 View commit details
    Browse the repository at this point in the history
  6. Bump glob-parent from 5.1.1 to 5.1.2 (mateogianolio#228)

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    f3eef5c View commit details
    Browse the repository at this point in the history
  7. Bump ws from 7.4.3 to 7.5.7 (mateogianolio#229)

    Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 7.5.7.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.4.3...7.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    db803d7 View commit details
    Browse the repository at this point in the history
  8. Bump browserslist from 4.16.3 to 4.20.3 (mateogianolio#230)

    Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.20.3.
    - [Release notes](https://github.com/browserslist/browserslist/releases)
    - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
    - [Commits](browserslist/browserslist@4.16.3...4.20.3)
    
    ---
    updated-dependencies:
    - dependency-name: browserslist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    9d1807d View commit details
    Browse the repository at this point in the history
  9. Bump hosted-git-info from 2.8.8 to 2.8.9 (mateogianolio#231)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    ---
    updated-dependencies:
    - dependency-name: hosted-git-info
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2022
    Configuration menu
    Copy the full SHA
    aa88107 View commit details
    Browse the repository at this point in the history
  10. Publish dist and docs

    mateogianolio committed May 25, 2022
    Configuration menu
    Copy the full SHA
    f89330b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0002de9 View commit details
    Browse the repository at this point in the history
  12. 6.1.3

    mateogianolio committed May 25, 2022
    Configuration menu
    Copy the full SHA
    fd655a7 View commit details
    Browse the repository at this point in the history
  13. Resolve conflict

    mateogianolio committed May 25, 2022
    Configuration menu
    Copy the full SHA
    cd37db3 View commit details
    Browse the repository at this point in the history
  14. Update github workflows

    mateogianolio committed May 25, 2022
    Configuration menu
    Copy the full SHA
    8683908 View commit details
    Browse the repository at this point in the history
  15. Publish dist and docs

    mateogianolio committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1e127c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    8226881 View commit details
    Browse the repository at this point in the history
  2. Fix examples

    mateogianolio committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    6373015 View commit details
    Browse the repository at this point in the history
  3. 6.1.4

    mateogianolio committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    2982bfd View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    mateogianolio committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    fd2ded5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8efd3c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4beae6e View commit details
    Browse the repository at this point in the history
  7. Publish dist and docs

    mateogianolio committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    a65f415 View commit details
    Browse the repository at this point in the history
  8. Trigger ci

    mateogianolio committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    2125a1b View commit details
    Browse the repository at this point in the history
  9. Publish dist and docs

    mateogianolio committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    55e273a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    f4c0282 View commit details
    Browse the repository at this point in the history
  2. Publish dist and docs

    mateogianolio committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    48ea935 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd8a037 View commit details
    Browse the repository at this point in the history
  4. Publish dist and docs

    mateogianolio committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    d3cf202 View commit details
    Browse the repository at this point in the history
  5. Bump json5 from 2.2.1 to 2.2.3 (mateogianolio#232)

    Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.1...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mateo Gianolio <[email protected]>
    dependabot[bot] and mateogianolio authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    5e5f884 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c07cc66 View commit details
    Browse the repository at this point in the history
  7. Publish dist and docs

    mateogianolio committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fbead2f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    243603c View commit details
    Browse the repository at this point in the history
  2. Publish dist and docs

    mateogianolio committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    e4c8ee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da5063 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Add prettier formatter (mateogianolio#235)

    * Add prettier formatter
    
    * [skip ci] Bump version
    mateogianolio authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6017812 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Remove non-null assertions (mateogianolio#236)

    * Remove non-null assertions
    
    * 6.1.8
    mateogianolio authored May 29, 2023
    Configuration menu
    Copy the full SHA
    4657cc4 View commit details
    Browse the repository at this point in the history
  2. Publish dist and docs

    mateogianolio committed May 29, 2023
    Configuration menu
    Copy the full SHA
    2b37596 View commit details
    Browse the repository at this point in the history
  3. Split up iterators into separate files (mateogianolio#237)

    * Remove non-null assertions
    
    * 6.1.8
    
    * Split up iterators into separate files
    
    * 6.1.9
    mateogianolio authored May 29, 2023
    Configuration menu
    Copy the full SHA
    19a018d View commit details
    Browse the repository at this point in the history
  4. Publish dist and docs

    mateogianolio committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e882ab2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Add benchmarks to iterators (mateogianolio#238)

    * Remove old benchmarks and add benchmarks to .gitignore
    
    * Add benchmarks to iterators
    
    * Improvement/renaming to bench script
    
    * 6.1.10
    mateogianolio authored May 30, 2023
    Configuration menu
    Copy the full SHA
    7f61215 View commit details
    Browse the repository at this point in the history
  2. Publish dist and docs

    mateogianolio committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1273799 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Remove next2d and next1d from NDIter and add test case (mateogianolio…

    …#239)
    
    * Remove next2d and next1d from NDIter and add test case
    
    * 6.1.11
    mateogianolio authored May 31, 2023
    Configuration menu
    Copy the full SHA
    2fa7731 View commit details
    Browse the repository at this point in the history
  2. Publish dist and docs

    mateogianolio committed May 31, 2023
    Configuration menu
    Copy the full SHA
    de5f547 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Improve test coverage (mateogianolio#240)

    * Improve test for multidimensional iterator
    
    * Improve tests for matrix multiply
    
    * Add blas.ts tests (except gemm)
    
    * Test unoptimized path for add()
    
    * Test unoptimized path for dot()
    
    * Test unoptimized path for inv()
    
    * Test unoptimized path for multiply()
    mateogianolio authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    cd2b8ff View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    b20d7cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c071878 View commit details
    Browse the repository at this point in the history
  3. Publish dist and docs

    mateogianolio committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    490462a View commit details
    Browse the repository at this point in the history
  4. Eschew rm (mateogianolio#248)

    use rimraf instead of `rm -rf`. This makes the build work on Windows.
    
    Co-authored-by: Mateo Gianolio <[email protected]>
    rotu and mateogianolio authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d5357b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d78391f View commit details
    Browse the repository at this point in the history
  6. Publish dist and docs

    mateogianolio committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3ec2561 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2dfb410 View commit details
    Browse the repository at this point in the history