|
30 | 30 | "- `JournalStoryMap` - deprecated in **2.0.0** removed in **2.4.0**. Template was removed from the ArcGIS platform.\n",
|
31 | 31 | "- `Hub.initiatives` - deprecated in **2.4.0** removed in a future release. Use `Hub.sites` instead.\n",
|
32 | 32 | "\n",
|
| 33 | + "### `arcgis.features.managers` Module\n", |
| 34 | + "- `UtilityNetworkManager.export_subnetwork` - deprecated the \"result_type\" parameter at **2.4.1**. Please use \"result_types\" instead.\n", |
| 35 | + "- `UtilityNetworkManager.trace` - deprecated the \"result_type\" parameter at **2.4.1**. Please use \"result_types\" instead.\n", |
33 | 36 | "\n",
|
34 | 37 | "### `arcgis.learn` Module\n",
|
35 | 38 | "\n",
|
|
53 | 56 | "- `Item.share` - deprecated in **2.3.0** will be removed in a future major release (example: 2.x to 3.x). Use `Item.sharing` instead.\n",
|
54 | 57 | "- `Item.shared_with` - deprecated in **2.3.0** will be removed in a future major release (example: 2.x to 3.x). Use `Item.sharing` instead.\n",
|
55 | 58 | "- `Item.unshare` - deprecated in **2.3.0** will be removed in a future major release (example: 2.x to 3.x). Use `Item.sharing` instead.\n",
|
56 |
| - "- `arcgis.gis.UserManager.create` - the `level` parameter is deprecated at **2.4.0** and will be removed from the method signature in a future release. \n", |
| 59 | + "- `arcgis.gis.UserManager.create` - the `level` parameter is deprecated at **2.4.0** and will be removed from the method signature in a future release.\n", |
| 60 | + "- `overwrite` item_property on `Folder.add` is deprecated and will be removed at **2.4.2**. Use `item.update` to update the source file for an `Item` instead.\n", |
| 61 | + " \n", |
57 | 62 | "\n",
|
58 | 63 | "### `arcgis.mapping` Module\n",
|
59 | 64 | "\n",
|
|
153 | 158 | "- `path_distance` - deprecated in **1.8.1** removed in **2.4.0**. Please use arcgis.raster.functions.gbl.distance_accumulation instead.\n",
|
154 | 159 | "- `path_distance_back_link` - deprecated in **1.8.1** removed in **2.4.0**. Please use arcgis.raster.functions.gbl.distance_accumulation with value specified for output_back_direction_raster_name, instead..\n",
|
155 | 160 | "- `path_distance_allocation` - deprecated in **1.8.1** removed in **2.4.0**. Please use arcgis.raster.functions.gbl.distance_accumulation.\n",
|
| 161 | + "- `Raster.cmap` - removed in **2.4.0**. Use `arcgis.raster.functions.colormap` to apply colormap on the Raster object before adding it to map.\n", |
| 162 | + "- `Raster.vmin` - removed in **2.4.0**. Use `arcgis.raster.functions.stretch` to apply colormap on the Raster object before adding it to map.\n", |
| 163 | + "- `Raster.vmax` - removed in **2.4.0**. Use `arcgis.raster.functions.stretch` to apply colormap on the Raster object before adding it to map.\n", |
| 164 | + "- `Raster.opacity` - removed in **2.4.0**. Please set the opacity in `options` parameter in the add method of the map widget.\n", |
156 | 165 | "\n",
|
157 |
| - "### `arcgis.features` Module\n", |
| 166 | + "### `arcgis.features.managers` Module\n", |
158 | 167 | "\n",
|
159 | 168 | "- `UtilityNetworkManager.query_overrides` - deprecated in **2.1.0** removed in **2.4.0**. \n",
|
160 | 169 | "- `UtilityNetworkManager.apply_overrides` - deprecated in **2.1.0** removed in **2.4.0**. \n",
|
|
164 | 173 | "\n",
|
165 | 174 | "- `Group.invite_by_email` - deprecated in **1.5.1** removed in **2.4.0**. Use `Group.invite` instead."
|
166 | 175 | ]
|
167 |
| - }, |
168 |
| - { |
169 |
| - "cell_type": "code", |
170 |
| - "execution_count": null, |
171 |
| - "id": "fd164b20-2b08-4aec-941e-176edd400cbd", |
172 |
| - "metadata": {}, |
173 |
| - "outputs": [], |
174 |
| - "source": [] |
175 | 176 | }
|
176 | 177 | ],
|
177 | 178 | "metadata": {
|
|
190 | 191 | "name": "python",
|
191 | 192 | "nbconvert_exporter": "python",
|
192 | 193 | "pygments_lexer": "ipython3",
|
193 |
| - "version": "3.11.5" |
| 194 | + "version": "3.11.11" |
194 | 195 | }
|
195 | 196 | },
|
196 | 197 | "nbformat": 4,
|
|
0 commit comments