Skip to content

Commit 41052e4

Browse files
authored
Merge pull request #2290 from Esri/jy-241-patch-relnotes
update release notes for 241 patch
2 parents 193f961 + 2c5d4f1 commit 41052e4

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "c1ea9231-7b0b-4e36-aed7-77c1b7a894c7",
6+
"metadata": {},
7+
"source": [
8+
"# What's new in version 2.4.1.1"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "5f206e81-771b-4684-a769-f5738d08936d",
14+
"metadata": {},
15+
"source": [
16+
"#### [`arcgis.gis`](/python/latest/api-reference/arcgis.gis.toc.html)\n",
17+
"* [`ContentManager`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager)\n",
18+
" * [`clone_items()`](/python/latest/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items)\n",
19+
" * Fixes incorrect output when cloning *text* based items\n",
20+
" * Fixes errors when cloning content with *WKT* spatial references\n",
21+
" * Fixes `_ItemCreateException` when cloning feature layers with editor tracking enabled\n",
22+
" * **BUG-000174140** Fixes failures when cloning *Form* items created in Survey123 Connect with editor tracking enabled\n",
23+
" * **BUG-000175735** Fixes issues where *folder* and *search_existing_items* arguments were not read correctly with *StoryMap* themes\n",
24+
" * **BUG-000174859** Fixes issue when cloning previously cloned ArcGIS Enterprise items to another ArcGIS Enterprise deployment\n",
25+
" * Fixes issue when cloning *Form* items to ArcGIS on Kubernetes deployments\n",
26+
"#### [`arcgis.gis.admin`](python/latest/api-reference/arcgis.gis.admin.html)\n",
27+
"* [`Kubernetes`](/python/latest/api-reference/arcgis.gis.admin.html#kubernetes)\n",
28+
" * [`KubeServiceDirectory`](python/latest/api-reference/arcgis.gis.admin.html#kubeservicedirectory)\n",
29+
" * Fixes `AttributeError` with *folders* property preventing correct return values \n",
30+
"#### [`arcgis.features`](/python/latest/api-reference/arcgis.features.toc.html)\n",
31+
"* [`FeatureLayer`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer)\n",
32+
" * [`query()`](/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query)\n",
33+
" * Fixes infinite looping and incorrect results when using *result_record_count* argument\n",
34+
"#### [`arcgis.apps`](/python/latest/api-reference/arcgis.apps.html)\n",
35+
"* [`arcgis.apps.itemgraph`](/python/latest/api-reference/arcgis.apps.itemgraph.html)\n",
36+
" * [`create_dependency_graph()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#create-dependency-graph)\n",
37+
" * Updates error handling for corrupted content and accommodates larger number of items\n",
38+
" * Updates internal processing to accommodate items which were incorrectly not written to output\n",
39+
" * Fixes incorrect inclusion of items outside an organization for various graphs\n",
40+
" * [`import_list()`](/python/latest/api-reference/arcgis.apps.itemgraph.html#import-list)\n",
41+
" * Fixes error when importing *views* based on previously published feature layers \n",
42+
"* [`arcgis.apps.survey123`](/python/latest/api-reference/arcgis.apps.survey123.html)\n",
43+
" * [`Survey`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey)\n",
44+
" * [`publish()`](/python/latest/api-reference/arcgis.apps.survey123.html#arcgis.apps.survey123.Survey.publish)\n",
45+
" * Fixes `InvalidDefinition` error caused by incorrect definitions for *EditorTrackinInfo* \n",
46+
"#### [`arcgis.learn`](/python/api-reference/arcgis.learn.toc.html)\n",
47+
"* Removed the *SatlasPretrain* models from list of supported backbones for classification and detection models\n",
48+
"* [Data Preparation Methods](/python/latest/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
49+
" * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.prepare_data)\n",
50+
" * Remove warnings regarding status for various *torchvision* namespaces\n",
51+
"* [Inferencing Methods](/python/latest/api-reference/arcgis.learn.toc.html#inferencing-methods)\n",
52+
" * [`classify_objects()`](/python/latest/api-reference/arcgis.learn.toc.html#classify-objects)\n",
53+
" * Fixes error where *threshold* is ignored when using *input_features* argument\n",
54+
" * [`classify_pixels()`](/python/latest/api-reference/arcgis.learn.toc.html#classify-pixels)\n",
55+
" * Fixes tool failure because of inability to load *HEDEdgeDetector* model\n",
56+
"* [Model Management](/python/latest/api-reference/arcgis.learn.toc.html#model-management)\n",
57+
" * [`train_model()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.train_model)\n",
58+
" * Fixes errors and failures to generate output finding learning rate and showing results in Linux environments"
59+
]
60+
},
361
{
462
"cell_type": "markdown",
563
"id": "38657f92",
@@ -700,7 +758,7 @@
700758
"name": "python",
701759
"nbconvert_exporter": "python",
702760
"pygments_lexer": "ipython3",
703-
"version": "3.11.11"
761+
"version": "3.13.2"
704762
},
705763
"toc": {
706764
"base_numbering": 1,

0 commit comments

Comments
 (0)