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

Adding FastCAM Functionality #442

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    253db76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a95222f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d52d4c View commit details
    Browse the repository at this point in the history
  4. added name to __all__

    ryanchankh committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    5b0e764 View commit details
    Browse the repository at this point in the history
  5. rename to WeightedCombine

    ryanchankh committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    ce17c41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7babc8e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

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

Commits on Aug 5, 2020

  1. add missing import

    ryanchankh committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    eedea10 View commit details
    Browse the repository at this point in the history
  2. remove masked operations'

    ryanchankh committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    54216b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    900e914 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. added _core fastcam

    ryanchankh committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    447f074 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. added docstring

    ryanchankh committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    264a030 View commit details
    Browse the repository at this point in the history
  2. removed layer gradcam

    ryanchankh committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    dd5e811 View commit details
    Browse the repository at this point in the history
  3. removed layer gradcam

    ryanchankh committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    eb30cee View commit details
    Browse the repository at this point in the history
  4. passed style checks

    ryanchankh committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    bf59b8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b27caa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. added batch support

    ryanchankh committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    57ef1aa View commit details
    Browse the repository at this point in the history
  2. add fastcam testss

    ryanchankh committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    6a08a40 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    b6300c5 View commit details
    Browse the repository at this point in the history
  2. update docstring

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    6e202dc View commit details
    Browse the repository at this point in the history
  3. update for style fix

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    0e50be8 View commit details
    Browse the repository at this point in the history
  4. update docstring

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    21bb500 View commit details
    Browse the repository at this point in the history
  5. format style

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    56ec5e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba9c20e View commit details
    Browse the repository at this point in the history
  7. fix isort

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    f1073cf View commit details
    Browse the repository at this point in the history
  8. remove diff

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    57be0b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcd1046 View commit details
    Browse the repository at this point in the history
  10. remove layer fastcam

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    b27f723 View commit details
    Browse the repository at this point in the history
  11. passed mypy test

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    fe4afd1 View commit details
    Browse the repository at this point in the history
  12. pass mypy and style tests

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    3d974bd View commit details
    Browse the repository at this point in the history
  13. fix flake8 style

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    9d2bd72 View commit details
    Browse the repository at this point in the history
  14. ran isort

    ryanchankh committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    acbedc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    136fb86 View commit details
    Browse the repository at this point in the history
  2. isort fix

    ryanchankh committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    99a10af View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

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

Commits on Sep 19, 2020

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

Commits on Dec 20, 2020

  1. combined norm, scale and combine into attribute function; added other…

    … normalizing and scaling functions
    ryanchankh committed Dec 20, 2020
    Configuration menu
    Copy the full SHA
    607f400 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2021

  1. Configuration menu
    Copy the full SHA
    bb7c268 View commit details
    Browse the repository at this point in the history
  2. update test samples

    ryanchankh committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    dbaae95 View commit details
    Browse the repository at this point in the history
  3. formating and style

    ryanchankh committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    0f96274 View commit details
    Browse the repository at this point in the history
  4. add description

    ryanchankh committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    5ba6d7c View commit details
    Browse the repository at this point in the history
  5. format

    ryanchankh committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    8d178e8 View commit details
    Browse the repository at this point in the history
  6. update test format

    ryanchankh committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    1ebaa34 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. added docstring

    ryanchankh committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    61e5e9f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. fix merge conflict

    ryanchankh committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    e59de53 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. added more options

    ryanchankh committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    50867ed View commit details
    Browse the repository at this point in the history
  2. fix style

    ryanchankh committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    8de5592 View commit details
    Browse the repository at this point in the history