Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: javascriptdata/scikit.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c9e7f8
Choose a base ref
...
head repository: javascriptdata/scikit.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1228c4f
Choose a head ref
  • 14 commits
  • 86 files changed
  • 3 contributors

Commits on Mar 31, 2022

  1. chore(deps): bump minimist from 1.2.5 to 1.2.6 in /docs

    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]>
    dependabot[bot] authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5b633ca View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. chore(deps): 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]>
    dependabot[bot] authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    d9d13ed View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. chore(deps): bump async from 2.6.3 to 2.6.4 in /docs

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Apr 17, 2022
    Configuration menu
    Copy the full SHA
    ff74d32 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. rand utils update

    dcrescim committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    62ef30c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from javascriptdata/style-cleanups

    Rand utils code cleanup
    dcrescim authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    14770ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #210 from javascriptdata/dependabot/npm_and_yarn/d…

    …ocs/async-2.6.4
    
    chore(deps): bump async from 2.6.3 to 2.6.4 in /docs
    dcrescim authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    e66af5f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #207 from javascriptdata/dependabot/npm_and_yarn/d…

    …ocs/minimist-1.2.6
    
    chore(deps): bump minimist from 1.2.5 to 1.2.6 in /docs
    dcrescim authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    150110c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #208 from javascriptdata/dependabot/npm_and_yarn/m…

    …inimist-1.2.6
    
    chore(deps): bump minimist from 1.2.5 to 1.2.6
    dcrescim authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    8d813b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    87e06a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #218 from javascriptdata/web-tests

    feat: added automated tests to test our code in the browser
    dcrescim authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    019b540 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    9a63da4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a5017a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #219 from javascriptdata/rename-file-and-names

    Renamed files for class name consistency
    dcrescim authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    48d9988 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.17.0 [skip ci]

    # [1.17.0](v1.16.0...v1.17.0) (2022-04-21)
    
    ### Features
    
    * added automated tests to test our code in the browser ([87e06a2](87e06a2))
    * renamed files, added to repo ([9a63da4](9a63da4))
    semantic-release-bot committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    1228c4f View commit details
    Browse the repository at this point in the history
Loading