Skip to content

Releases: compute-tooling/compute-studio-kit

Compute Studio Kit 1.16.8

30 Sep 10:45

Choose a tag to compare

  • Update Bokeh outputs check to for update in Bokeh 2.4.0.

Compute Studio Kit 1.16.7

21 Jul 19:27

Choose a tag to compare

  • Combine pip requirements when an environment.yml and requirements.txt file are present. (#28)

Compute Studio Kit 1.16.5

18 Jun 13:44
981891c

Choose a tag to compare

  • Fix bug in csk token command for retrieving the C/S API token. #27
  • Add --user flag to pip install command to fix warning. #27

Compute Studio Kit 1.16.3

23 Mar 00:23

Choose a tag to compare

  • Makes pandas install optional to make the base docker image for models lighter and less polluted. (#25)
  • Uses secure password prompt. (#24)

Compute Studio Kit 1.16.2

03 Mar 14:23

Choose a tag to compare

  • Update csk build-env command to use non-default channels if specified in the environment.yml file. (#23)

Compute Studio Kit 1.16.1

02 Mar 16:25

Choose a tag to compare

  • Bug fix for case where environment.yml has less than / greater than pins. (#22)

Compute Studio Kit 1.16

17 Feb 21:27

Choose a tag to compare

  • Add command for building python environments from the current environment. (#21)

Compute Studio Kit 1.15

08 Feb 15:30

Choose a tag to compare

  • Add doc strings for new Python Client API docs. (#20)

Compute Studio Kit 1.14

05 Feb 21:09

Choose a tag to compare

  • Add inputs method to the ComputeStudio api client for retrieving simulation inputs. (#19)
In [1]: import cs_kit

In [2]: taxbrain_client = cs_kit.ComputeStudio("PSLmodels", "Tax-Brain")

In [3]: taxbrain_params = taxbrain_client.inputs(model_pk=49797)["adjustment"]

In [4]: taxbrain_params["policy"]["EITC_c"]
Out[4]: 
[{'EIC': '0kids', 'year': 2017, 'value': 510.0},
 {'EIC': '1kid', 'year': 2017, 'value': 3400.0},
 {'EIC': '2kids', 'year': 2017, 'value': 5616.0},
 {'EIC': '3+kids', 'year': 2017, 'value': 6318.0}]

Compute Studio 1.13.0

03 Jan 18:03

Choose a tag to compare

  • Use the app type to determine which configuration files are necessary when running the csk init command. (#17)