Skip to content

Commit

Permalink
Client: release version v1.1.3 (#6636)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: ccfd6a6dcd76c219cbfb699bf646d41a124be9f0
  • Loading branch information
jmileson authored and Descartes Labs Build committed Apr 2, 2020
1 parent e7ae964 commit 7e4e9d7
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 @@ -10,6 +10,12 @@ Changelog

## Pending

## [1.1.3] - 2020-04-02

### Catalog client

- Fixed a bug that prevented uploading ndarrays of type `uint8`

### Workflows (channel `v0-13`) - Added
- Array support for `argmin`, `argmax`, `any`, `all`
- `pick_bands` supports an `allow_missing` kwarg to drop band names that may be missing from the data without an error.
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.1.2"
__version__ = "1.1.3"
2 changes: 1 addition & 1 deletion descarteslabs/workflows/_channel.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__channel__ = "v0-12"
__channel__ = "v0-13"


def _set_channel(channel):
Expand Down

0 comments on commit 7e4e9d7

Please sign in to comment.