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

Update dependencies to latest versions and add some new tensor methods #313

Merged
merged 38 commits into from
Sep 25, 2024

Commits on Jul 24, 2024

  1. dependencies: udpate dependency versions

     - updated R to 4.4.1
     - updated renv version
     - updated all dependencies in renv.lock to latest versions and updated
       renv.lock
     - commit updated configuration files in renv/ folder
    brendanlu committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    137812c View commit details
    Browse the repository at this point in the history
  2. dependencies: update renv

    brendanlu committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6076719 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f705f4a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    e02c86c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a80ec47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa6cd23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13b05e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e2edf6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6706cf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3339e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    26d50ac View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. update: add new mtransform utils

     - added Saritha's algorithm alongside a BiocParallel implementation
       which shows reasonable use-cases for certain input sizes
     - delete old dtt based implementation
     - updat dep's with gsignal and remove dtt
     - move old validated function to testing module for later comparison
     - TODO: write some sensible tests in the testing file....
    brendanlu committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    34e5871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    357d6e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0715a5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a2820d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0558340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd91fbb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6698ede View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 7, 2024

  1. update: add untested tpca

    LABWORK - 7/08/2024
    brendanlu committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    364b3af View commit details
    Browse the repository at this point in the history
  2. update: tpca running

    brendanlu committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bca4ab7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c403c27 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f174132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    135b7be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdb65ae View commit details
    Browse the repository at this point in the history
  4. minor: minor changes

    brendanlu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fc088b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    737f4c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b37083 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d8fe21 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    787f3b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1740df8 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    4887c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935f9dd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. update: tpls fix, basic tests pass

    R is a headache.
    brendanlu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ea02562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0efc4c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88e0987 View commit details
    Browse the repository at this point in the history
  4. testing: only errors are existing parallel tests

    (when run on local Windows machine)
    brendanlu committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2b40d91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b47f0f View commit details
    Browse the repository at this point in the history