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

Gui input processing #641

Merged
merged 32 commits into from
Sep 18, 2017
Merged

Commits on Aug 28, 2017

  1. Prototype new GUI processing

    Henry Doupe committed Aug 28, 2017
    Configuration menu
    Copy the full SHA
    c29c3af View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

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

Commits on Aug 30, 2017

  1. Update to taxcalc 0.10.0 and add local env setup script

    Henry Doupe committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    ffd0326 View commit details
    Browse the repository at this point in the history
  2. Remove function closure

    Henry Doupe committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    5f5227a View commit details
    Browse the repository at this point in the history
  3. Update comments in to_json_reform function

    Henry Doupe committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    c9a8fb2 View commit details
    Browse the repository at this point in the history
  4. Remove setup_local_envs.sh

    Henry Doupe committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    aaad478 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

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

Commits on Sep 5, 2017

  1. Refactor process_model, file_input, personal_results

    Henry Doupe committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    85183a8 View commit details
    Browse the repository at this point in the history
  2. Add comments, change function name to submit_reform

    Henry Doupe committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    35a67d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2017

  1. Add error handling logic

    Henry Doupe committed Sep 6, 2017
    Configuration menu
    Copy the full SHA
    bc783d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

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

Commits on Sep 11, 2017

  1. Revert from local taxcalc (version 0.10.2+) to 0.10.1

    Henry Doupe committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    174834d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Save parsed json style reform

    Henry Doupe committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    8e065fc View commit details
    Browse the repository at this point in the history
  2. Bug in saving assumptions_dict

    Henry Doupe committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    06aab4c View commit details
    Browse the repository at this point in the history
  3. Fix behavioral response bugs

    Henry Doupe committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    902a0f1 View commit details
    Browse the repository at this point in the history
  4. Fix get_reform_from_gui and param parsing bugs

    Henry Doupe committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    2aa97eb View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary casting

    Henry Doupe committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    5b4b39b View commit details
    Browse the repository at this point in the history
  6. Fix typo on comment

    Henry Doupe committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    0536e20 View commit details
    Browse the repository at this point in the history
  7. Remove second nesting of assumptions dict

    Henry Doupe committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    5aec330 View commit details
    Browse the repository at this point in the history
  8. Update test_behavioral.py

    Henry Doupe committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    2ada5d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Remove extra zero from test value

    Henry Doupe committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    56038d0 View commit details
    Browse the repository at this point in the history
  2. Use new parameter processing logic for dynamic params

    Henry Doupe committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    b87fc39 View commit details
    Browse the repository at this point in the history
  3. Work on no input case and taxbrain test_views.test_taxbrain_rt_to_pas…

    …sthrough case
    Henry Doupe committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    ace8ca8 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Update for boolean switch to 1's and 0's

    Henry Doupe committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    56a3bb2 View commit details
    Browse the repository at this point in the history
  2. Raise 400 in response to extra input

    Henry Doupe committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    439b924 View commit details
    Browse the repository at this point in the history
  3. Utilize warning/error message fix in taxcalc 0.10.2

    Henry Doupe committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    e0aaa06 View commit details
    Browse the repository at this point in the history
  4. Pin taxcalc to version 0.10.2

    Henry Doupe committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    1d9ff85 View commit details
    Browse the repository at this point in the history
  5. Add xfail for growth param test

    Henry Doupe committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    6167537 View commit details
    Browse the repository at this point in the history
  6. Clean up error handling logic

    Henry Doupe committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    31f32d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Remove versioneer.py

    Henry Doupe committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    fa551d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2017

  1. Add docstring to new or edited functions

    Henry Doupe committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    8d4c3aa View commit details
    Browse the repository at this point in the history
  2. Switches are 0/1 instead of True/False

    Henry Doupe committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    650bcb1 View commit details
    Browse the repository at this point in the history