Open
Conversation
* Fixes gh-19. * Early draft of release notes infrastructure for the project, including rough draft of the release notes for the GFDL `0.1.0` release.
tylerjereddy
commented
Jan 31, 2026
docs/source/release/0.1.0-notes.rst
Outdated
| multi-layer random vector functional link (RVFL) and extreme learning | ||
| machine (ELM) gradient-free neural networks. A regression equivalent, | ||
| `gfdl.model.GFDLRegressor` has also been added. | ||
| * The new `gfdl.model.EnsembleGFDLClassifier` offers a connected ensemble |
Collaborator
Author
Collaborator
Author
There was a problem hiding this comment.
Ah very nice, thanks!
tylerjereddy
commented
Jan 31, 2026
| .. toctree:: | ||
| :maxdepth: 1 | ||
|
|
||
| release/0.1.0-notes |
Collaborator
Author
tylerjereddy
commented
Jan 31, 2026
| Our development attention will now shift to bug-fix releases on the | ||
| 0.1.x branch, and on adding new features on the main branch. | ||
|
|
||
| This release requires Python 3.12-3.14. |
Collaborator
Author
tylerjereddy
commented
Jan 31, 2026
|
|
||
| ******* | ||
| Authors | ||
| ******* |
Collaborator
Author
There was a problem hiding this comment.
to be populated automatically by script from gh-18 before the release happens
tylerjereddy
commented
Jan 31, 2026
|
|
||
| ************************ | ||
| Pull requests for 0.1.0 | ||
| ************************ |
Collaborator
Author
There was a problem hiding this comment.
these two lists to be populated automatically by script in gh-17 before release happens
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.



Fixes DOC: our docs infrastructure needs a place for release notes #19.
Early draft of release notes infrastructure for the project, including rough draft of the release notes for the GFDL
0.1.0release.