Skip to content

Commit

Permalink
Client: release version v1.2.0 (#6709)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 538bb2e47d5e1626dd756e26eb5c4a74c558aea0
  • Loading branch information
sdelany2 authored and Descartes Labs Build committed Apr 23, 2020
1 parent b3343a0 commit b041506
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Changelog

## Pending

## [1.2.0] - 2020-04-23

### Workflows (channel `v0-14`) - Added
- **191 functions from NumPy are available for Workflows `Array`s**, including parts of the `numpy.linalg` and `numpy.ma` submodules. See the full list [on the docs](https://docs.descarteslabs.com/descarteslabs/workflows/docs/types/numpy.html).
- `index_to_coords` and `coords_to_index` methods on `Image`/`ImageCollection`/`GeoContext` for converting between geospatial and array coordinates
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.3"
__version__ = "1.2.0"
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-13"
__channel__ = "v0-14"


def _set_channel(channel):
Expand Down

0 comments on commit b041506

Please sign in to comment.