Skip to content

Commit

Permalink
Client release v2.0.0rc2 (#11769)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7d178aaa7241c310d2c9be69f0e3dba22f767e9d
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Apr 19, 2023
1 parent e48cc10 commit 4a36e80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Changelog
=========
## [Unreleased]

## [2.0.0rc2] - 2023-04-19

### Catalog

- Added support for data storage. The `Blob` class provides mechanism to upload, index, share, and retrieve arbitrary byte sequences (e.g. files). `Blob`s can be searched by namespace and name, geospatial coordinates (points, polygons, etc.), and tags. `Blob`s can be downloaded to a local file, or retrieved directly as a Python `bytes` object. `Blob`s support the same sharing mechanisms as `Product`s, with `owners`, `writers`, and `readers` attributes.
Expand All @@ -29,6 +31,10 @@ Changelog
- Added method to update user credentials for a `Function`.
- Added methods to retrieve build and job logs.

### General

- Added support for Shapely=2.X.

## [2.0.0rc1] - 2023-04-10

- This is an internal-only release. There is as of yet no updated documentation. However, the user-facing client APIs remain fully compatible with v1.12.1.
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/core/client/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.0.0rc1"
__version__ = "2.0.0rc2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def do_setup():
install_requires=[
"affine>=2.2.2",
"blosc>=1.10.6",
"cachetools>=3.1.1,<5",
"cachetools>=3.1.1",
"dill>=0.3.6",
"dynaconf>=3.1.11",
"geojson>=2.5.0",
Expand Down

0 comments on commit 4a36e80

Please sign in to comment.