Permalink
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.34.3
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v3.0.0
Choose a head ref
  • 2 commits
  • 276 files changed
  • 2 contributors

Commits on Mar 29, 2022

  1. fix!: remove out-of-date BigQuery ML protocol buffers (#1178)

    deps!: BigQuery Storage and pyarrow are required dependencies (#776)
    
    fix!: use nullable `Int64` and `boolean` dtypes in `to_dataframe` (#786) 
    
    feat!: destination tables are no-longer removed by `create_job` (#891)
    
    feat!: In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)
    
    fix!: automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument (#972)
    
    feat!: mark the package as type-checked (#1058)
    
    feat!: default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)
    
    feat: add `api_method` parameter to `Client.query` to select `INSERT` or `QUERY` API (#967)
    
    fix: improve type annotations for mypy validation (#1081)
    
    feat: use `StandardSqlField` class for `Model.feature_columns` and `Model.label_columns` (#1117)
    
    docs: Add migration guide from version 2.x to 3.x (#1027)
    
    Release-As: 3.0.0
    @tswast
    tswast authoredMar 29, 2022
    Configuration menu
    Copy the full SHA
    76d88fbView commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.0.0 (#1179)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
    @release-please
    release-please[bot] authoredMar 29, 2022
    Configuration menu
    Copy the full SHA
    960b359View commit details
    Browse the repository at this point in the history
Loading