Skip to content

Prepare 0.17.0 release. - #1940

Merged
tseaver merged 1 commit into
googleapis:masterfrom
tseaver:make-0.17.0-release
Jun 29, 2016
Merged

Prepare 0.17.0 release.#1940
tseaver merged 1 commit into
googleapis:masterfrom
tseaver:make-0.17.0-release

Conversation

@tseaver

@tseavertseaver commented Jun 29, 2016

Copy link
Copy Markdown
Contributor

After merging #1932. Other PRs on master:

$ git log -1 --pretty=%H
1a2fa6cb61e3eb3079af19879d7403baa899e6ca
$ git log 0.16.0..HEAD | grep 'Merge pull request '| awk -F '''{print $4}'| sort

yields
#1877
#1878
#1880
#1882
#1884
#1887
#1888
#1892
#1894
#1900
#1901
#1902
#1903
#1905
#1907
#1908
#1910
#1912
#1913
#1915
#1916
#1919
#1923
#1924
#1925
#1926
#1930
#1931
#1932
#1938
#1941

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 29, 2016
@tseaver

tseaver commented Jun 29, 2016

Copy link
Copy Markdown
ContributorAuthor

Draft release notes.

0.17.0

Core

Docs

Storage

Logging

Bigtable

@tseavertseaver mentioned this pull request Jun 29, 2016
@dhermes

Copy link
Copy Markdown
Contributor

Mentioning wheels doesn't seem necessary in release (or at least mentioning Travis not necessary, but maybe adding that we won't have wheels on PyPI)

@tseaver

Copy link
Copy Markdown
ContributorAuthor

@dhermes I updated the note for wheels.

@daspecster

Copy link
Copy Markdown
Contributor
git log -1 --pretty=%H
7f6540275d7d241f4bf11f9c63d9777e05868561

for me after #1941.

@tseaver

Copy link
Copy Markdown
ContributorAuthor

@daspecster Yep, I'll need to update the hash after merging #1932. I did add a reference to #1941 in the "Logging" section.

@tseaver
tseaver merged commit d958f74 into googleapis:masterJun 29, 2016
@tseaver
tseaver deleted the make-0.17.0-release branch June 29, 2016 22:30
@tswast

Copy link
Copy Markdown
Contributor

Is this 0.16.1 on PyPi or will 0.17.0 sync soon? https://pypi.python.org/pypi/gcloud

@daspecster

Copy link
Copy Markdown
Contributor

Once the merged build is done it should show up on pypi.

On Wednesday, June 29, 2016, Tim Swast notifications@github.com wrote:

Is this 0.16.1 on PyPi or will 0.17.0 sync soon?
https://pypi.python.org/pypi/gcloud


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#1940 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AALvyHsrlhOy_BoiGEKhkZlwKGbfDVigks5qQvRQgaJpZM4JBgZk
.

Tom Schultz

@tseaver

Copy link
Copy Markdown
ContributorAuthor

We have burned a lot of cycles at Travis today: likely they've QoS'ed us into the slow lane. :(

@tseaver

Copy link
Copy Markdown
ContributorAuthor

@tswast 0.16.1 was a "brown bag" release, to fix people affected by our broken wheel uploaded with 0.16.0.

atulep pushed a commit that referenced this pull request Apr 6, 2023
)
* Draft 1: indefinitely-long streaming transcription
* Clean up & refactor of indefinite speech transcrib
* Make sure chunks_per_second is a whole number.
* Update for google-cloud-python client lib.
* Update sample to not error out, but make a new request every ~60ish seconds
* Update transcribe_streaming_mic.py
* Clean up unnecessary code, since we no longer wait for it to error out
* Update based on feedback
atulep pushed a commit that referenced this pull request Apr 6, 2023
)
* Draft 1: indefinitely-long streaming transcription
* Clean up & refactor of indefinite speech transcrib
* Make sure chunks_per_second is a whole number.
* Update for google-cloud-python client lib.
* Update sample to not error out, but make a new request every ~60ish seconds
* Update transcribe_streaming_mic.py
* Clean up unnecessary code, since we no longer wait for it to error out
* Update based on feedback
atulep pushed a commit that referenced this pull request Apr 18, 2023
)
* Draft 1: indefinitely-long streaming transcription
* Clean up & refactor of indefinite speech transcrib
* Make sure chunks_per_second is a whole number.
* Update for google-cloud-python client lib.
* Update sample to not error out, but make a new request every ~60ish seconds
* Update transcribe_streaming_mic.py
* Clean up unnecessary code, since we no longer wait for it to error out
* Update based on feedback
parthea pushed a commit that referenced this pull request Oct 22, 2023
)
* Draft 1: indefinitely-long streaming transcription
* Clean up & refactor of indefinite speech transcrib
* Make sure chunks_per_second is a whole number.
* Update for google-cloud-python client lib.
* Update sample to not error out, but make a new request every ~60ish seconds
* Update transcribe_streaming_mic.py
* Clean up unnecessary code, since we no longer wait for it to error out
* Update based on feedback
parthea pushed a commit that referenced this pull request Apr 1, 2026
* Refactor get_configuration to use a dataclass
I've introduced a new `BenchmarkConfig` frozen dataclass to provide a more structured way of handling benchmark configurations.
I updated the `get_configuration` function in `tests/benchmark/utils.py` to return an instance of this dataclass.
I have partially updated the call sites for `get_configuration` to use the new dataclass object. The following directories have been updated:
- tests/benchmark/db_benchmark/groupby/
- tests/benchmark/db_benchmark/join/
- tests/benchmark/db_benchmark/sort/
- tests/benchmark/read_gbq_colab/ (except for sort_output.py)
The remaining call sites in `tests/benchmark/read_gbq_colab/sort_output.py` and `tests/benchmark/tpch/` still need to be updated.
* I will refactor `get_configuration` to use a dataclass.
This change introduces a new `BenchmarkConfig` frozen dataclass to provide a more structured way of handling benchmark configurations.
The `get_configuration` function in `tests/benchmark/utils.py` will be updated to return an instance of this dataclass.
All call sites for `get_configuration` will be updated to use the new dataclass object.
* I will refactor `get_configuration` to use a dataclass.
This change introduces a new `BenchmarkConfig` frozen dataclass to provide a more structured way of handling benchmark configurations.
The `get_configuration` function in `tests/benchmark/utils.py` will be updated to return an instance of this dataclass.
All call sites for `get_configuration` will be updated to use the new dataclass object.
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@tseaver@dhermes@daspecster@tswast@googlebot