Skip to content

Commit

Permalink
Client: Prepare v1.6.1 release [PLAT-535] (#8011)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 49455d1eb0e6aac918d6c9a5035c6d26db8ecbd8
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Jan 27, 2021
1 parent 4110351 commit 0832a2f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ The documentation for the latest release can be found at [https://docs.descartes
Changelog
=========

## [1.6.1] - 2021-01-27

Fixes a few buglets which slipped through. This release continues to use the workflows channel `v0-18`.

### Workflows - Fixed
- Fixed a problem with the defaulting of the visual options when generating tile URLs, making it possible
to toggle the checkerboard option on a layer and see the difference.
- Support `axis=list(...)` for `Image`.
- Corrected the results of doing arithmetic on two widgets (e.g. adding two `IntSlider`s together should yield` an `Int`).
- For single-band imagery `VizOption` will accept a single two-tuple for the `scales=` argument.

## [1.6.0] - 2021-01-20

### Python Version Support
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.6.0"
__version__ = "1.6.1"

0 comments on commit 0832a2f

Please sign in to comment.