diff --git a/AUTHORS.rst b/AUTHORS.rst index 229538c4f..442734b1d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -25,6 +25,7 @@ The following persons contributed to the development of the |pyam| package: - Fridolin Glatter `@glatterf42 `_ - Linh Ho `@linhho ` - Max Wolschlager `@meksor ` +- `@JSap0914 `_ | The core maintenance of the |pyam| package is done by the *Scenario Services & Scientific Software* research theme diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fc8aba068..fcd10eb0a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +# Next Release + +## Individual updates + +- [#988](https://github.com/IAMconsortium/pyam/pull/988) Highlight documentation + for computing derived timeseries data + # Release v3.3.3 ## Highlights diff --git a/docs/tutorials.rst b/docs/tutorials.rst index 5e66d0d89..9d3fa06aa 100644 --- a/docs/tutorials.rst +++ b/docs/tutorials.rst @@ -16,6 +16,15 @@ The source code is available in the folder .. _`docs/tutorials`: https://github.com/IAMconsortium/pyam/tree/main/docs/tutorials +Computing derived timeseries +---------------------------- + +To derive new timeseries from existing data, start with the +:doc:`algebraic operations tutorial `, which +covers adding, subtracting, multiplying and dividing data. For higher-level +indicators such as shares, quantiles, growth rates and learning rates, see the +:doc:`derived timeseries API `. + .. toctree:: :maxdepth: 1