Skip to content

Releases: compute-tooling/compute-studio-kit

Compute Studio Kit 1.16.8

Choose a tag to compare

@hdoupe hdoupe released this 30 Sep 10:45
  • Update Bokeh outputs check to for update in Bokeh 2.4.0.

Compute Studio Kit 1.16.7

Choose a tag to compare

@hdoupe hdoupe released this 21 Jul 19:27
  • Combine pip requirements when an environment.yml and requirements.txt file are present. (#28)

Compute Studio Kit 1.16.5

Choose a tag to compare

@hdoupe hdoupe released this 18 Jun 13:44
981891c
  • 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

Choose a tag to compare

@hdoupe hdoupe released this 23 Mar 00:23
  • 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

Choose a tag to compare

@hdoupe hdoupe released this 03 Mar 14:23
  • Update csk build-env command to use non-default channels if specified in the environment.yml file. (#23)

Compute Studio Kit 1.16.1

Choose a tag to compare

@hdoupe hdoupe released this 02 Mar 16:25
  • Bug fix for case where environment.yml has less than / greater than pins. (#22)

Compute Studio Kit 1.16

Choose a tag to compare

@hdoupe hdoupe released this 17 Feb 21:27
  • Add command for building python environments from the current environment. (#21)

Compute Studio Kit 1.15

Choose a tag to compare

@hdoupe hdoupe released this 08 Feb 15:30
  • Add doc strings for new Python Client API docs. (#20)

Compute Studio Kit 1.14

Choose a tag to compare

@hdoupe hdoupe released this 05 Feb 21:09
  • 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

Choose a tag to compare

@hdoupe hdoupe released this 03 Jan 18:03
  • Use the app type to determine which configuration files are necessary when running the csk init command. (#17)