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

ProvenanceTensor #543

Merged
merged 25 commits into from
Aug 24, 2021
Merged

ProvenanceTensor #543

merged 25 commits into from
Aug 24, 2021

Commits on Jul 16, 2021

  1. metadatatensor

    Yerdos Ordabayev committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    ec6fe58 View commit details
    Browse the repository at this point in the history
  2. lint

    Yerdos Ordabayev committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    de39abf View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Constant funsor

    Yerdos Ordabayev committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    ac14606 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Merge branch 'metadata' into constant

    Yerdos Ordabayev committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    4a480d8 View commit details
    Browse the repository at this point in the history
  2. subclass torch.Tensor

    Yerdos Ordabayev committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    58ae920 View commit details
    Browse the repository at this point in the history
  3. save

    Yerdos Ordabayev committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    5eec3e0 View commit details
    Browse the repository at this point in the history
  4. subclass torch.Tensor

    Yerdos Ordabayev committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    1b754ca View commit details
    Browse the repository at this point in the history
  5. rename to ProvenanceTensor

    Yerdos Ordabayev committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    fb5d30a View commit details
    Browse the repository at this point in the history
  6. merge provenance

    Yerdos Ordabayev committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    43c17fb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. working version

    Yerdos Ordabayev committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    b3bb934 View commit details
    Browse the repository at this point in the history
  2. pass second test

    Yerdos Ordabayev committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    cc86ee3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. clean up constant.py

    Yerdos Ordabayev committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    59a1baa View commit details
    Browse the repository at this point in the history
  2. more clean up

    Yerdos Ordabayev committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9c2fcb2 View commit details
    Browse the repository at this point in the history
  3. rm metadata file

    Yerdos Ordabayev committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9d15024 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. add Constant docstring

    Yerdos Ordabayev committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    9481077 View commit details
    Browse the repository at this point in the history
  2. add one more example to docstring

    Yerdos Ordabayev committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    00c5051 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. dice factors as importance weights

    Yerdos Ordabayev committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    4d4d90c View commit details
    Browse the repository at this point in the history
  2. revert old changes

    Yerdos Ordabayev committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    b1f3488 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. fixes

    Yerdos Ordabayev committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    b7680f9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/pyro-ppl/funsor into meta…

    …data
    Yerdos Ordabayev committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    85917b5 View commit details
    Browse the repository at this point in the history
  3. revert extra changes

    Yerdos Ordabayev committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    2acb8b3 View commit details
    Browse the repository at this point in the history
  4. add indexing tests

    Yerdos Ordabayev committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    a6dc56e View commit details
    Browse the repository at this point in the history
  5. remove Vindex test

    Yerdos Ordabayev committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    aceb7d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. move to test/torch

    Yerdos Ordabayev committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    87eacbe View commit details
    Browse the repository at this point in the history
  2. simplify logic

    Yerdos Ordabayev committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    447c489 View commit details
    Browse the repository at this point in the history