Skip to content

Commit 58b57ac

Browse files
authored
Merge pull request #1480 from jyaistMap/jy-relnotes-2103
Add release notes for 2.1.0.3
2 parents 6f0c178 + 155e910 commit 58b57ac

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

guide/02-api-overview/release_notes_210.ipynb

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,55 @@
55
"id": "26414291",
66
"metadata": {},
77
"source": [
8+
"# Patch Release 2.1.0.3\n",
9+
"#### [`arcgis.gis`](/python/api-reference/arcgis.gis.toc.html)\n",
10+
"* [`GIS`](/python/api-reference/arcgis.gis.toc.html#gis)\n",
11+
" * Improve parsing support for users with Kerberors and IWA authentication schemes\n",
12+
"\n",
13+
"#### [`arcgis.gis.admin`](/python/api-reference/arcgis.gis.admin.html#)\n",
14+
"* [`AGOLUsageReports`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.AGOLUsageReports)\n",
15+
" * Fixes issue with incorrect statistics for date ranges over 5 months ago\n",
16+
"\n",
17+
"#### [`arcgis.gis.server`](/python/api-reference/arcgis.gis.server.html#)\n",
18+
"* [`LogManager`](/python/api-reference/arcgis.gis.server.html#logmanager)\n",
19+
" * [`query()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.LogManager.query)\n",
20+
" * Fixes BUG-000154142 where paging was not terminating propertly with record amounts over 5000\n",
21+
"\n",
22+
"#### [`arcgis.features`](/python/api-reference/arcgis.features.toc.html)\n",
23+
"* [`FeatureLayerCollection`](/python/api-reference/arcgis.features.toc.html#featurelayercollection)\n",
24+
" * [`extract_changes()`]()\n",
25+
" * Adds `layer_servergen` parameter and documentation\n",
26+
"\n",
27+
"#### [`arcgis.geometry`](/python/api-reference/arcgis.geometry.html)\n",
28+
"* [`Geometry`](/python/api-reference/arcgis.geometry.html#geometry)\n",
29+
" * [`true_centroid`](/python/api-reference/arcgis.geometry.html#arcgis.geometry.Geometry.true_centroid)\n",
30+
" * Ensures property returns results as a `geometry` object instead of tuple\n",
31+
"\n",
32+
"#### [`arcgis.geoenrichment`](/python/api-reference/arcgis.geoenrichment.html)\n",
33+
"* Fixes issue for parsing with multiple buffer distances\n",
34+
"\n",
35+
"#### [`arcgis.graph`](/python/api-reference/arcgis.graph.html)\n",
36+
"* [`KnowledgeGraph`](/python/api-reference/arcgis.graph.html#knowledgegraph)\n",
37+
" * Adds [`apply_edits()`](/python/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph.query) method to support editing\n",
38+
"\n",
39+
"#### [`arcgis.apps`](/python/api-reference/arcgis.apps.html)\n",
40+
"* [`hub`](/python/api-reference/arcgis.apps.hub.html)\n",
41+
" * Fixes issue with token handling for security purposes\n",
42+
" * Fixes issue with properly reading sharing properties\n",
43+
" * [`Page`]()\n",
44+
" * [`update_layout()`](/python/api-reference/arcgis.apps.hub.html#arcgis.apps.hub.sites.Page.update_layout)\n",
45+
" * Fixes issue to ensure works properly with new backend infrastructure implementation\n",
46+
"* [`storymap`](/python/api-reference/arcgis.apps.storymap.html)\n",
47+
" * [`Timeline`](/python/api-reference/arcgis.apps.storymap.html#timeline)\n",
48+
" * Fixes issue where position of node was not properly returned\n",
49+
"\n",
50+
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
51+
"* Updates prediction output formatting to `x,y,w,h`\n",
52+
"* Fixes intermittent erratic `one_cycle` behavior and uses default `learning_rate` when `lr=None`\n",
53+
"* Fixes Class dump format in a generated `emd`\n",
54+
"* Fixes `average_precision_score_output` formatting\n",
55+
"* Adds explicit documentation for data formatting\n",
56+
"\n",
857
"# Patch Release 2.1.0.2\n",
958
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
1059
"* Restores functionality of internal inferencing checks\n",

0 commit comments

Comments
 (0)