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

Split Bijector #103

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

Split Bijector #103

wants to merge 31 commits into from

Commits on Feb 9, 2022

  1. init

    vmoens committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    85ae279 View commit details
    Browse the repository at this point in the history
  2. minor

    vmoens committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    96c0399 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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

Commits on Feb 23, 2022

  1. bugfix

    vmoens committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a664571 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. simplify coupling params

    vmoens committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    a85a0d2 View commit details
    Browse the repository at this point in the history
  2. make mypy happy

    vmoens committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    7d4d9dc View commit details
    Browse the repository at this point in the history
  3. some exampled

    vmoens committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8855f96 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. usort

    vmoens committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ab0cc9e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. minor

    vmoens committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    9eec855 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. init

    vmoens committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e8e15c4 View commit details
    Browse the repository at this point in the history
  2. amend

    vmoens committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    9408ac6 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    f82e973 View commit details
    Browse the repository at this point in the history
  2. split bijector

    vmoens committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b6394a9 View commit details
    Browse the repository at this point in the history
  3. bf

    vmoens committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    0603558 View commit details
    Browse the repository at this point in the history
  4. lint

    vmoens committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    bf72c5c View commit details
    Browse the repository at this point in the history
  5. lint

    vmoens committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    91efe27 View commit details
    Browse the repository at this point in the history
  6. lint

    vmoens committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    bb43b1f View commit details
    Browse the repository at this point in the history
  7. lint

    vmoens committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    640dace View commit details
    Browse the repository at this point in the history
  8. lint

    vmoens committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    46c805b View commit details
    Browse the repository at this point in the history
  9. amend

    vmoens committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    b7a2722 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. lint

    vmoens committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    55702d4 View commit details
    Browse the repository at this point in the history
  2. lint and such

    vmoens committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    760d4ff View commit details
    Browse the repository at this point in the history
  3. usort

    vmoens committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    93124eb View commit details
    Browse the repository at this point in the history
  4. fix tests

    vmoens committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    5a958fc View commit details
    Browse the repository at this point in the history
  5. fix tests

    vmoens committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c9eee4f View commit details
    Browse the repository at this point in the history
  6. fix tests and others

    vmoens committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    60fa367 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge remote-tracking branch 'origin/main' into coupling

    # Conflicts:
    #	flowtorch/bijectors/base.py
    #	flowtorch/bijectors/compose.py
    #	flowtorch/bijectors/ops/spline.py
    #	tests/test_bijector.py
    vmoens committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    14ebf0c View commit details
    Browse the repository at this point in the history
  2. merge main

    vmoens committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    98491b8 View commit details
    Browse the repository at this point in the history
  3. optimize imports

    vmoens committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    fb690c2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/coupling' into split_bijector

    # Conflicts:
    #	flowtorch/bijectors/coupling.py
    #	flowtorch/bijectors/ops/affine.py
    #	flowtorch/parameters/__init__.py
    #	flowtorch/parameters/base.py
    #	tests/test_bijector.py
    vmoens committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4fc8e05 View commit details
    Browse the repository at this point in the history
  5. merge coupling

    vmoens committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7b9db0a View commit details
    Browse the repository at this point in the history