Skip to content

Commit

Permalink
Client: release version v1.10.0 (#10276)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6a185b7f50736781df0899b4b91db407906ca95f
  • Loading branch information
osabahat1 authored and Descartes Labs Build committed Jan 18, 2022
1 parent 9d38823 commit f1f1159
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Changelog
=========
## [Unreleased]

## [1.10.0] - 2022-01-18

### Python Versions Supported

- Added support for Python 3.9.
Expand All @@ -37,11 +39,8 @@ Changelog
- Allow user to list their organization's users.
- `Discover().list_org_users()`

### Tables

- Allow multiple columns to be used as a composite key when creating a table.
- Fixed a bug that led to rows being dropped when inserting data asynchronously.
- Added "auto" datatype to schemas as an auto incrementing counter.
### Tables - Added
- Added an **alpha** Tables client. The Tables module lets you organize, upload, and query tabular data and vector geometries. As an alpha release, we reserve the right to modify the Tables client API without any guarantees about backwards compatibility. See the [Tables API](https://docs.descarteslabs.com/descarteslabs/tables/readme.html) and [Tables Guide](https://docs.descarteslabs.com/guides/tables.html) documentation for more details.

### Scenes
- Added the `progress=` parameter to the various rastering methods such as `Scene.ndarray`,
Expand Down
2 changes: 1 addition & 1 deletion descarteslabs/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__ = "1.9.1"
__version__ = "1.10.0"

0 comments on commit f1f1159

Please sign in to comment.