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

Feature/specify import require paths #1941

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    52f6def View commit details
    Browse the repository at this point in the history
  2. Publish v6.6.1

    josdejong committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    033a6ba View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Use prepare script (josdejong#1751)

    Using `prepare` step to build ensures that dependency can be installed directly from git repository
    https://docs.npmjs.com/misc/scripts#prepublish-and-prepare
    
    `prepublishOnly` is run **after** `prepare` script so this should have no effect.
    
    Co-authored-by: Jos de Jong <[email protected]>
    cinderblock and josdejong committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    7fc4606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9272395 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6389ed1 View commit details
    Browse the repository at this point in the history
  4. Update devDependencies

    josdejong committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    13ce295 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Update babel7 to the latest version 🚀 (josdejong#1762)

    * chore(package): update @babel/core to version 7.8.7
    
    * chore(package): update @babel/preset-env to version 7.8.7
    
    * chore(package): update lockfile package-lock.json
    
    Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
    greenkeeper[bot] committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    86606dc View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

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

Commits on Mar 23, 2020

  1. Update devDependencies

    josdejong committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    1dbae6e View commit details
    Browse the repository at this point in the history
  2. remove contributors from package.json in favour of AUTHORS (josdejong…

    …#1774)
    
    * remove contributors from package.json in favour of AUTHORS
    
    The contributors section of our package.json is _very_ long and
    manually updating can (?) be a pain.
    
    I took a leaf out of nodejs's book and copied their update-authors
    script [1].
    
    [1]: https://github.com/nodejs/node/blob/master/tools/update-authors.js
    
    * remove some of my many emails
    
    * add a couple more mail mappings
    
    * get lint passing
    
    * add instruction to update-authors
    
    Co-authored-by: Jos de Jong <[email protected]>
    harrysarson and josdejong committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    08feb7f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Update devDependencies

    josdejong committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    b2af1d7 View commit details
    Browse the repository at this point in the history
  2. Fix josdejong#1789: Function eigs not calculating with BigNumber pr…

    …ecision when input contains BigNumbers
    josdejong committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    5624e69 View commit details
    Browse the repository at this point in the history
  3. Publish v6.6.2

    josdejong committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    1496cc5 View commit details
    Browse the repository at this point in the history
  4. Improve dot product (josdejong#1773)

    * make dot product faster and correct for ℂ
    
    * minor fixes
    
    * added tests, fixed bugs
    
    * add dot for sparse matrices
    
    * make multiply(vec, vec) use dot
    
    * add test for complex vectors
    
    * added test for mul(vec, vec), removed one TODO comment
    
    Co-authored-by: Jos de Jong <[email protected]>
    m93a and josdejong committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    aafef57 View commit details
    Browse the repository at this point in the history
  5. Update history

    josdejong committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    56e0d1e View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Update devDependencies

    josdejong committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    b8f2636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e8d128 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fae6527 View commit details
    Browse the repository at this point in the history
  4. Update history

    josdejong committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    a23f9c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3153de2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Prefix the cli test with 'node' so it works on windows

    Shouldnt provide any issues for other systems I hope
    Veeloxfire committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    4cd2704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    268b594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bff420 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Bump @babel/preset-env from 7.9.0 to 7.9.5 (josdejong#1810)

    Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.0 to 7.9.5.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
    - [Commits](babel/babel@v7.9.0...v7.9.5)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b1850b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76a9506 View commit details
    Browse the repository at this point in the history
  3. Prefix the cli test with 'node' so it works on windows (josdejong#1807)

    * Prefix the cli test with 'node' so it works on windows
    
    Shouldnt provide any issues for other systems I hope
    
    * Revert "Prefix the cli test with 'node' so it works on windows"
    
    This reverts commit 4cd2704.
    
    * Revert "Revert "Prefix the cli test with 'node' so it works on windows""
    
    This reverts commit 268b594.
    
    Co-authored-by: Jos de Jong <[email protected]>
    Veeloxfire and josdejong committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f6a8a23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7833e23 View commit details
    Browse the repository at this point in the history
  5. Update history

    josdejong committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9f8564b View commit details
    Browse the repository at this point in the history
  6. Diff function

    Veeloxfire committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    bc3cbbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49a6521 View commit details
    Browse the repository at this point in the history
  8. Diff docs

    Veeloxfire committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b94a346 View commit details
    Browse the repository at this point in the history
  9. Finalized Diff function

    Added tests and then fixed all linting issues
    Veeloxfire committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9a66b80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79066f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    7216bc8 View commit details
    Browse the repository at this point in the history
  2. update package-lock

    harrysarson committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    0dda76d View commit details
    Browse the repository at this point in the history
  3. Fix josdejong#1813: bug in engineering notation for numbers of functi…

    …on `format`, sometimes resulting in needless trailing zeros
    josdejong committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    3f6646f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2c3f73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fcf7d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12395f2 View commit details
    Browse the repository at this point in the history
  7. Publish v6.6.3

    josdejong committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    7501265 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a50291 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Bump uglify-js from 3.8.1 to 3.9.0 (josdejong#1816)

    Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 3.8.1 to 3.9.0.
    - [Release notes](https://github.com/mishoo/UglifyJS2/releases)
    - [Commits](mishoo/UglifyJS@v3.8.1...v3.9.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    cb32347 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Publish v6.6.4

    josdejong committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    8945f00 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Bump uglify-js from 3.9.0 to 3.9.1 (josdejong#1818)

    Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 3.9.0 to 3.9.1.
    - [Release notes](https://github.com/mishoo/UglifyJS2/releases)
    - [Commits](mishoo/UglifyJS@v3.9.0...v3.9.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    c1fc7a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

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

Commits on Apr 30, 2020

  1. Bump karma from 4.4.1 to 5.0.3 (josdejong#1830)

    Bumps [karma](https://github.com/karma-runner/karma) from 4.4.1 to 5.0.3.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v4.4.1...v5.0.3)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    ac92336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e78bb7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Bump karma from 5.0.3 to 5.0.4 (josdejong#1839)

    Bumps [karma](https://github.com/karma-runner/karma) from 5.0.3 to 5.0.4.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v5.0.3...v5.0.4)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 1, 2020
    Configuration menu
    Copy the full SHA
    9c0cd2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6aacc View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Update devDependencies

    josdejong committed May 3, 2020
    Configuration menu
    Copy the full SHA
    ccb1323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28b7a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f948755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d145588 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    6038d12 View commit details
    Browse the repository at this point in the history
  2. Publish v6.6.5

    josdejong committed May 4, 2020
    Configuration menu
    Copy the full SHA
    37d9184 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    654e193 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into v7

    # Conflicts:
    #	HISTORY.md
    #	package-lock.json
    #	package.json
    josdejong committed May 6, 2020
    Configuration menu
    Copy the full SHA
    aafa456 View commit details
    Browse the repository at this point in the history
  3. Change node versions (josdejong#1845)

    * Update devDependencies
    
    * Fixed `eigs` not using `config.epsilon` (see josdejong#1789)
    
    * Should be able to take NAMED_DELIMITER as object keys (josdejong#1798)
    
    Co-authored-by: Jos de Jong <[email protected]>
    
    * Update history
    
    * Clarify the documentation on `scope` when using `rawArgs`, see josdejong#1055
    
    * Bump @babel/preset-env from 7.9.0 to 7.9.5 (josdejong#1810)
    
    Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.9.0 to 7.9.5.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
    - [Commits](babel/babel@v7.9.0...v7.9.5)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    
    * Prefix the cli test with 'node' so it works on windows (josdejong#1807)
    
    * Prefix the cli test with 'node' so it works on windows
    
    Shouldnt provide any issues for other systems I hope
    
    * Revert "Prefix the cli test with 'node' so it works on windows"
    
    This reverts commit 4cd2704.
    
    * Revert "Revert "Prefix the cli test with 'node' so it works on windows""
    
    This reverts commit 268b594.
    
    Co-authored-by: Jos de Jong <[email protected]>
    
    * Fix josdejong#1808: `toNumber()` not working on a unitless unit (josdejong#1811)
    
    * Update history
    
    * Fix josdejong#1813: bug in engineering notation for numbers of function `format`, sometimes resulting in needless trailing zeros
    
    * Improve explanation of engineering notation in function format
    
    * Publish v6.6.3
    
    * Bump uglify-js from 3.8.1 to 3.9.0 (josdejong#1816)
    
    Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 3.8.1 to 3.9.0.
    - [Release notes](https://github.com/mishoo/UglifyJS2/releases)
    - [Commits](mishoo/UglifyJS@v3.8.1...v3.9.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    
    * Publish v6.6.4
    
    * Bump uglify-js from 3.9.0 to 3.9.1 (josdejong#1818)
    
    Bumps [uglify-js](https://github.com/mishoo/UglifyJS2) from 3.9.0 to 3.9.1.
    - [Release notes](https://github.com/mishoo/UglifyJS2/releases)
    - [Commits](mishoo/UglifyJS@v3.9.0...v3.9.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    
    * Bump karma from 4.4.1 to 5.0.3 (josdejong#1830)
    
    Bumps [karma](https://github.com/karma-runner/karma) from 4.4.1 to 5.0.3.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v4.4.1...v5.0.3)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    
    * Bump karma-mocha from 1.3.0 to 2.0.1 (josdejong#1832)
    
    * Bump karma from 5.0.3 to 5.0.4 (josdejong#1839)
    
    Bumps [karma](https://github.com/karma-runner/karma) from 5.0.3 to 5.0.4.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v5.0.3...v5.0.4)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    
    * Bump mocha from 7.1.1 to 7.1.2 (josdejong#1827)
    
    * Update devDependencies
    
    * Fix josdejong#1834: value `Infinity` cannot be serialized and deserialized
    
    * Fix broken bundle tests and linting issues
    
    * Fix unit test on node 8 (yeah, I know)
    
    * Fix josdejong#1842: value `Infinity` not turned into the latex symbol `\\infty`
    
    * Publish v6.6.5
    
    * Fix fixer.io example, the free plan doesn't support SSL
    
    * Change node versions
    
    Co-authored-by: jos <[email protected]>
    Co-authored-by: Veeloxfire <[email protected]>
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    4 people committed May 6, 2020
    Configuration menu
    Copy the full SHA
    0566944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23c1ebf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23e38be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f87df5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a572de4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Publish v7.0.0

    josdejong committed May 7, 2020
    Configuration menu
    Copy the full SHA
    87f9f9e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Bump karma from 5.0.4 to 5.0.5 (josdejong#1848)

    Bumps [karma](https://github.com/karma-runner/karma) from 5.0.4 to 5.0.5.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v5.0.4...v5.0.5)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 8, 2020
    Configuration menu
    Copy the full SHA
    9c293a8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Clarify eigs documentation (josdejong#1847)

    The matrix `math.eigs(H).vectors` contains the eigenvectors as columns, not rows, as previously suggested.
    Also includes example of how to access the relevant vectors using `math.column`.
    
    Co-authored-by: Jos de Jong <[email protected]>
    Lazersmoke and josdejong committed May 9, 2020
    Configuration menu
    Copy the full SHA
    05860b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40fab0 View commit details
    Browse the repository at this point in the history
  3. Remove greenkeeper badge

    josdejong committed May 9, 2020
    Configuration menu
    Copy the full SHA
    cf8ade9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Bump standard from 14.3.3 to 14.3.4 (josdejong#1853)

    Bumps [standard](https://github.com/standard/standard) from 14.3.3 to 14.3.4.
    - [Release notes](https://github.com/standard/standard/releases)
    - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
    - [Commits](standard/standard@v14.3.3...v14.3.4)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1b6dfd0 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Bump uglify-js from 3.9.2 to 3.9.3 (josdejong#1858)

    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.9.2 to 3.9.3.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](mishoo/UglifyJS@v3.9.2...v3.9.3)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 16, 2020
    Configuration menu
    Copy the full SHA
    db78ff5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Bump karma from 5.0.5 to 5.0.7 (josdejong#1859)

    Bumps [karma](https://github.com/karma-runner/karma) from 5.0.5 to 5.0.7.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v5.0.5...v5.0.7)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 18, 2020
    Configuration menu
    Copy the full SHA
    c896f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23f32fa View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Bump karma from 5.0.7 to 5.0.8 (josdejong#1863)

    Bumps [karma](https://github.com/karma-runner/karma) from 5.0.7 to 5.0.8.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v5.0.7...v5.0.8)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 19, 2020
    Configuration menu
    Copy the full SHA
    d229faa View commit details
    Browse the repository at this point in the history
  2. Bump karma-browserstack-launcher from 1.5.2 to 1.6.0 (josdejong#1861)

    Bumps [karma-browserstack-launcher](https://github.com/karma-runner/karma-browserstack-launcher) from 1.5.2 to 1.6.0.
    - [Release notes](https://github.com/karma-runner/karma-browserstack-launcher/releases)
    - [Changelog](https://github.com/karma-runner/karma-browserstack-launcher/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/karma-runner/karma-browserstack-launcher/commits)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 19, 2020
    Configuration menu
    Copy the full SHA
    24dba41 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    e44cb97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d394ba View commit details
    Browse the repository at this point in the history
  3. Bump karma from 5.0.8 to 5.0.9 (josdejong#1864)

    Bumps [karma](https://github.com/karma-runner/karma) from 5.0.8 to 5.0.9.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v5.0.8...v5.0.9)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 20, 2020
    Configuration menu
    Copy the full SHA
    20d83de View commit details
    Browse the repository at this point in the history
  4. Bump codecov from 3.6.5 to 3.7.0 (josdejong#1862)

    Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.7.0.
    - [Release notes](https://github.com/codecov/codecov-node/releases)
    - [Commits](codecov/codecov-node@v3.6.5...v3.7.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 20, 2020
    Configuration menu
    Copy the full SHA
    8cf7bd6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Bump mocha from 7.1.2 to 7.2.0 (josdejong#1865)

    Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.2 to 7.2.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v7.1.2...v7.2.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed May 25, 2020
    Configuration menu
    Copy the full SHA
    5c179a9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Update devDependencies

    josdejong committed May 30, 2020
    Configuration menu
    Copy the full SHA
    f038a4c View commit details
    Browse the repository at this point in the history
  2. Publish v7.0.1

    josdejong committed May 30, 2020
    Configuration menu
    Copy the full SHA
    3202027 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Bump nyc from 15.0.1 to 15.1.0 (josdejong#1878)

    Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.0.1 to 15.1.0.
    - [Release notes](https://github.com/istanbuljs/nyc/releases)
    - [Changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md)
    - [Commits](istanbuljs/nyc@v15.0.1...v15.1.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5e85b19 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Update devDependencies

    josdejong committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7dd764b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Bump mocha from 7.2.0 to 8.0.1 (josdejong#1881)

    Bumps [mocha](https://github.com/mochajs/mocha) from 7.2.0 to 8.0.1.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v7.2.0...v8.0.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    ef1c7a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Fix josdejong#1882: have DenseMatrix.resize and `SparseMatrix.resiz…

    …e` accept `DenseMatrix` and `SparseMatrix` as inputs too
    josdejong committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    6c7f4c8 View commit details
    Browse the repository at this point in the history
  2. Fix lint error

    josdejong committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    ac97133 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Bump karma from 5.0.9 to 5.1.0 (josdejong#1884)

    Bumps [karma](https://github.com/karma-runner/karma) from 5.0.9 to 5.1.0.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v5.0.9...v5.1.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    8428b18 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    0ae2d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4154a50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef3b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8521d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b5038e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Fix functions sum, prod, min, and max not throwing a conversi…

    …on error when passing a single string, like `sum("abc")`
    josdejong committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    c19492a View commit details
    Browse the repository at this point in the history
  2. Fix unit test

    josdejong committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    719fc80 View commit details
    Browse the repository at this point in the history
  3. Publish v 7.0.2

    josdejong committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    9e4967a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. g != h (josdejong#1897)

    ik it's small but I was reading and it was kind of annoying
    Groovin-Dev committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    98ce1fe View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Fix josdejong#1899: documentation on expression trees still using ol…

    …d namespace
    
      `math.expression.node.*` instead of `math.*`
    josdejong committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    2df28bb View commit details
    Browse the repository at this point in the history
  2. Fix typo

    josdejong committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    ca6aa45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab9866 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    2a76ff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    103f078 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

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

Commits on Jul 11, 2020

  1. Update devDependencies

    josdejong committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    d3f7117 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Replace recursive calls in typed-functions with this-style calls (j…

    …osdejong#1903)
    
    * Fix josdejong#1902: typo in an example in the documentation
    
    * Replace recursive calls in typed-functions with `this`-style calls
    
    * Replace more recursive calls in typed-functions with `this`-style calls
    
    * Refactor compareNatural to use this-style recursion
    
    Co-authored-by: josdejong <[email protected]>
    nickewing and josdejong committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    859cfa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef0f9b View commit details
    Browse the repository at this point in the history
  3. Publish v7.1.0

    josdejong committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    76a0ec7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Added other types to diff.test.js

    Tests for bignumber, fraction and units.
    Veeloxfire committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    e993e83 View commit details
    Browse the repository at this point in the history
  2. added unit tests for diff Errors

    Added Unit tests for the 4 Errors. Also changed some small things
    Veeloxfire committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    0c61d21 View commit details
    Browse the repository at this point in the history
  3. added better(?) support for matrices

    Matrices are all treated as arrays (of arrays) now. This was to prep for writing better docs
    Veeloxfire committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    fbebed7 View commit details
    Browse the repository at this point in the history
  4. spelling in diff.test.js

    Veeloxfire committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    3ecf86e View commit details
    Browse the repository at this point in the history
  5. Updated docs

    Currently it does say that it will be one-based in the parser but I havent done that yet
    Veeloxfire committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    28115de View commit details
    Browse the repository at this point in the history
  6. Added one-based indexing for diff inside the parse

    Also added bignumbers as indexes as that could be useful
    Veeloxfire committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    1fd3c8b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    84f2746 View commit details
    Browse the repository at this point in the history
  2. Update history and authors

    josdejong committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    96330dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80fb20f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Update devDependencies

    jos committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    2e0b37e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    cbed43e View commit details
    Browse the repository at this point in the history
  2. Specify package exports in package.json

    Specify package type as `commonjs` (It's good to be specific)
    GreenImp committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    d755bca View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Move all compiled scripts into lib directory

    Remove ./number.js (You can use the compiled ones in `./lib/*`)
    
    Tell node that the `esm` directory is type `module` and enable tree shaking.
    
    Remove unused files from packages `files` property
    GreenImp committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    42d1743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2a11e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Make library ESM first

    GreenImp committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    d98fb11 View commit details
    Browse the repository at this point in the history