Skip to content

Commit edbde48

Browse files
authored
Add section header between Guides and Samples to fix headings in citra TOC (#1176)
* split release notes nb into individual version nbs * add section heading for Module Changes for citra toc
1 parent b9d7ce6 commit edbde48

11 files changed

+85
-18
lines changed

guide/02-api-overview/release_notes_170.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"## New\n",
1111
"\n",
1212
"\n",
13-
"### New Guides\n",
13+
"### Guides\n",
1414
"\n",
1515
"#### [Imagery and raster analysis](https://developers.arcgis.com/python/guide/)\n",
1616
"* [Orthomapping (part 1) - creating image collections](https://dv-v170-pyapi-preview-dev.developers.arcgis.com/python/guide/orthomapping-guide-1/)\n",
@@ -21,7 +21,7 @@
2121
"* [How does feature categorization work](https://developers.arcgis.com/python/guide/how-feature-categorization-works/)\n",
2222
"* [Categorizing features using arcgis.learn](https://developers.arcgis.com/python/guide/feature-categorization/)\n",
2323
"\n",
24-
"### New Samples\n",
24+
"### Samples\n",
2525
"\n",
2626
"* [Pawnee Fire analysis](https://developers.arcgis.com/python/sample-notebooks/wildfire-analysis-using-sentinel-2-imagery/)\n",
2727
"* [Finding grazing allotments](https://developers.arcgis.com/python/sample-notebooks/finding-grazing-allotments/)\n",
@@ -30,7 +30,7 @@
3030
"* [Assessing building damage using feature classification](https://developers.arcgis.com/python/sample-notebooks/building-damage-assessment-using-feature-classifier/)\n",
3131
"* [Analyzing New York City growth factors](https://developers.arcgis.com/python/sample-notebooks/analyzing-growth-factors-of-airbnb-properties-in-new-york-city/)\n",
3232
"\n",
33-
"### New Functionality\n",
33+
"### Module Changes\n",
3434
"\n",
3535
"* Adds ability to run `Geoprocessing tools` asynchronously with new [`GPJob`](https://developers.arcgis.com/python/api-reference/arcgis.geoprocessing.html#gpjob) class. See `future` parameter in:\n",
3636
" * [`arcgis.features`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#submodules) submodules\n",
@@ -201,6 +201,8 @@
201201
"\n",
202202
"## Fixes\n",
203203
"\n",
204+
"### Module Changes\n",
205+
"\n",
204206
"#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html)\n",
205207
"* Corrects [`max_results`]() parameter documentation for the [`search()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#arcgis.gis.server.UserManager.search) method of [`UserManager`](https://developers.arcgis.com/python/api-reference/arcgis.gis.server.html#usermanager)\n",
206208
"* Fixes issue in `ArcGIS Online` that a `user` who does not own public data could not [`share()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item.share) an [`Item`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Item) to group\n",

guide/02-api-overview/release_notes_171.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"## New\n",
1111
"\n",
12-
"### New Samples\n",
12+
"### Samples\n",
1313
"\n",
1414
"* [Automate Road Surface Investigation Using Deep Learning](https://developers.arcgis.com/python/sample-notebooks/automate-road-surface-investigation-using-deep-learning)\n",
1515
"* [Detecting and Categorizing Brick Kilns from Satellite Imagery](https://developers.arcgis.com/python/sample-notebooks/detecting-and-categorizing-brick-kilns-from-satellite-imagery)\n",
@@ -23,6 +23,9 @@
2323
"* [Spatial and temporal distribution of service calls using big data tools](https://developers.arcgis.com/python/sample-notebooks/spatial-and-temporal-trends-of-service-calls)\n",
2424
"* [Time Series Prediction of AirBnB Properties in New York City](https://developers.arcgis.com/python/sample-notebooks/analyzing-growth-factors-of-airbnb-properties-in-new-york-city)\n",
2525
"\n",
26+
"\n",
27+
"### Module Changes\n",
28+
"\n",
2629
"#### [`arcgis.raster.functions.gbl`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.gbl.html#)\n",
2730
"\n",
2831
"New functions\n",
@@ -59,6 +62,8 @@
5962
"\n",
6063
"## Fixes\n",
6164
"\n",
65+
"### Module Changes\n",
66+
"\n",
6267
"#### [`arcgis.gis.admin`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html)\n",
6368
"\n",
6469
"* Fixes formatting in [`EnterpriseUsers.update()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.admin.html#arcgis.gis.admin.EnterpriseUsers.update) function\n",

guide/02-api-overview/release_notes_180.ipynb

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@
1515
"* Adds ability to install ArcGIS API for Python into Python 3.8 conda environments\n",
1616
"* Certifies use of [`Pandas`](https://pandas.pydata.org/) releases greater than `1.x`\n",
1717
"\n",
18-
"### New [Guides](https://developers.arcgis.com/python/guide/)\n",
18+
19+
"### [Guides](https://developers.arcgis.com/python/guide/)\n",
1920
"\n",
2021
"* [How Named Entity Recognition Works](https://developers.arcgis.com/python/guide/how-named-entity-recognition-works)\n",
2122
"* [How DeepLab works?](https://developers.arcgis.com/python/guide/how-deeplabv3-works)\n",
2223
"\n",
23-
"### New [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
24+
"### [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
2425
"\n",
2526
"* [Snow avalanche hazard mapping](https://developers.arcgis.com/python/sample-notebooks/snow-avalanche-hazard-mapping-for-lake-tahoe)\n",
2627
"* [Vehicle detection and tracking](https://developers.arcgis.com/python/sample-notebooks/vehicle-detection-and-tracking)\n",
@@ -32,6 +33,7 @@
3233
"* [Extracting Sinkholes from Aerial Imagery](https://developers.arcgis.com/python/sample-notebooks/extracting-sinkholes-from-aerial-imagery-over-deadsea)\n",
3334
"* [Temperature forecast using time series data](https://developers.arcgis.com/python/sample-notebooks/temperature-forecast-using-time-series-data)\n",
3435
"\n",
36+
"### Module Changes\n",
3537
"#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#gis)\n",
3638
"* Adds the [`org_settings`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.GIS.org_settings) property to the `GIS` object\n",
3739
"\n",
@@ -54,7 +56,6 @@
5456
"* Adds `time` parameter to [`compute_histograms`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.compute_histograms) and [`compute_stats_and_histograms`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.compute_stats_and_histograms)\n",
5557
"* Adds `return_pixel_values` and `max_item_count` parameter to [`identify()`](https://developers.arcgis.com/python/api-reference/arcgis.raster.toc.html#arcgis.raster.ImageryLayer.identify) function\n",
5658
"\n",
57-
"\n",
5859
"#### [`arcgis.raster.functions`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html)\n",
5960
"* Adds code sample to [`con`](https://developers.arcgis.com/python/api-reference/arcgis.raster.functions.html#con) function documentation\n",
6061
"\n",
@@ -99,16 +100,21 @@
99100
"\n",
100101
"## Fixes\n",
101102
"\n",
103+
"\n",
102104
"### [Guides](https://developers.arcgis.com/python/guide/)\n",
105+
"\n",
103106
"* Enhancements to `Deep Learning with ArcGIS` guides\n",
104107
" * [Object Detection Workflow with `arcgis.learn`](`https://developers.arcgis.com/python/guide/object-detection/#Object-Detection-Workflow-with-arcgis.learn`)\n",
105108
"\n",
106109
"### [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
110+
"\n",
107111
"* Updates [Integrating OpenStreetMap datasets with ArcGIS](https://developers.arcgis.com/python/sample-notebooks/osm-runner/) to remove reliance on `Jupyter Dashboard`\n",
108112
"* Fixes errors in [Automate Road Surface Investigation Using Deep Learning](https://developers.arcgis.com/python/sample-notebooks/automate-road-surface-investigation-using-deep-learning/)\n",
109113
"* Fixes missing parameter in [Spatial and temporal distribution of service calls using big data tools](https://developers.arcgis.com/python/sample-notebooks/spatial-and-temporal-trends-of-service-calls/)\n",
110114
"* Updates [How much green is Delhi as on 15 Oct 2017?](https://developers.arcgis.com/python/sample-notebooks/how-much-green-is-delhi-as-on-15-oct-2017/) title to [How green is New Delhi?](https://developers.arcgis.com/python/sample-notebooks/how-much-green-is-delhi-as-on-15-oct-2017/)\n",
111115
"\n",
116+
"### Module Changes\n",
117+
"\n",
112118
"#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#gis)\n",
113119
"* Fixes [`clone_items()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) between Enterprise 10.4.1 and 10.5.1\n",
114120
"* Updates [`clone_items()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.ContentManager.clone_items) to handle thumbnails in all situations\n",

guide/02-api-overview/release_notes_181.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
"\n",
1010
"## New\n",
1111
"\n",
12-
"### New [Guides](https://developers.arcgis.com/python/guide/)\n",
12+
"### [Guides](https://developers.arcgis.com/python/guide/)\n",
13+
"\n"
1314
" * [Labeling text using Doccano](https://developers.arcgis.com/python/guide/labeling-text-using-doccano)\n",
1415
" * [Point Cloud Segmentation using PointCNN](https://developers.arcgis.com/python/guide/point-cloud-segmentation-using-pointcnn)\n",
1516
" * [Working with Multispectral Data](https://developers.arcgis.com/python/guide/working-with-multispectral-data)\n",
1617
"\n",
17-
"### New [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
18+
19+
"### [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
20+
"\n"
1821
" * [Shipwrecks detection using bathymetric data](https://developers.arcgis.com/python/sample-notebooks/shipwrecks-detection-using-bathymetric-data/)\n",
1922
" * [Visualize monthly changes in Hirakund reservoir using video](https://developers.arcgis.com/python/sample-notebooks/visualize-monthly-changes-in-hirakund-reservoir-using-video)\n",
2023
" * [Data Visualization: Construction permits, part 1/2](https://developers.arcgis.com/python/sample-notebooks/analyze-patterns-in-construction-permits-part1)\n",
@@ -26,6 +29,8 @@
2629
" * [Correlation: Hurricane analysis, part 3/3](https://developers.arcgis.com/python/sample-notebooks/part3-analyze-hurricane-tracks)\n",
2730
" * [Raster Analytics: Calculate wildfire landslide risk](https://developers.arcgis.com/python/sample-notebooks/calculate-post-fire-landslide-risk)\n",
2831
"\n",
32+
"### Module Changes\n",
33+
"\n",
2934
"#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html)\n",
3035
"* Adds [`arcgis.gis.tasks`](https://developers.arcgis.com/python/api-reference/arcgis.gis.tasks.html) submodule to work with scheduling `Notebook Items`:\n",
3136
" * [`TaskManager`](https://developers.arcgis.com/python/api-reference/arcgis.gis.tasks.html#taskmanager)\n",
@@ -254,6 +259,7 @@
254259
"## Fixes\n",
255260
"\n",
256261
"### [Guides](https://developers.arcgis.com/python/guide/)\n",
262+
"\n",
257263
"* Updates to [Working with different authentication schemes](https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/)\n",
258264
" * clarifies non-interactive login experience\n",
259265
"* Updates to [Geospatial deep learning with [`arcgis.learn`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#)](https://developers.arcgis.com/python/guide/geospatial-deep-learning/)\n",
@@ -262,6 +268,7 @@
262268
" * clarifies prerequisites\n",
263269
"\n",
264270
"### [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
271+
"\n",
265272
"* Updates to [Finding suitable spots for placing heart defibrillator equipments in public](https://developers.arcgis.com/python/sample-notebooks/finding-suitable-spots-for-aed-devices-using-raster-analytics/)\n",
266273
" * formatting changes\n",
267274
" * use of [`filter`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.Layer.filter) property to query [`FeatureLayer`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
@@ -275,6 +282,8 @@
275282
"* Updates to [Madison city crime analysis](https://developers.arcgis.com/python/sample-notebooks/information-extraction-from-madison-city-crime-incident-reports-using-deep-learning/)\n",
276283
" * clarifies prerequisites\n",
277284
"\n",
285+
"### Module Changes\n",
286+
"\n",
278287
"#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#gis)\n",
279288
"* Removes incorrect Exception message on [`UserManager.create()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis.UserManager.create) when `.`, `@` and/or `-` in `username` argument\n",
280289
"* Removes incorrect Exception messge on [`User.update_license_type()`]() and [`User.update_role()`] when `.`, `@` and/or `-` in `username`\n",

guide/02-api-overview/release_notes_182.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"\n",
1010
"## Fixes\n",
1111
"\n",
12+
"### Module Changes\n",
13+
"\n",
1214
"#### [`arcgis.learn`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#)\n",
1315
"* Fixes classcode predictions in the predict_las() function for point cloud classification\n",
1416
"* Fixes to [`SuperResolution`](https://developers.arcgis.com/python/api-reference/arcgis.learn.html#superesolution) model:\n",

guide/02-api-overview/release_notes_183.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"## New\n",
1111
"* Adds [`ujson`](https://github.com/ultrajson/ultrajson) library as a dependency for JSON parsing to improve performance\n",
1212
"\n",
13-
"### New [Guides](https://developers.arcgis.com/python/guide/)\n",
13+
"### [Guides](https://developers.arcgis.com/python/guide/)\n",
14+
"\n",
1415
"* Working with geometries\n",
1516
" * [Part 1 - Introduction - what is geometry?](https://developers.arcgis.com/python/guide/part1-introduction-what-is-geometry/)\n",
1617
" * [Part 2 - Working with Geometries](https://developers.arcgis.com/python/guide/part2-working-with-geometries/)\n",
@@ -41,7 +42,8 @@
4142
" * [How Pix2Pix works](https://developers.arcgis.com/python/guide/how-pix2pix-works)\n",
4243
" * [How CycleGAN Works](https://developers.arcgis.com/python/guide/how-cyclegan-works)\n",
4344
"\n",
44-
"### New [`Samples`](https://developers.arcgis.com/python/sample-notebooks/)\n",
45+
"### [`Samples`](https://developers.arcgis.com/python/sample-notebooks/)\n",
46+
"\n"
4547
"* Org Administrators\n",
4648
" * [Clone StoryMap Version 2](https://developers.arcgis.com/python/sample-notebooks/clone-storymap-version2)\n",
4749
"* GIS Analysts and Data Scientists\n",
@@ -55,6 +57,8 @@
5557
" * [Creating building models using point cloud classification](https://developers.arcgis.com/python/sample-notebooks/creating-building-models-using-point-cloud-classification)\n",
5658
" * [Automatic road extraction using deep learning](https://developers.arcgis.com/python/sample-notebooks/automatic-road-extraction-using-deep-learning)\n",
5759
"\n",
60+
"### Module Changes\n",
61+
"\n",
5862
"#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#)\n",
5963
"* Adds [`Workflow Manager`](https://developers.arcgis.com/python/api-reference/arcgis.gis.workflowmanager.html#) submodule\n",
6064
"* Adds support for `API Key` authentication to [`GIS()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#gis) object with `api_key` keyword\n",
@@ -400,6 +404,7 @@
400404
"## Fixes\n",
401405
"\n",
402406
"### [Guides](https://developers.arcgis.com/python/guide/)\n",
407+
"\n",
403408
"* Working with the Spatially Enabled DataFrame\n",
404409
" * Updates [Visualizing Spatial Data](https://developers.arcgis.com/python/guide/visualizing-data-with-the-spatially-enabled-dataframe/)\n",
405410
"* Managing ArcGIS Applications\n",
@@ -411,6 +416,7 @@
411416
" * Updates to [Point Cloud Segmentation using PointCNN](https://developers.arcgis.com/python/guide/point-cloud-segmentation-using-pointcnn)\n",
412417
"\n",
413418
"### [Samples](https://developers.arcgis.com/python/sample-notebooks/)\n",
419+
"\n",
414420
"* Power Users/Developers\n",
415421
" * Updates to various samples:\n",
416422
" * [A dashboard to explore world population](https://developers.arcgis.com/python/sample-notebooks/population-exploration-dashboard/)\n",
@@ -444,6 +450,8 @@
444450
" * Changed Meta Data Format when exporting training data to `Export Tiles`\n",
445451
" * Fixes typo for output type \n",
446452
"\n",
453+
"### Module Changes\n",
454+
"\n",
447455
"#### [`arcgis.gis`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#gis)\n",
448456
"* Fixes parameter names in [`PortalDataStore.publish()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#arcgis.gis._impl._datastores.PortalDataStore.publish) code example for the `config` parameter\n",
449457
"* Fixes authentication error with `Python 3.7` and `Notebook Server`\n",

guide/02-api-overview/release_notes_184.ipynb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"## New\n",
1111
"\n",
1212
"### [`Guides`](https://developers.arcgis.com/python/guide/)\n",
13+
"\n",
1314
"* [Managing ArcGIS Applications](https://developers.arcgis.com/python/guide/)\n",
1415
" * [Authoring ArcGIS Dashboards using [`arcgis.apps.dashboard`](https://developers.arcgis.com/python/api-reference/arcgis.apps.dashboard.html)](https://developers.arcgis.com/python/guide/authoring-arcgis-dashboards)\n",
1516
"* [Deep Learning with ArcGIS](https://developers.arcgis.com/python/guide/)\n",
@@ -24,6 +25,7 @@
2425
" * [How SequenceToSequence Works](https://developers.arcgis.com/python/guide/how-sequencetosequence-works)\n",
2526
"\n",
2627
"### [`Samples`](https://developers.arcgis.com/python/sample-notebooks/)\n",
28+
"\n",
2729
"* GIS Analysts and Data Scientists\n",
2830
" * [Translating Story Map from one language to another using Deep Learning](https://developers.arcgis.com/python/sample-notebooks/translating-story-map-from-one-language-to-another)\n",
2931
" * [Generating rgb imagery from digital surface model using Pix2Pix](https://developers.arcgis.com/sample-notebooks/python/generating-rgb-imagery-from-digital-surface-model-using-pix2pix/)\n",
@@ -34,13 +36,15 @@
3436
"## Fixes\n",
3537
"\n",
3638
"### [`Guides`](https://developers.arcgis.com/python/guide)\n",
39+
"\n",
3740
"* [Deep Learning with ArcGIS](https://developers.arcgis.com/python/guide)\n",
3841
" * Updates guides with `PointRend` enhancement\n",
3942
" * [How PSPNet works?](https://developers.arcgis.com/python/guide/how-pspnet-works/)\n",
4043
" * [How MaskRCNN works?](https://developers.arcgis.com/python/guide/how-maskrcnn-works/)\n",
4144
" * [How DeepLabV3 Works](https://developers.arcgis.com/python/guide/how-deeplabv3-works/)\n",
4245
"\n",
4346
"### [`Samples`](https://developers.arcgis.com/python/sample-notebooks/)\n",
47+
"\n",
4448
"* GIS Analysts and Data Scientists\n",
4549
" * Updates `Try-It-Live` functionality\n",
4650
" * [Reconstructing 3D buildings from Aerial LiDAR with Deep Learning](https://developers.arcgis.com/python/sample-notebooks/building-reconstruction-using-mask-rcnn/)\n",
@@ -63,6 +67,8 @@
6367
" * [Visualize monthly changes in Hirakund reservoir using video](https://developers.arcgis.com/python/sample-notebooks/visualize-monthly-changes-in-hirakund-reservoir-using-video/)\n",
6468
" * Fixes `OSERROR: cannot open resource` error when defining `create_movie()` function to visualize monthly changes \n",
6569
"\n",
70+
"### Module Changes\n",
71+
"\n",
6672
"#### [`arcgis.features`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#)\n",
6773
" * [`FeatureLayer`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#featurelayer)\n",
6874
" * Fixes `Token Required` error on [`query()`](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.query) operations if using [OAuth Authentication](https://developers.arcgis.com/documentation/core-concepts/security-and-authentication/what-is-oauth-2/) to connect with [`GIS()`](https://developers.arcgis.com/python/api-reference/arcgis.gis.toc.html#gis)\n",

0 commit comments

Comments
 (0)