Releases: Climdyn/qgs
qgs version 0.2.8 release
qgs version 0.2.7 release
Minor release including 3 important bugfixes
Changelog
- A bugfix to make sure that the two available heat exchange and T° schemes are not used concomitantly: f96303c
- The correction of 2 bugs with the symbolic model version of the land-atmosphere coupled model: e939182
- A bugfix for an issue with the symbolic inner products when changing the aspect ratio of the model domain: #17
- A new vertical wind velocity diagnostic in the middle of the atmosphere
- Some corrections in the documentation
qgs version 0.2.6 release
Release of the new
Changelog
- New profile plot diagnostic to plot meridional or zonal profiles
- Implementation of the dynamical reference temperatures (instead of fixed ones)
- Implementation of the quartic
$T^4$ tendencies - Corrected bug #14 of the diagnostic classes
- Added a specific basis for the orography in diagnostics
- Addition of a new diagnostic for meridional atmospheric temperature gradient
- Added a tangent linear and adjoint model test
- Addition of several example notebooks
- Minors change (typos, contributors file, etc...)
qgs version 0.2.5 release
Release of the Lyapunov toolbox module:
Changelog
- New class to compute the Forward and Backward Lyapunov vectors.
- New class to compute Covariant Lyapunov vectors.
qgs version 0.2.4 release
First release for the visualization system of the model, based on Diagnostic
classes.
This one implements an important piece that was missing before the v0.3 release can occur (later this year).
Changelog
First implementation of the diagnostic module:
- Base classes to define diagnostics
- First batch of diagnostics useful for the model
- Multiple diagnostics classes to plot them simultaneously
- Documentation (API + user guide + example)
- Example notebooks
Other important changes:
- Numerical quadrature of symbolic inner products (it is now the default
way to compute them) + timeout in the case of symbolic integration
before falling back to quadrature
And finally various minor changes and bugfixes.
Forthcoming
More diagnostics for the model will be implemented this year.
qgs version 0.2.3 release
Reorganization of the core of the code into a single qgs
to enhance readability and searching.
Solve the issue #7 .
Related to the discussion on the JOSS review: openjournals/joss-reviews#2597 (comment)
Thanks to @sadielbartholomew for the suggestion.
Changelog
- Mainly moving files to new directories and adapting links and import statements
qgs version 0.2.2 release
Release of the new core to compute the inner products.
Addition of the user guide to the documentation.
Changelog with respect to v0.2.1
- New classes to compute symbolically the inner products with Sympy.
- Refactored several classes using abstract base classes.
- First release of a user guide to help setup and run the models.
- Various minor changes
qgs version 0.2.1 release
Release related to the pending publication of the JOSS article. Article referees: @eviatarbach and @sadielbartholomew . Editor: @arfon See here for the full review.
Changelog with respect to v0.2.0
- Added the manuscript text
- Modification and improvement of the documentation and README
- Added tests for a higher dimensional (6x6) model version
qgs version 0.2.0 release
Changelog with respect to v0.1.0
- Switched to Python 3.8 for Mac OS compatibility.
- qgs now uses the sparse library to represent the sparse tensors of the model.
- Added support for DifferentialEquations.jl ODE integration package through diffeqpy.
- Added the heat exchange schemes with the ground detailed in Li et al..
- Various minor improvements.
version 0.1.0 release
qgs initial release