|
48 | 48 | " * [`move()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.move)\n",
|
49 | 49 | " * Adds support for [Folder](/python/api-reference/arcgis.gis.toc.html#folder) objects\n",
|
50 | 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", |
| 51 | + " * BUG-000170973 - Updates documentation for available options and adds link to requirements\n", |
52 | 52 | " \n",
|
53 | 53 | "* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
|
54 | 54 | " * [`import_table()`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_table)\n",
|
|
58 | 58 | " \n",
|
59 | 59 | "* [`Folder`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder)\n",
|
60 | 60 | " * [`add()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.add)\n",
|
| 61 | + " * Adds **new parameter** _upload_part_size_ to support user import for larger part size for large files\n", |
| 62 | + " * [`delete()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._content_manager.Folder.delete)\n", |
| 63 | + " * Adds documenation for return value \n", |
61 | 64 | " \n",
|
62 | 65 | "* [`UserManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager)\n",
|
63 | 66 | " * [`create()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create)\n",
|
|
73 | 76 | "\n",
|
74 | 77 | "\n",
|
75 | 78 | "#### [`arcgis.gis.admin`](/python/latest/api-reference/arcgis.gis.admin.html#)\n",
|
76 |
| - "* New classes:\n", |
| 79 | + "* [`LicenseManager`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager)\n", |
| 80 | + " * [`all()`](/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.LicenseManager.all)\n", |
| 81 | + " * Updates error message when there are expired licenses within the organization \n", |
77 | 82 | "\n",
|
78 | 83 | "* [`PortalAdminManager`](/python/latest/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.PortalAdminManager)\n",
|
79 | 84 | "\n",
|
|
130 | 135 | "\n",
|
131 | 136 | "#### [`arcgis.geometry`](/python/latest/api-reference/arcgis.geometry.html)\n",
|
132 | 137 | "* [`SpatialReference`](/python/api-reference/arcgis.geometry.html#arcgis.geometry.SpatialReference)\n",
|
133 |
| - " * Adds support for _wkt2_ format when initializing object \n", |
| 138 | + " * Adds support for _wkt2_ format when initializing object\n", |
| 139 | + " * Updates internal inheritance to remove unnecessary members from objects \n", |
134 | 140 | "\n",
|
135 | 141 | "#### [`arcgis.graph`](/python/latest/api-reference/arcgis.graph.html)\n",
|
136 | 142 | "* [`KnowledgeGraph`](/python/latest/api-reference/arcgis.graph.html#knowledgegraph)\n",
|
137 | 143 | "\n",
|
138 | 144 | "\n",
|
139 | 145 | "#### [`arcgis.layers`](/python/latest/api-reference/arcgis.layers.toc.html)\n",
|
140 | 146 | "* [`Service`](/python/latest/api-reference/arcgis.gis.server.html#service)\n",
|
141 |
| - " * Adds support to initialize [KnowledgeGraph](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph) services \n", |
| 147 | + " * Adds support to initialize [KnowledgeGraph](/python/latest/api-reference/arcgis.graph.html#arcgis.graph.KnowledgeGraph) services\n", |
| 148 | + " * Adds support to initialize [WMSLayer](/python/latest/api-reference/arcgis.layers.toc.html#wmslayer) from services\n", |
142 | 149 | "* [Working with Map Service Layers](/python/latest/api-reference/arcgis.layers.toc.html#working-with-map-service-layers)\n",
|
143 | 150 | " * [`EnterpriseVectorTileLayerManager`](/python/latest/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager)\n",
|
144 | 151 | " * [`edit()`](/python/api-reference/arcgis.layers.toc.html#arcgis.layers.EnterpriseVectorTileLayerManager.edit)\n",
|
|
173 | 180 | " \n",
|
174 | 181 | "* [Unstructured Text Models](/python/latest/api-reference/arcgis.learn.toc.html#unstructured-text-models)\n",
|
175 | 182 | " * [arcgis.learn.text module](/python/latest/api-reference/arcgis.learn.toc.html#arcgis-learn-text-module)\n",
|
| 183 | + "\n", |
| 184 | + "* [Model Management](/python/api-reference/arcgis.learn.toc.html#model-management)\n", |
| 185 | + " * [`train_model()`](/python/api-reference/arcgis.learn.toc.html#arcgis.learn.train_model)\n", |
| 186 | + " * Adds support for cloud store paths as the _output_name_ argument\n", |
176 | 187 | " \n",
|
177 | 188 | "#### [`arcgis.datapipelines`](/python/latest/api-reference/arcgis.datapipelines.html)"
|
178 | 189 | ]
|
|
193 | 204 | "\n",
|
194 | 205 | "* [`Item`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.Item)\n",
|
195 | 206 | " * [`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", |
| 207 | + " * [**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", |
| 208 | + " * BUG-000171384 - Fixes error where _tables_ property returned empty list when item is a Map Service \n", |
| 209 | + "\n", |
| 210 | + "* [`GroupManager`](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager)\n", |
| 211 | + " * [`clone()](/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupManager.clone)\n", |
| 212 | + " * Fixes `KeyError: 'membershipAccess'` when cloning between ArcGIS Online organizations \n", |
197 | 213 | "\n",
|
198 | 214 | "* [`GroupMigrationManager`](/python/latest/api-reference/arcgis.gis.toc.html#groupmigrationmanager)\n",
|
199 | 215 | " * [`load()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.GroupMigrationManager.load)\n",
|
|
204 | 220 | "\n",
|
205 | 221 | "* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#contentmanager)\n",
|
206 | 222 | " * [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", |
| 223 | + " * [**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", |
| 224 | + " * BUG-000171865 - Fixes issue where only first item clones when cloning multiple dashboard items simultaneously \n", |
208 | 225 | "\n",
|
209 | 226 | " * [`import_data()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.import_data)\n",
|
210 | 227 | "\n",
|
|
235 | 252 | "\n",
|
236 | 253 | " * [`from_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_featureclass)\n",
|
237 | 254 | "\n",
|
238 |
| - " * [`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass) \n", |
| 255 | + " * [`to_featureclass()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featureclass)\n", |
| 256 | + " * BUG-000171826 - Fixes issue where null values for _Int32_ or _Float64_ datatypes were converted to strings \n", |
239 | 257 | "\n",
|
240 | 258 | " * [`to_featurelayer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.to_featurelayer)\n",
|
241 | 259 | "\n",
|
242 | 260 | " * [`from_layer()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.GeoAccessor.from_layer)\n",
|
243 | 261 | "\n",
|
| 262 | + "* [`OrientedImageryLayer`](/python/api-reference/arcgis.features.toc.html#arcgis.features.OrientedImageryLayer)\n", |
| 263 | + " * Adds Table of Contents heading and documentation\n", |
244 | 264 | " \n",
|
245 | 265 | "#### [`arcgis.features.managers`](/python/latest/api-reference/arcgis.features.managers.html) \n",
|
246 | 266 | "* [`FeatureLayerCollectionManager`]()\n",
|
247 | 267 | " * [`insert_layer()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.insert_layer)\n",
|
248 | 268 | "\n",
|
249 | 269 | " * [`create_view()`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerCollectionManager.create_view)\n",
|
| 270 | + " * BUG-000169543 - Fixes `PropertyMap instance has no _serviceItemId_` error on ArcGIS Enterprise resulting in an empty view \n", |
250 | 271 | "\n",
|
251 | 272 | "\n",
|
252 | 273 | "* [`VersionManager`](/python/latest/api-reference/arcgis.features.managers.html#arcgis.features._version.VersionManager)\n",
|
|
273 | 294 | "* [`NotebookJob`](/python/latest/api-reference/arcgis.notebook.html#notebookjob)\n",
|
274 | 295 | "\n",
|
275 | 296 | "\n",
|
276 |
| - "#### [`arcgis.geoanalytics`](https://support.esri.com/en-us/knowledge-base/deprecation-arcgis-geoanalytics-server-000032771)\n", |
277 |
| - "* Removed from the 2.4.0 code base. Supported only in 2.3.x releases.\n", |
278 |
| - " * See the [2.3.x documentation](/python-2-3/api-reference/arcgis.geoanalytics.toc.html) to use\n", |
279 |
| - "\n", |
280 | 297 | "#### [`arcgis.geocoding`](/python/latest/api-reference/arcgis.geocoding.html)\n",
|
281 | 298 | "* [`reverse_geocode()`](/python/latest/api-reference/arcgis.geocoding.html#arcgis.geocoding.reverse_geocode)\n",
|
282 | 299 | "\n",
|
283 | 300 | "* [`geocode_from_items()`](/python/latest/api-reference/arcgis.geocoding.html#geocode-from-items)\n",
|
284 | 301 | "\n",
|
| 302 | + "#### [`arcgis.geoenrichment`](/python/latest/api-reference/arcgis.geoenrichment.html)\n", |
| 303 | + "* [`encrich()`](/python/api-reference/arcgis.geoenrichment.html#arcgis.geoenrichment.enrich)\n", |
| 304 | + " * BUG-000171775 - Fixes `AttributeError` with the _KeyFacts_ data collection \n", |
285 | 305 | "\n",
|
286 | 306 | "#### [`arcgis.geometry`](/python/latest/api-reference/arcgis.geometry.html)\n",
|
287 | 307 | "\n",
|
|
311 | 331 | "\n",
|
312 | 332 | "* [`workforce`](/python/latest/api-reference/arcgis.apps.workforce.html)\n",
|
313 | 333 | " * [`create_project()`](/python/latest/api-reference/arcgis.apps.workforce.html#arcgis.apps.workforce.create_project)\n",
|
| 334 | + " * Adds reference documentation for function \n", |
314 | 335 | " \n",
|
315 | 336 | "* [`storymap`](/python/latest/api-reference/arcgis.apps.storymap.html)\n",
|
| 337 | + " * [**Public Repo Issue #2031**](https://github.com/Esri/arcgis-python-api/issues/2031) - Adds new enumerations for editing Story Map covers\n", |
| 338 | + " * **New Enumerations:**\n", |
| 339 | + " * [`CoverType`](/python/api-reference/arcgis.apps.storymap.html#covertype)\n", |
| 340 | + " * [`VerticalPosition`](/python/api-reference/arcgis.apps.storymap.html#verticalposition)\n", |
| 341 | + " * [`HorizontalPosition`](/python/api-reference/arcgis.apps.storymap.html#horizontalposition)\n", |
| 342 | + " * [`CoverStyle`](/python/api-reference/arcgis.apps.storymap.html#coverstyle)\n", |
| 343 | + " * [`CoverSize`](/python/api-reference/arcgis.apps.storymap.html#coversize) \n", |
316 | 344 | "\n",
|
317 | 345 | "* [`survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
|
318 | 346 | " * [`Survey`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey)\n",
|
|
0 commit comments