Skip to content

Commit 2cc9cb4

Browse files
authored
Merge pull request #2488 from Esri/add_py314_to_whats_new
Add python 3.14 to what's new 2.4.3
2 parents a7085e7 + 7be776f commit 2cc9cb4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

guide/02-api-overview/overview243.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
"The 2.4.3 Release upgraded some major dependencies within the *arcgis* package:\n",
1414
" * *Pandas 3.x*\n",
1515
" * *NumPy 2.3.x*\n",
16+
" * *Python 3.14*\n",
1617
"\n",
17-
"These upgrades provide substantial performance improvements in backend processing. The latest Pandas release improves memory efficiency and performance and enhances the integration with *PyArrow* for faster operations. An updated *Numpy* release greatly improves speed on fundamental operations such as sorting and identification of unique components. These changes are transparent to Python developers and scripters - just continue writing your code as is with the 2.4.3 release, but alterations behind the scenes will contribute to better overall performance. \n",
18+
"These upgrades provide substantial performance improvements in backend processing. The latest Pandas release improves memory efficiency and performance and enhances the integration with *PyArrow* for faster operations. An updated *Numpy* release greatly improves speed on fundamental operations such as sorting and identification of unique components. These changes are transparent to Python developers and scripters - just continue writing your code as is with the 2.4.3 release, but alterations behind the scenes will contribute to better overall performance.\n",
19+
"\n",
20+
"Primary Python Support is for version 3.13. Secondary support is provided for Python 3.10, 3.11, 3.12, and 3.14.\n",
1821
"\n",
1922
"### Introducing the `arcgis.ai` module to work with beta ArcGIS Online services\n",
2023
"The new [`arcgis.ai`](/python/latest/api-reference/arcgis.ai.html) module puts image and text analysis capabilities right at your fingertips. The functions and classes within this module provide full capabilities to develop productive workflows using image and text analysis along with translation capabilities. Some of the functionality introduced within this module includes translating and extracting text, as well as summarizing documents to transform repetitive work into automated workflows. See the [Enhancing 311 Service Requests with ArcGIS AI Utility Services](/python/latest/samples/ai-utility-services-enhancing-service-requests/) sample document for a sample workflow using this module.\n",

0 commit comments

Comments
 (0)