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

🧹 NeuralNetwork cleanup pt. 2 -- data loading #1408

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on May 8, 2022

  1. Configuration menu
    Copy the full SHA
    bdd0517 View commit details
    Browse the repository at this point in the history
  2. Remove unused packages

    lindapaiste committed May 8, 2022
    Configuration menu
    Copy the full SHA
    4029df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51684d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into update/webpack-eslint

    # Conflicts:
    #	package-lock.json
    #	package.json
    lindapaiste committed May 8, 2022
    Configuration menu
    Copy the full SHA
    4a15a44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0eff7c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18769cd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    06e6196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ecdf66 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Configuration menu
    Copy the full SHA
    b724b0b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/fix/nn-callbacks' into feat/ts-s…

    …upport
    
    # Conflicts:
    #	package-lock.json
    lindapaiste committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    5b6a387 View commit details
    Browse the repository at this point in the history
  3. run tests with ts-jest

    lindapaiste committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    d754a41 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Configuration menu
    Copy the full SHA
    190fb7a View commit details
    Browse the repository at this point in the history
  2. * avoid passing around dataRaw where possible.

    * don't return values which are not used.
    * renamed some `get` methods to `set`.
    lindapaiste committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    834e22f View commit details
    Browse the repository at this point in the history