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

Upgrade to our WIT files version 2 #98

Draft
wants to merge 53 commits into
base: master
Choose a base branch
from
Draft

Commits on Jun 15, 2022

  1. Updated the git submodule

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f1972c3 View commit details
    Browse the repository at this point in the history
  2. Migrating the xtask crate over to the new WIT interface

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d48bc6c View commit details
    Browse the repository at this point in the history
  3. Migrated the modulo proc-block across

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5a6011d View commit details
    Browse the repository at this point in the history
  4. Migrated argmax across

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    ec4e1c4 View commit details
    Browse the repository at this point in the history
  5. Migrated audio-float-conversion over to the new WIT files

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e97e4d3 View commit details
    Browse the repository at this point in the history
  6. Added more helpers

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    41324d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b23156 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ab6ceb View commit details
    Browse the repository at this point in the history
  9. More cleanups of the modulo proc-block

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    b8c1f08 View commit details
    Browse the repository at this point in the history
  10. Fixed an alignment issue when viewing tensor buffers

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9353852 View commit details
    Browse the repository at this point in the history
  11. Removed some copies

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7077cd5 View commit details
    Browse the repository at this point in the history
  12. Updating argmax and audio_float_conversion

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    0dfa8ed View commit details
    Browse the repository at this point in the history
  13. Switched from a "generate_support!()" macro to linker tricks

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    22cd867 View commit details
    Browse the repository at this point in the history
  14. Updated some naming

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d2a3c4e View commit details
    Browse the repository at this point in the history
  15. Updated argmax to use the linker trick helpers

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    a52bf23 View commit details
    Browse the repository at this point in the history
  16. Migrated modulo to the linker trick helpers

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    28a1a65 View commit details
    Browse the repository at this point in the history
  17. Use the runtime's RNG in proc-blocks

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8aec3b5 View commit details
    Browse the repository at this point in the history
  18. Bump all proc-blocks to the 2021 edition

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    478c8bc View commit details
    Browse the repository at this point in the history
  19. Migrated accuracy across

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e60045c View commit details
    Browse the repository at this point in the history
  20. Updated audio_float_conversion to use the linker trick

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    56f943b View commit details
    Browse the repository at this point in the history
  21. Migrate binary classification

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    197fb72 View commit details
    Browse the repository at this point in the history
  22. Migrated elastic net across

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    7d669b1 View commit details
    Browse the repository at this point in the history
  23. Formatting

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    c8a107d View commit details
    Browse the repository at this point in the history
  24. Migrated f1 across

    Michael-F-Bryan committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    8be4df8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Added a "--keep-going" argument to "cargo xtask dist"

    Michael-F-Bryan committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    bc9651f View commit details
    Browse the repository at this point in the history
  2. Use "cargo xtask dist" when compiling to wasm

    Michael-F-Bryan committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    333522b View commit details
    Browse the repository at this point in the history
  3. Fixed our "view_Nd()" methods so they add/remove leading 1's as neces…

    …sary
    Michael-F-Bryan committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    7cc0e7c View commit details
    Browse the repository at this point in the history
  4. Migrating SVC across

    Michael-F-Bryan committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    59709b3 View commit details
    Browse the repository at this point in the history
  5. Made sure we can't reinterpret 2D tensors as 1D

    Michael-F-Bryan committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    76679c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c08613 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfe108d View commit details
    Browse the repository at this point in the history
  8. smartcore's DenseMatrix uses column-major tensors

    Michael-F-Bryan committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    55da0c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Migrate the image proc-block over

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9136b16 View commit details
    Browse the repository at this point in the history
  2. Make sure we use Wasmer's wit-bindgen fork everywhere

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6047597 View commit details
    Browse the repository at this point in the history
  3. Deleted some now-unnecessary proc-blocks

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0d5f148 View commit details
    Browse the repository at this point in the history
  4. Migrated the normalize proc-block across

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    40e8a9a View commit details
    Browse the repository at this point in the history
  5. work in progress

    Mohit0928 authored and Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    22b8d13 View commit details
    Browse the repository at this point in the history
  6. updated transform function

    Mohit0928 authored and Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6c3db92 View commit details
    Browse the repository at this point in the history
  7. changed to v2 format

    Mohit0928 authored and Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9788532 View commit details
    Browse the repository at this point in the history
  8. Resolving some suggestions from clippy

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    de260b6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #106 from hotg-ai/v2/train_test_split

    V2/train test split
    Michael Bryan authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    c3003a3 View commit details
    Browse the repository at this point in the history
  10. Migrated label to v2 WIT files

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ddc2c3e View commit details
    Browse the repository at this point in the history
  11. Migrated softmax across

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6695bbe View commit details
    Browse the repository at this point in the history
  12. Migrated segment output

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e1f7831 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f128b29 View commit details
    Browse the repository at this point in the history
  14. Migrated noise filtering across

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    9a7e203 View commit details
    Browse the repository at this point in the history
  15. Migrated the fft proc-block

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    8b9867b View commit details
    Browse the repository at this point in the history
  16. Renamed the image proc-block to "image_decode"

    Michael-F-Bryan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    316cba2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Migrated the prediction_errors proc-block across

    Michael-F-Bryan committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    5381bf5 View commit details
    Browse the repository at this point in the history
  2. Forgot to add a From impl

    Michael-F-Bryan committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c72a2a9 View commit details
    Browse the repository at this point in the history
  3. Migrated password strength across

    Michael-F-Bryan committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    bd53673 View commit details
    Browse the repository at this point in the history
  4. Migrated text extractor across

    Michael-F-Bryan committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    211830c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Set a panic hook when initializing logging

    Michael-F-Bryan committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f776393 View commit details
    Browse the repository at this point in the history