0.9.0 (2025-03-26)
0.8.1 (2025-03-21)
0.8.0 (2025-03-13)
- Fix graph visualization to work with latest spanner-graph-notebook code; also, allow visualization when only some columns are json. (#102) (c33297c)
- Support multiple columns in graph visualization (#100) (dbb6442)
0.7.0 (2025-03-11)
0.6.0 (2025-02-12)
- Add '--use-geodataframe' argument to return a GeoDataFrame (#91) (fc04f34)
- Add an is_registered global value to indicate whether the extension has been loaded (#83) (0bc4473)
0.5.0 (2024-12-17)
- Add
%%bqsql
as an alias to the%%bigquery
magic (#72) (03fe1d5) - Add
bigquery_magics.context.default_variable
option (#70) (72ed882)
0.4.0 (2024-09-24)
0.3.0 (2024-09-20)
- Add support for BigQuery DataFrames. Set
context.engine
to 'bigframes' to support query results larger than 10 GB (#58) (90ba05f)
0.2.0 (2024-08-27)
0.1.1 (2024-08-22)
- Depend on ipykernel 5.5.6+ instead of 6.0+ (83d8fac)
- Correct links to project pages in README (#33) (ace5020)
- Update the IPython Magics docs (#27) (62e88b3)
- Initial copy from google-cloud-bigquery (4a69d26)