Skip to content

Commit e99fed9

Browse files
committed
updated notes for changes made between 3.19.21 and 3.23.21
1 parent bd93ae2 commit e99fed9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

guide/02-api-overview/release-notes.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@
9595
" * [`Track`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#tracker)\n",
9696
"* Adds cell size ranges and output units to trained models (`Esri Model Definitions`)\n",
9797
"* Adds `monitor` parameter to `fit()` methods of models for use with `early_stopping` and `checkpoint`\n",
98-
"* Adds documentation to `path` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
99-
"* Adds keyword parameters and documentation to [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data):\n",
100-
" * `min_points`\n",
101-
" * `classes_of_interest`\n",
102-
" * `extra_features`\n",
103-
" * `remap_classes`\n",
104-
" * `background_classcode`\n",
10598
"* [`Data Preparation Methods`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#data-preparation-methods)\n",
106-
" * Adds ability to use a folder or list of paths (multi-folder support) in `path` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
99+
" * Adds documentation to `path` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
100+
" * Adds keyword parameters and documentation to [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data):\n",
101+
" * `min_points`\n",
102+
" * `classes_of_interest`\n",
103+
" * `extra_features`\n",
104+
" * `remap_classes`\n",
105+
" * `background_classcode`\n",
106+
" * Adds ability to use a folder or list of paths (multi-folder support) in `path` parameter for [`prepare_data()`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#prepare-data)\n",
107107
" * Adds `working_dir` parameter to data prepartion methods which sets a default path as a prefix for saving trained models and checkpoints\n",
108108
"* [`Unstructured Text Models`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#unstructured-text-models)\n",
109109
" * [`arcgis.learn.text`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#arcgis-learn-text-module) module\n",

0 commit comments

Comments
 (0)