GEOPY-2998: Update docs with release notes from GA 4.8 release#451
Open
domfournier wants to merge 2 commits into
Open
GEOPY-2998: Update docs with release notes from GA 4.8 release#451domfournier wants to merge 2 commits into
domfournier wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a consolidated release_notes page to the documentation and links it into the docs table of contents, aligning the docs with the GA 4.8 / simpeg-drivers 0.5.0 release.
Changes:
- Add a new
docs/release_notes.mddocument covering releases 0.1.0 through 0.5.0. - Expose the new release notes page in the documentation navigation (
docs/_toc.yml).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 16 comments.
| File | Description |
|---|---|
| docs/release_notes.md | Introduces a release notes page with structured sections and ticketed change lists for multiple releases. |
| docs/_toc.yml | Adds the new release notes page to the docs navigation so it renders in the published site. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| * GEOPY-2883: Remove dependency on Tx frequency for airborne FEM survey | ||
| ### Natural Sources | ||
| * GEOPY-1383: Incorporate MobileMT inversion with SimPEG (apparent conductivity only) | ||
| DC/IP |
| * GEOPY-2618: Conductivity/Resistivity switcher doesn't make sense for joint mvi/mag | ||
| * GEOPY-2519: Synthetic topography for runtests is overly sampled | ||
| * GEOPY-2704: Fix capitalization in labels and tooltips of ui.json files | ||
| * GEOPY-2661: Update minimum requirement to python >=3.12, <3.15 and numpy 2.* |
| * GEOPY-789: Joint inversion: PGI | ||
| * GEOPY-2232: Refactor components of inversion options | ||
| * GEOPY-2188: single entry point to run any application | ||
| * GEOPY-789: Joint inversion: PGI |
| * GEOPY-2297: Add case study with Forestania datasets | ||
| * GEOPY-2362: Improve rotated gradient on octree change with average cell dim | ||
| * GEOPY-2297: Add files via upload | ||
| * GEOPY-2297: Add case study with Forestania datasets |
| * GEOPY-2404: Bad flipping of large loop orientation | ||
| * GEOPY-2389: Refactor of the Factory classes | ||
| * GEOPY-2157: Migrate octree-creation-app to grid-app | ||
| * GEOPY-2376: Investigate double-print of of Geoapps-Error |
| * GEOPY-2150: Change default auto-scaling to false | ||
| * GEOPY-2142: bring back adjusted ui.json from Analyst to their respective repo | ||
| * GEOPY-2152: Bad referencing to transmitter id name | ||
| * GEOPY-2154: MVI name change brakes the forward |
| * GEOPY-1527: Make the canny add_data optional on get_edges method | ||
| * GEOPY-1552: Crash on joint survey with apparent resistivity | ||
| * GEOPY-1573: Update simpeg fork to 0.21.2 | ||
| * GEOPY-1255: Enforce counter-clock wise ordering of EM large loops |
| * GEOPY-1477: Remove factor of half on cpu count for n_cpu=disabled | ||
| * GEOPY-1497: fix reduced set of linter errors on simpeg-drivers | ||
| * GEOPY-1472: regenerate env lock files (for SimPEG rc.1) | ||
| * GEOPY-1476: Enforce counter-clock wise loop for TEM large loop |
| * GEOPY-2025: Duplicated survey object when monitoring_directory is used | ||
| * GEOPY-2048: Resolve deprecation warnings with latest simpeg 0.23 and discretize 0.11 | ||
| * GEOPY-1866: Create documentation for depth of investigation app | ||
| * GEOPY-2003: Add UIJson class for gravity forward/inversion |
| * GEOPY-1866: Create documentation for depth of investigation app | ||
| * GEOPY-2003: Add UIJson class for gravity forward/inversion | ||
| * GEOPY-2029: fixup dependencies | ||
| * GEOPY-2048: Resolve deprecation warnings with latest simpeg 0.23 and discretize 0.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GEOPY-2998 - Update docs with release notes from GA 4.8 release