|
43 | 43 | "* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
|
44 | 44 | "\n",
|
45 | 45 | "* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
|
46 |
| - " \n", |
| 46 | + " * **New properties**\n", |
| 47 | + " * [`attachments_size`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.attachments_size)\n", |
| 48 | + " * [`move()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.move)\n", |
| 49 | + " * Adds support for [Folder](/python/api-reference/arcgis.gis.toc.html#folder) objects\n", |
| 50 | + " * [`content_status`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.content_status)\n", |
| 51 | + " * BUG-000170973 - Updates documentation for available options and adds link to requirements \n", |
| 52 | + " \n", |
47 | 53 | "* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
|
| 54 | + " * [`import_table()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n", |
| 55 | + " * Adds support for _folder_ parameter\n", |
| 56 | + " * [`analyze()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.analyze)\n", |
| 57 | + " * Adds documentation note to _file_type_ parameter that _geojson_ support is available for ArcGIS Online \n", |
48 | 58 | " \n",
|
49 | 59 | "* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
|
50 | 60 | " * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
|
|
53 | 63 | " * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
|
54 | 64 | "\n",
|
55 | 65 | "* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
|
| 66 | + " * [`create()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.create)\n", |
| 67 | + " * Adds support for `export_folder` parameter\n", |
| 68 | + " * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n", |
| 69 | + " * Adds support for `folder_name` parameter \n", |
56 | 70 | "\n",
|
57 | 71 | "#### [`arcgis.gis Dataclasses`](/python/latest/api-reference/arcgis.gis.toc.html#dataclasses)\n",
|
58 | 72 | " * [`ItemProperties`](/python/latest/api-reference/arcgis.gis.toc.html#itemproperties)\n",
|
|
65 | 79 | "\n",
|
66 | 80 | "\n",
|
67 | 81 | "#### [`arcgis.gis.server`](/python/latest/api-reference/arcgis.gis.server.html)\n",
|
68 |
| - "* [`DataStoreManager`](/python)\n", |
| 82 | + "* [`ReportManager`](/python/api-reference/arcgis.gis.server.html#reportmanager)\n", |
| 83 | + " * [`create()`](/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.ReportManager.create)\n", |
| 84 | + " * Updates reference documentation links and _queries_ parameter description \n", |
69 | 85 | "\n",
|
70 | 86 | "\n",
|
71 | 87 | "#### [`arcgis.gis.agonb`](/python/latest/api-reference/arcgis.gis.agonb.html)\n",
|
|
112 | 128 | " \n",
|
113 | 129 | "#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n",
|
114 | 130 | "\n",
|
| 131 | + "#### [`arcgis.geometry`](/python/latest/api-reference/arcgis.geometry.html)\n", |
| 132 | + "* [`SpatialReference`](/python/api-reference/arcgis.geometry.html#arcgis.geometry.SpatialReference)\n", |
| 133 | + " * Adds support for _wkt2_ format when initializing object \n", |
115 | 134 | "\n",
|
116 | 135 | "#### [`arcgis.graph`](/python/latest/api-reference/arcgis.graph.html)\n",
|
117 | 136 | "* [`KnowledgeGraph`](/python/latest/api-reference/arcgis.graph.html#knowledgegraph)\n",
|
118 | 137 | "\n",
|
119 | 138 | "\n",
|
120 | 139 | "#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n",
|
121 | 140 | "* [`Service`](/python/latest/api-reference/arcgis.gis.server.html#service)\n",
|
122 |
| - " \n", |
| 141 | + " * Adds support to initialize [KnowledgeGraph](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph) services \n", |
123 | 142 | "* [Working with Map Service Layers](/python/latest/api-reference/arcgis.layers.toc.html#working-with-map-service-layers)\n",
|
| 143 | + " * [`EnterpriseVectorTileLayerManager`](/python/latest/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager)\n", |
| 144 | + " * [`edit()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager.edit)\n", |
| 145 | + " * [**Public Repo Issue #1889](https://github.com/Esri/arcgis-python-api/issues/1889) - updates documentation to note the service must be stopped before editing in order for updates to be applied \n", |
124 | 146 | " * [`MapFeatureLayer`](/python/latest/api-reference/arcgis.layers.toc.html#mapfeaturelayer)\n",
|
125 | 147 | " \n",
|
126 | 148 | "\n",
|
|
133 | 155 | "* [`hub`](/python/latest/api-reference/arcgis.apps.hub.html)\n",
|
134 | 156 | " \n",
|
135 | 157 | "* [`storymap`](/python/latest/api-reference/arcgis.apps.storymap.html)\n",
|
| 158 | + " * Adds **new parameters** _make_copyable_ and _no_seo_ to _save()_ methods for following classes:\n", |
| 159 | + " * [`StoryMap`](/python/api-reference/arcgis.apps.storymap.html#storymap)\n", |
| 160 | + " * [`Briefing`](/python/api-reference/arcgis.apps.storymap.html#briefing)\n", |
| 161 | + " * [`Collection`](/python/api-reference/arcgis.apps.storymap.html#collection)\n", |
136 | 162 | "\n",
|
137 | 163 | "* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
|
138 | 164 | "\n",
|
|
166 | 192 | "* [`GIS`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS)\n",
|
167 | 193 | "\n",
|
168 | 194 | "* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
|
| 195 | + " * [`publish()`]()\n", |
| 196 | + " * [**Public Repo Issue #2152**](https://github.com/Esri/arcgis-python-api/issues/2152) - Fixes incorrect behavior of waiting for job to finish on asynchronous operation \n", |
| 197 | + "\n", |
| 198 | + "* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n", |
| 199 | + " * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n", |
| 200 | + " * Fixes \"Item does not exist error\" on job result when items within the EPK item are skipped or fail to import \n", |
169 | 201 | "\n",
|
170 | 202 | "* [`SharingGroupManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.SharingGroupManager)\n",
|
171 | 203 | " * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.SharingGroupManager.add) \n",
|
172 | 204 | "\n",
|
173 | 205 | "* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
|
174 | 206 | " * [clone_items()](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
|
| 207 | + " * [**Public Repo Issue #2146**](https://github.com/Esri/arcgis-python-api/issues/2146) - Fixes issue where features failed to clone if layer id is not 0 \n", |
175 | 208 | "\n",
|
176 | 209 | " * [`import_data()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_data)\n",
|
177 | 210 | "\n",
|
|
184 | 217 | "* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
|
185 | 218 | " * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
|
186 | 219 | "\n",
|
| 220 | + "* [`APIKey`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl.APIKey)\n", |
| 221 | + " * [`update()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl.APIKey.update)\n", |
| 222 | + " * BUG-000170593 - Fixes _Error Code 500_ issue when update privileges on the APIKey \n", |
| 223 | + "\n", |
187 | 224 | "\n",
|
188 | 225 | "#### [`arcgis.gis.nb`](/python/latest/api-reference/arcgis.gis.nb.html)\n",
|
189 | 226 | "\n",
|
|
193 | 230 | " * [`edit_features()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features)\n",
|
194 | 231 | "\n",
|
195 | 232 | "* _Spatially Enabled DataFrame_ - [`GeoAccessor`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor)\n",
|
| 233 | + " * [`insert_layer()`](/python/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.insert_layer)\n", |
| 234 | + " * Fixes issue on ArcGIS Enteprise where layer schema was inserted but features were not \n", |
196 | 235 | "\n",
|
197 | 236 | " * [`from_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
|
198 | 237 | "\n",
|
|
260 | 299 | "* [Working with 3D Maps](/python/latest/api-reference/arcgis.layers.toc.html#working-with-3d-maps)\n",
|
261 | 300 | " * [`SceneLayerManager`](/python/latest/api-reference/arcgis.layers.toc.html#arcgis.layers.SceneLayerManager)\n",
|
262 | 301 | "\n",
|
| 302 | + "#### [`arcgis.map`](/python/api-reference/arcgis.map.toc.html)\n", |
| 303 | + " * [`PopupManager`](/python/api-reference/arcgis.map.toc.html#arcgis.map.popups.PopupManager)\n", |
| 304 | + " * Updates support for working with [table](/python/api-reference/arcgis.features.toc.html#arcgis.features.Table) objects \n", |
263 | 305 | "\n",
|
264 | 306 | "#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n",
|
265 | 307 | "* [`hub`](/python/latest/api-reference/arcgis.apps.hub.html)\n",
|
|
282 | 324 | " \n",
|
283 | 325 | "\n",
|
284 | 326 | "#### [`arcgis.learn`](/python/latest/api-reference/arcgis.learn.toc.html)\n",
|
| 327 | + "* Deprecates the _overwrite_ parameter in `save()` methods for all models\n", |
285 | 328 | "\n",
|
286 | 329 | "* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
|
287 | 330 | " * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-data)\n",
|
| 331 | + " * Fixes error with ClimaX data on Linux Operating Systems\n", |
288 | 332 | "\n",
|
289 | 333 | " * [`prepare_textdata()`](/python/latest/api-reference/arcgis.learn.toc.html#prepare-textdata)\n",
|
290 | 334 | " \n",
|
|
0 commit comments