google-cloud-tpu 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3b7bf4fb349687a8a32922ddb7ae6e54fe213a8504ae3a086afff67a600e3838
4
- data.tar.gz: 4ece15a1e22932a79fd51a40bb3a78d82ba3e445cf16b94bc3e13b56ce5bc119
3
+ metadata.gz: 7f59260f2be2773ffcc511674c959ca3f1d2a968e409aaaff1a8e102ccf80b25
4
+ data.tar.gz: d04e22744098b602a0c2e09b1cf1e36fad1d15e82e86a66020e2864a8dca0f67
5
5
  SHA512:
6
- metadata.gz: 0f9c4261d17bee92c06f1ccb2633e85f3d2e1cd151f9b11463bda3a7caa06111b899345099f3cddd33d8c851c0ff31ce46fa3cb42c175bdb646f9190befbe92a
7
- data.tar.gz: 75400f8855ab1e512b8b09e2320cb41e2503af10e09d673d4f74c0e4fa8f2cc77480871b10aceb43ebc72d6248e6a27f89ad243e3df666a8d14f3b8e14cb520e
6
+ metadata.gz: 2a8afcbd56e81d61c404116e637a690e0ecadf1b3b9ae25f46cf6179c7bbcf0b0af623e1a64d5f7a572b195d96fedcef73bcb8db160b666a68d8ac01fc879cfb
7
+ data.tar.gz: b30b6960da95e35c6af432a3cf14157ee848011b8ba3fba8e840025a79256c530d04260113a9c2e429e1f9bda489561b4825ab4cb7ddac0068f814ba0f993975
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-tpu
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Tpu::V1::Tpu::Credentials`):
68
68
 
69
- 1. `CLOUD_TPU_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `CLOUD_TPU_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `CLOUD_TPU_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `CLOUD_TPU_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/tpu"
@@ -82,8 +82,8 @@ client = Google::Cloud::Tpu.tpu
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/tpu"
@@ -93,7 +93,7 @@ client = Google::Cloud::Tpu.tpu do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/tpu"
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Cloud TPU API
4
4
 
5
- Tensor Processing Units (TPUs) are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads. Cloud TPUs allow you to access TPUs from Compute Engine, Google Kubernetes Engine and AI Platform. Note that google-cloud-tpu-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-tpu instead. See the readme for more details.
5
+ Tensor Processing Units (TPUs) are Google's custom-developed application-specific integrated circuits (ASICs) used to accelerate machine learning workloads. Cloud TPUs allow you to access TPUs from Compute Engine, Google Kubernetes Engine and AI Platform.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-tpu-v*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Tpu
23
- VERSION = "0.1.0"
23
+ VERSION = "1.0.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-tpu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-22 00:00:00.000000000 Z
11
+ date: 2021-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-tpu-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -153,9 +159,7 @@ dependencies:
153
159
  description: Tensor Processing Units (TPUs) are Google's custom-developed application-specific
154
160
  integrated circuits (ASICs) used to accelerate machine learning workloads. Cloud
155
161
  TPUs allow you to access TPUs from Compute Engine, Google Kubernetes Engine and
156
- AI Platform. Note that google-cloud-tpu-v1 is a version-specific client library.
157
- For most uses, we recommend installing the main client library google-cloud-tpu
158
- instead. See the readme for more details.
162
+ AI Platform.
159
163
  email: googleapis-packages@google.com
160
164
  executables: []
161
165
  extensions: []