Uh oh!
There was an error while loading. Please reload this page.
Prepare 0.17.0 release. - #1940
Conversation
dhermes
commented
Jun 29, 2016
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
commented
Jun 29, 2016
@dhermes I updated the note for wheels. |
daspecster
commented
Jun 29, 2016
git log -1 --pretty=%H
7f6540275d7d241f4bf11f9c63d9777e05868561for me after #1941. |
tseaver
commented
Jun 29, 2016
@daspecster Yep, I'll need to update the hash after merging #1932. I did add a reference to #1941 in the "Logging" section. |
tswast
commented
Jun 29, 2016
Is this 0.16.1 on PyPi or will 0.17.0 sync soon? https://pypi.python.org/pypi/gcloud |
daspecster
commented
Jun 29, 2016
Once the merged build is done it should show up on pypi. On Wednesday, June 29, 2016, Tim Swast notifications@github.com wrote:
Tom Schultz |
tseaver
commented
Jun 29, 2016
We have burned a lot of cycles at Travis today: likely they've QoS'ed us into the slow lane. :( |
tseaver
commented
Jun 29, 2016
@tswast 0.16.1 was a "brown bag" release, to fix people affected by our broken wheel uploaded with 0.16.0. |
) * 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
) * 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
) * 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
) * 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
* 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>
After merging #1932. Other PRs on
master: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