Skip to content

Commit fe9048e

Browse files
authored
Merge pull request #1856 from jyaistMap/jy-rel-notes-2.3-patches
add release notes for 2.3 patches
2 parents 074c198 + 61fb4f7 commit fe9048e

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

guide/02-api-overview/release_notes_230.ipynb

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "a7a42416",
6+
"metadata": {},
7+
"source": [
8+
"# What's new in version 2.3.0.3\n",
9+
"* Updates internal dependency version for _requests_ library"
10+
]
11+
},
12+
{
13+
"cell_type": "markdown",
14+
"id": "d44e1341",
15+
"metadata": {},
16+
"source": [
17+
"# What's new in version 2.3.0.2\n",
18+
"#### [`arcgis.gis`](/python/api-reference/arcgis.gis.toc.html)\n",
19+
"* Removed incorrect messaging regarding deprecations\n",
20+
"* [`ContentManager`](/python/api-reference/arcgis.gis.toc.html#contentmanager)\n",
21+
" * [`clone_items()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
22+
" * Fixes error and messaging with cloning Dashboard items when using the _item_mapping_ argument"
23+
]
24+
},
25+
{
26+
"cell_type": "markdown",
27+
"id": "3da5d7d1",
28+
"metadata": {},
29+
"source": [
30+
"# What's new in version 2.3.0.1\n",
31+
"\n",
32+
"#### [`arcgis.gis`](/python/api-reference/arcgis.gis.toc.html)\n",
33+
"* [`ContentManager`](/python/api-reference/arcgis.gis.toc.html#contentmanager)\n",
34+
" * [`clone_items()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
35+
" * Fixes error resulting from supporting views structure with cloning Survey123 Form items\n",
36+
" \n",
37+
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
38+
"* [Object Classification Models](/python/api-reference/arcgis.learn.toc.html#object-classification-models)\n",
39+
" * [`FeatureClassifier`](/python/api-reference/arcgis.learn.toc.html#featureclassifier)\n",
40+
" * [`fit()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.FeatureClassifier.fit)\n",
41+
" * Fixes `KeyError` when inferencing with a model using a _tensorflow_ backend\n",
42+
"* [Object Tracking Models](/python/api-reference/arcgis.learn.toc.html#object-tracking-models)\n",
43+
" * [`SiamMask`](/python/api-reference/arcgis.learn.toc.html#siammask)\n",
44+
" * Fixes load failures to full motion video in ArcGIS Pro with saved models "
45+
]
46+
},
347
{
448
"cell_type": "markdown",
549
"id": "c34e7960",
@@ -837,7 +881,7 @@
837881
"name": "python",
838882
"nbconvert_exporter": "python",
839883
"pygments_lexer": "ipython3",
840-
"version": "3.9.17"
884+
"version": "3.11.9"
841885
},
842886
"toc": {
843887
"base_numbering": 1,

0 commit comments

Comments
 (0)