Skip to content

Commit 759f86d

Browse files
authored
Update release_notes_200.ipynb (#1222)
1 parent 4003b66 commit 759f86d

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

guide/02-api-overview/release_notes_200.ipynb

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,13 @@
294294
"* [Pixel Classification Models](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#pixel-classification-models)\n",
295295
" * Adds support for `test time augmentation` and `smooth interpolation`\n",
296296
" * [`MultiTaskRoadExtractor`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#multitaskroadextractor)\n",
297-
" * Adds support for variable tile sizes\n",
298-
"\n",
297+
" * Adds support for variable tile sizes\n"
298+
]
299+
},
300+
{
301+
"cell_type": "markdown",
302+
"metadata": {},
303+
"source": [
299304
"## Fixes\n",
300305
"\n",
301306
"### [Guides](https://developers.arcgis.com/python/guide/)\n",
@@ -571,19 +576,11 @@
571576
" * [`MaskRCNN`](https://developers.arcgis.com/python/api-reference/arcgis.learn.toc.html#maskrcnn)\n",
572577
" * Fixes mismatches for labels and images in multifolder training "
573578
]
574-
},
575-
{
576-
"cell_type": "code",
577-
"execution_count": null,
578-
"id": "b34a4b08",
579-
"metadata": {},
580-
"outputs": [],
581-
"source": []
582579
}
583580
],
584581
"metadata": {
585582
"kernelspec": {
586-
"display_name": "Python 3 (ipykernel)",
583+
"display_name": "Python 3",
587584
"language": "python",
588585
"name": "python3"
589586
},
@@ -597,7 +594,20 @@
597594
"name": "python",
598595
"nbconvert_exporter": "python",
599596
"pygments_lexer": "ipython3",
600-
"version": "3.7.11"
597+
"version": "3.8.2"
598+
},
599+
"toc": {
600+
"base_numbering": 1,
601+
"nav_menu": {},
602+
"number_sections": true,
603+
"sideBar": true,
604+
"skip_h1_title": false,
605+
"title_cell": "Table of Contents",
606+
"title_sidebar": "Contents",
607+
"toc_cell": false,
608+
"toc_position": {},
609+
"toc_section_display": true,
610+
"toc_window_display": true
601611
}
602612
},
603613
"nbformat": 4,

0 commit comments

Comments
 (0)