Skip to content

Releases: cal-itp/calitp-py

hub-v4

04 Mar 17:15
fde76be
Compare
Choose a tag to compare

Bumped up version of calitp used in jupyterlab image

hub-v3

12 Jan 17:20
29b4147
Compare
Choose a tag to compare

Now that we've squared away the updating process, updating the JupyterHub image with our backlog of the libraries requested by analysts.

hub-v2

07 Jan 21:39
09862cb
Compare
Choose a tag to compare

Release adding plotnine to requirements

hub-v1

07 Jan 18:22
c78e086
Compare
Choose a tag to compare

First version of JupyterHub released separately from calitp

Trivial release, to re-deploy docker image

19 Nov 22:47
498987a
Compare
Choose a tag to compare
v0.0.10

Update Dockerfile

HTML representations of table documentation

19 Nov 22:34
Compare
Choose a tag to compare

Allows users to print table documentation from notebooks, using the following:

from calitp.tables import tbl
tbl.views.reports_gtfs_schedule_index

image

More SQL magic arguments

05 Nov 19:02
Compare
Choose a tag to compare

Adds an option -o to save result as a variable, --quiet to hide output, and -m to print the code as a markdown SQL code block (for documentation).

%%sql -o tbl_result --quiet
SELECT 1

SQL cell magic command

25 Oct 14:40
14a141e
Compare
Choose a tag to compare

Added ipython magic to make it easier to query sql.

import calitp.magics

# in a jupyter notebook cell

%%sql
SELECT 1

Support service keys

05 Oct 21:14
Compare
Choose a tag to compare

Adds CALITP_SERVICE_KEY_PATH environment variable, to allow the use of google cloud service keys for accessing bigquery.

test_release1

28 Sep 14:08
Compare
Choose a tag to compare
test1

feat(cloud): build a docker image for jupyterlab