Skip to content

Commit 3d2b3b9

Browse files
author
Atma Mani
authored
Merge pull request Esri#747 from jyaistMap/jy-release-notes-182
adds release notes for 1.8.2. Thanks @jyaistMap
2 parents 4c52045 + 0a71bf8 commit 3d2b3b9

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# What's new in version 1.8.2"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"## Fixes"
15+
]
16+
},
17+
{
18+
"cell_type": "markdown",
19+
"metadata": {},
20+
"source": [
21+
"#### [`arcgis.learn`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#)\n",
22+
"* Fixes classcode predictions in the predict_las() function for point cloud classification\n",
23+
"* Fixes to [`SuperResolution`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#superesolution) model:\n",
24+
" * Applies data augmentation to training data\n",
25+
" * Normalizes predicted color values in the range of (0,1)\n",
26+
" * Bug fixes to data preprocessing step when generating downsampled images"
27+
]
28+
},
329
{
430
"cell_type": "markdown",
531
"metadata": {},
@@ -2149,7 +2175,7 @@
21492175
"name": "python",
21502176
"nbconvert_exporter": "python",
21512177
"pygments_lexer": "ipython3",
2152-
"version": "3.6.8"
2178+
"version": "3.6.10"
21532179
},
21542180
"toc": {
21552181
"base_numbering": 1,

0 commit comments

Comments
 (0)