|
1 | 1 | {
|
2 | 2 | "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 | + }, |
3 | 47 | {
|
4 | 48 | "cell_type": "markdown",
|
5 | 49 | "id": "c34e7960",
|
|
837 | 881 | "name": "python",
|
838 | 882 | "nbconvert_exporter": "python",
|
839 | 883 | "pygments_lexer": "ipython3",
|
840 |
| - "version": "3.9.17" |
| 884 | + "version": "3.11.9" |
841 | 885 | },
|
842 | 886 | "toc": {
|
843 | 887 | "base_numbering": 1,
|
|
0 commit comments