Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
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-automl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: googleapis/python-automl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 12 commits
  • 92 files changed
  • 6 contributors

Commits on Nov 18, 2019

  1. chore(automl): reduce Pandas version requirement (#9824)

    The current pandas version 0.24.0 is unnecessarily high. Pandas 0.17
    was the version with the most breaking changes in recent history, so
    something after that will get most customers. This also aligns with
    BigQuery Python SDK.
    helinwang authored and busunkim96 committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    4c9ca17 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. fix(automl): deprecate resource name helper methods, update docs con…

    …figuration (via synth) (#9828)
    yoshi-automation authored and busunkim96 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    90da70e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

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

Commits on Dec 9, 2019

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

Commits on Dec 17, 2019

  1. fix(automl): fix TypeError when passing a client_info to automl Table…

    …sClient (#9949)
    
    * fix(automl): fix TypeError when passing a client_info to automl TablesClient
    
    The solution is to delete client_info from kwargs instead and pass named parameter.
    vimota authored and helinwang committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    75783ec View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. feat(automl): undeprecate resource name helper methods, add 2.7 depre…

    …cation warning (via synth) (#10037)
    yoshi-automation authored and busunkim96 committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    763a961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a35ebb View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. fix(automl): fix TablesClient.predict for array and struct (#9991)

    * fix(automl): fix TablesClient.predict for list and struct
    
    The Predict request payload is proto. Previously Python dict is
    automatically converted to proto. However, the conversion failed for
    google.protobuf.ListValue and google.protobuf.Struct. Changing the
    structure of the Python dict might fix the problem. However, this PR
    fixes the problem by generating the proto message directly. So there
    is no auto conversion step.
    
    FIXES #9887
    
    * Address comment: remove protobuf dependency requirement.
    
    protobuf is already a transitive dependency (see google-api-core's
    setup.py)
    helinwang authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    39f6f2a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

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

Commits on Jan 30, 2020

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

Commits on Jan 31, 2020

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

Commits on Feb 11, 2020

  1. chore: release 0.10.0 (#9)

    * updated CHANGELOG.md [ci skip]
    
    * updated setup.py [ci skip]
    release-please[bot] authored Feb 11, 2020
    Configuration menu
    Copy the full SHA
    9c70f1a View commit details
    Browse the repository at this point in the history
Loading