Releases: wherobots/wherobots-examples
Releases · wherobots/wherobots-examples
v2.1.10-preview
updating clouds info for mosaics (#126)
v1.11.24
updating clouds info for mosaics (#126)
converted-notebooks
updating clouds info for mosaics (#126)
v2.1.9-preview
Fixing the script so that lowercase slugs are generated, README is up…
v1.11.23
v2.1.8-preview
Show RasterFlow notebooks in docs navigation (#119) * Show RasterFlow notebooks in docs navigation * Add purple 'Private Preview' badge to generated MDX files * Only add Private Preview badge to RasterFlow notebooks * Trigger CI * Trigger re-run * Only add Private Preview badge to RasterFlow notebooks, not Raster_Inference * Fix: Only RasterFlow notebooks link to Model Hub, not Raster_Inference
v1.11.22
Show RasterFlow notebooks in docs navigation (#119) * Show RasterFlow notebooks in docs navigation * Add purple 'Private Preview' badge to generated MDX files * Only add Private Preview badge to RasterFlow notebooks * Trigger CI * Trigger re-run * Only add Private Preview badge to RasterFlow notebooks, not Raster_Inference * Fix: Only RasterFlow notebooks link to Model Hub, not Raster_Inference
v2.1.7-preview
Adding scripts to sync all notebooks aside from raster-inference (#115)
* Adding scripts to and sync notebooks aside from raster-inference
* fixing README
* adding fixes to README
* Removing Foregin Catalogs repo
* removing markdown file from README
* fixing readme
* chore: sync structure with CI
* Potential fix for code scanning alert no. 1: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fixing readme
* adding new scripts so that notebooks render
* Added a top-level permissions: { contents: read } block to the workflow.
* Update notebook sync workflow to use Managed Storage and single notebook test
* Fix notebook to MDX conversion for Mintlify compatibility
- Rewrite convert_notebook_to_mdx.py to use nbconvert for proper output rendering
- Add sanitization to remove script/style tags and escape JSX special chars
- Fix execute_notebooks.py to use kernel_name=None for Wherobots runtime
- Add nbconvert>=7.0.0 and ipykernel dependencies to workflow
* Simplify notebook-to-MDX conversion workflow
- Remove notebook execution (no longer needed)
- Convert notebooks to MDX with source code only (no outputs)
- Exclude Raster_Inference notebooks automatically
- Convert filenames from underscores to dashes
- Add docs/ folder with mint.json and 26 MDX notebooks
- Auto-update Mintlify navigation on each conversion
- Organize notebooks into categories: Getting Started, Analyzing Data,
RasterFlow, Reading and Writing Data, Open Data Connections, Scala
* Push MDX files to wherobots/docs repo instead of keeping locally
- Remove docs/ folder from wherobots-examples (MDX lives in wherobots/docs)
- Update workflow to checkout and push to wherobots/docs repo
- Place MDX files in tutorials/example-notebooks/ folder
- Update docs.json navigation under 'Spatial Analytics Tutorials' tab
- Requires DOCS_REPO_TOKEN secret with write access to wherobots/docs
* Add image handling to notebook-to-MDX conversion
- Copy local file images (./assets/img/...) to docs repo
- Extract embedded attachment images (base64) from notebooks
- Save images to tutorials/example-notebooks/images/
- Update image paths in MDX to absolute paths from docs root
- Prefix image filenames with notebook name to avoid collisions
* Skip header-logo images and remove description from frontmatter
* Handle HTML img tags in notebook conversion
* Hide RasterFlow notebooks in Mintlify navigation
* Remove Table of Contents sections from converted MDX
* Add Makefile for local notebook preview
* Use notebook language metadata for code block syntax highlighting
* Add Tip callout for running notebooks interactively
* Bold Wherobots Model Hub and Run Model in Notebook in Tip callout
* Update Tip callout text
* Add dynamic callouts for RasterFlow vs Wherobots Cloud notebooks
* Preserve curly braces in code blocks when sanitizing markdown for MDX
* Create PR instead of pushing directly to docs main branch
* Use commit SHA for unique branch names to avoid race conditions
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
v1.11.21
Adding scripts to sync all notebooks aside from raster-inference (#115)
* Adding scripts to and sync notebooks aside from raster-inference
* fixing README
* adding fixes to README
* Removing Foregin Catalogs repo
* removing markdown file from README
* fixing readme
* chore: sync structure with CI
* Potential fix for code scanning alert no. 1: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fixing readme
* adding new scripts so that notebooks render
* Added a top-level permissions: { contents: read } block to the workflow.
* Update notebook sync workflow to use Managed Storage and single notebook test
* Fix notebook to MDX conversion for Mintlify compatibility
- Rewrite convert_notebook_to_mdx.py to use nbconvert for proper output rendering
- Add sanitization to remove script/style tags and escape JSX special chars
- Fix execute_notebooks.py to use kernel_name=None for Wherobots runtime
- Add nbconvert>=7.0.0 and ipykernel dependencies to workflow
* Simplify notebook-to-MDX conversion workflow
- Remove notebook execution (no longer needed)
- Convert notebooks to MDX with source code only (no outputs)
- Exclude Raster_Inference notebooks automatically
- Convert filenames from underscores to dashes
- Add docs/ folder with mint.json and 26 MDX notebooks
- Auto-update Mintlify navigation on each conversion
- Organize notebooks into categories: Getting Started, Analyzing Data,
RasterFlow, Reading and Writing Data, Open Data Connections, Scala
* Push MDX files to wherobots/docs repo instead of keeping locally
- Remove docs/ folder from wherobots-examples (MDX lives in wherobots/docs)
- Update workflow to checkout and push to wherobots/docs repo
- Place MDX files in tutorials/example-notebooks/ folder
- Update docs.json navigation under 'Spatial Analytics Tutorials' tab
- Requires DOCS_REPO_TOKEN secret with write access to wherobots/docs
* Add image handling to notebook-to-MDX conversion
- Copy local file images (./assets/img/...) to docs repo
- Extract embedded attachment images (base64) from notebooks
- Save images to tutorials/example-notebooks/images/
- Update image paths in MDX to absolute paths from docs root
- Prefix image filenames with notebook name to avoid collisions
* Skip header-logo images and remove description from frontmatter
* Handle HTML img tags in notebook conversion
* Hide RasterFlow notebooks in Mintlify navigation
* Remove Table of Contents sections from converted MDX
* Add Makefile for local notebook preview
* Use notebook language metadata for code block syntax highlighting
* Add Tip callout for running notebooks interactively
* Bold Wherobots Model Hub and Run Model in Notebook in Tip callout
* Update Tip callout text
* Add dynamic callouts for RasterFlow vs Wherobots Cloud notebooks
* Preserve curly braces in code blocks when sanitizing markdown for MDX
* Create PR instead of pushing directly to docs main branch
* Use commit SHA for unique branch names to avoid race conditions
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>