Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-aiplatform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.1
Choose a base ref
...
head repository: googleapis/python-aiplatform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0
Choose a head ref
  • 13 commits
  • 40 files changed
  • 9 contributors

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    321cf9e View commit details
    Browse the repository at this point in the history
  2. fix: Improve handling of undeploying model without redistributing rem…

    …aining traffic (#898)
    
    - Add informative error when undeploying a model with traffic from an Endpoint with multiple deployed models, without providing a new traffic split.
    - Improve accuracy of docstring for `Endpoint.undeploy()`
    - Add tests to cover CUJs
    
    Fixes [b/198290421](http://b/198290421) 🦕
    vinnysenthil authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8a8a4fa View commit details
    Browse the repository at this point in the history
  3. Feat: Add LIT methods for Pandas DataFrame and TensorFlow saved model. (

    #874)
    
    Adds methods from go/lit-xai-notebook for Pandas DataFrame and TensorFlow saved model.
    
    b/208628825
    
    Example Colab: go/lit-vertex-pr-1
    taiseiak authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    03cf301 View commit details
    Browse the repository at this point in the history
  4. fix: issues/192254729 (#915)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-aiplatform/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #192254729 🦕
    andrewferlitsch authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    0f22ff6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. fix: issues/192254729 (#914)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-aiplatform/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #192254729 🦕
    andrewferlitsch authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    3ec620c View commit details
    Browse the repository at this point in the history
  2. feat: add create in Featurestore, EntityType, Feature; add create_ent…

    …ity_type in Featurestore; add create_feature, batch_create_features in EntityType; add ingest_from_* for bq and gcs in EntityType; add and update delete with force delete nested resources (#872)
    
    - [x] add create method in Featurestore, EntityType, Feature classes; 
    - [x] add create_entity_type in Featurestore; 
    - [x] add create_feature, batch_create_features in EntityType; 
    - [x] add ingest_from_bq and ingest_from_gcs methods in EntityType class
    - [x] add and update delete methods with force delete nested resources
    - [x] add unit tests
    - [x] update integration test
    morgandu authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    ba11c3d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. chore: upgrading tb uploader tf dependency (#921)

    Co-authored-by: Yicheng Fang <[email protected]>
    yfang1 and Yicheng Fang authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9d51b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96ce738 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    8df74a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    04618e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    1b7dbad View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. fix: Fix timestamp proto util to default to timestamp at call time. (#…

    …933)
    
    * fix: Fix timestamp proto util to default to timestamp at call time.
    
    * chore: lint
    sasha-gitg authored Dec 29, 2021
    Configuration menu
    Copy the full SHA
    d72a254 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. chore: release 1.9.0 (#916)

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