Skip to content

Latest commit

 

History

History
238 lines (207 loc) · 25.2 KB

CHANGELOG.md

File metadata and controls

238 lines (207 loc) · 25.2 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


v0.7.0 - 2024-11-21

Bug Fixes

  • run satadj tests only if PY_GRAUPEL_DIR is set - (af23c24) - clara.bayley
  • missing pre-commit requirement - (507ab94) - clara.bayley
  • ensure python version of env works for ICON python bindings - (3f4a3b4) - clara.bayley
  • fix pre-commit hook - (7ee44da) - clara.bayley

Features

  • more thermodynamic variables calculated and plotted in 0d parcel - (067b11f) - clara.bayley
  • tests for satadj microphysics scheme - (7077963) - clara.bayley
  • new wrapper for ICON saturation adjustment as microphysics scheme - (3829323) - clara.bayley

Miscellaneous Chores

  • fix spelling Kg -> kg - (e04b6aa) - clara.bayley
  • formatting - (2e08547) - clara.bayley

v0.6.0 - 2024-11-21

Bug Fixes

  • run graupel tests only if PY_GRAUPEL_DIR is set - (f812bf4) - Georgiana Mania
  • fix 1 bug - (c59cdc1) - Georgiana Mania

Features

  • debug info - (f018581) - Georgiana Mania
  • add sat adj - (d963a02) - Georgiana Mania
  • first try to create pytests for ICON via python bindings - (8fe7d3a) - Georgiana Mania

Miscellaneous Chores

  • code formatted - (277dec2) - Georgiana Mania
  • cleanup - (a73cc98) - Georgiana Mania
  • rebase leftover - (4c5f928) - Georgiana Mania
  • rebase on main - (70ed2fe) - Georgiana Mania

Refactoring

  • add args to conventional commits - (5010d0a) - Georgiana Mania
  • add contributors - (068bffe) - Georgiana Mania
  • call graupel without precip - (dead9a4) - Georgiana Mania
  • rename tests - (c6137a7) - Georgiana Mania
  • mirror latest interface & bugfixes as per MPI-M master - (a14ff82) - Georgiana Mania
  • revert using mock tests; adapt plots and tests to use np.arrays - (e72fda7) - Georgiana Mania
  • reverted mock files - (2e14be4) - Georgiana Mania
  • rename thermo to result in tests - (150373d) - clara.bayley

v0.5.1 - 2024-11-11

Bug Fixes

  • CI numba needs limited python version - (3b53231) - clara.bayley

Refactoring

  • use arrays correctly in 0-d tests and docstrings - (41ba03a) - clara.bayley
  • correct label for 0dparcel microphysics tests - (5792b85) - clara.bayley
  • make dz an array and use deepcopy - (c83d43e) - clara.bayley

v0.5.0 - 2024-09-04

Bug Fixes

  • fix assertion - (1d4b63b) - clara.bayley
  • use fixed output - (7f9e8f2) - clara.bayley
  • fix output with arrays written to - (9c12aa2) - clara.bayley
  • minor bug fixes - (4ca8c62) - clara.bayley
  • minor bug fixes - (4bbb31a) - clara.bayley
  • minor bug fixes - (012e83b) - clara.bayley
  • coarsen time for plotting - (082c3aa) - clara.bayley
  • correct timestepping - (c62f28f) - clara.bayley
  • paths and string conversions - (e2c95f4) - clara.bayley
  • import thermodynamics - (bdf4513) - clara.bayley

Documentation

  • formatting - (c75edb9) - clara.bayley
  • added docstrings - (8670288) - clara.bayley
  • rst files for 1d kid test case - (6ae094e) - clara.bayley
  • new docs for bulk microphysics scheme from KiD - (c4572d1) - clara.bayley
  • new docs for bulk microphysics scheme from KiD - (e137033) - clara.bayley
  • new docs for utilities module - (013d502) - clara.bayley
  • add docstrings - (03d58f7) - clara.bayley
  • add docstring - (1370e2a) - clara.bayley
  • update to reflect file movements - (48b68e1) - clara.bayley
  • add link to kid doc - (d382769) - clara.bayley
  • fix formatting - (fecaf6d) - clara.bayley

Features

  • 0-D parcel test for bulk scheme - (c535ae2) - clara.bayley
  • new tests for pympdata bulk scheme - (6def8a1) - clara.bayley
  • possible to output z,x and y half - (8137f10) - clara.bayley
  • new file for kid dynamics - (91b5ca6) - clara.bayley
  • new python file and requirements for KiD test case - (654b057) - clara.bayley
  • initial doc for new test case - (9d5dc75) - clara.bayley

Miscellaneous Chores

  • format header - (7db2dcc) - clara.bayley

Refactoring

  • file renaming - (1410828) - clara.bayley
  • file rename - (f325e96) - clara.bayley
  • file rename - (8b125e6) - clara.bayley
  • file rename - (fbcfea8) - clara.bayley
  • file rename and more docs - (d25becf) - clara.bayley
  • beautify plots - (f523339) - clara.bayley
  • modify plotting - (29f9746) - clara.bayley
  • tidy scripts - (d5afc87) - clara.bayley
  • work in progress plotting kid - (ff696d5) - clara.bayley
  • improve plotting - (6272fff) - clara.bayley
  • add get item to class - (99718a8) - clara.bayley
  • move plotting function into utilities - (1cdbe5a) - clara.bayley
  • move useful function into seperate module - (0a194d1) - clara.bayley
  • file rename - (c941b25) - clara.bayley
  • more descriptive names and docstrings - (a820275) - clara.bayley
  • extrac from thermo before args for clarity - (d8c4bc9) - clara.bayley
  • seperate wrapper from microphysics scheme - (cd25af8) - clara.bayley
  • move bulk scheme to seperate file - (40acd08) - clara.bayley
  • move python files - (5b360d1) - clara.bayley
  • create bulk microphysics scheme - (3314253) - clara.bayley
  • create bulk microphysics scheme - (5b613a0) - clara.bayley
  • create bulk microphysics scheme - (d63d629) - clara.bayley
  • kid influences thermo for output - (67844f7) - clara.bayley
  • better imports - (9e77680) - clara.bayley
  • rename test - (fc2ee43) - clara.bayley
  • turn kid into test for pytest - (81045a9) - clara.bayley
  • use kid dynamics in run_kid1d - (005d85c) - clara.bayley
  • move kid into run function - (18ba831) - clara.bayley
  • rename and change init args - (4a93991) - clara.bayley
  • move prof into kid dynamics class - (8dabc2f) - clara.bayley
  • move init of kid into class - (2c39323) - clara.bayley
  • remove adaptive dt - (a0f20c8) - clara.bayley
  • new files for organising test case - (f496a58) - clara.bayley
  • add file descriptions - (133e03f) - clara.bayley
  • file renamings - (5a05ee8) - clara.bayley
  • KiD working with default bulk scheme - (46ff18d) - clara.bayley
  • improve use of path - (4b9bf73) - clara.bayley
  • add numba requirement - (deaf09e) - clara.bayley
  • working to add kid test case - (c081c13) - clara.bayley

v0.4.2 - 2024-09-04

Bug Fixes

  • Security vulnerability - (dcb9243) - clara.bayley

Documentation

  • refer to working example in docs - (c831a0a) - clara.bayley
  • more info for context - (4e3b67f) - clara.bayley

Refactoring

  • rename files - (4c02f65) - clara.bayley
  • rename mock modules for clarity - (34b17e3) - clara.bayley

v0.4.1 - 2024-09-01

Bug Fixes

  • fix sphinx latest version issues with deprecated utils functions removed - (f70d9a4) - clara.bayley
  • limit sphinx version due to bug - (ad2d9d5) - clara.bayley

Miscellaneous Chores

  • formatting - (b76cd96) - clara.bayley

Refactoring

  • rename .yml -> .yaml - (b583c7c) - clara.bayley
  • rename env in yaml - (c542e3f) - clara.bayley
  • add more precommit hooks and descriptions - (f30018f) - clara.bayley

v0.4.0 - 2024-06-17

Features

  • added more pre-commit hooks - (8411a87) - clara.bayley

Miscellaneous Chores

  • note in file (to force version bump) - (f02f385) - clara.bayley
  • formatting python files with ruff linter and formatter - (c4ddab9) - clara.bayley

v0.3.0 - 2024-06-17

Features

  • Thermodynamics uses np.arrays not floats for variables - (7aea676) - clara.bayley
  • Thermodynamics uses np.arrays not floats for variables - (8d62ef7) - clara.bayley

Refactoring

  • make scripts and tests compatible with thermodyanmics as arrays - (eafcc99) - clara.bayley
  • require reference pressure explictly for theta calc - (1d42a15) - clara.bayley

v0.2.5 - 2024-05-02

Bug Fixes

  • restore changelog - (e45f803) - clara.bayley
  • minor changes to pre and post bump echos - (3d692d9) - clara.bayley

v0.2.4 - 2024-05-02

Bug Fixes

  • add git push post bump to try to update logs - (a150c44) - clara.bayley

Miscellaneous Chores

  • (version) v0.2.4 - (fa59b1e) - yoctoyotta1024

v0.2.3 - 2024-05-02

Bug Fixes

  • delete unwanted print statements at end of workflow - (ee965a1) - clara.bayley

Refactoring

  • test what's in changelog - (6c2234c) - clara.bayley

v0.2.2 - 2024-05-02

Bug Fixes

  • change to changelog styling - (9e152f6) - clara.bayley

v0.2.1 - 2024-05-02

Bug Fixes

  • release on github - (6546aab) - clara.bayley

v0.2.0 - 2024-05-02

Bug Fixes

  • delete post bump hooks that fail when merging to main on github - (e56d6ca) - clara.bayley
  • bug fixes to fetch repo commmits in release with cocogitto - (75232aa) - clara.bayley
  • bug fixes to fetch repo commmits in release with cocogitto - (0a79d9a) - clara.bayley
  • remove bad versioning in cmake - (33c5443) - clara.bayley

Features

  • automatic versioning in cocogitto CI - (37dc929) - clara.bayley
  • cocogitto ci occurs on pushes - (bc7b5f1) - clara.bayley
  • new workflow in CI for cocogitto - (88b9b24) - clara.bayley

Miscellaneous Chores

  • (version) v0.2.0 - (706e280) - clara.bayley
  • (version) v0.1.0 - (0f110d6) - yoctoyotta1024
  • (version) v0.1.0 - (aa0c4cb) - yoctoyotta1024
  • whitespace - (e837b9e) - clara.bayley

v0.1.1 - 2024-05-02

Bug Fixes

  • manual versioning given X.Y.Z - (3b38fac) - clara.bayley

Miscellaneous Chores

  • (version) v0.1.1 - (73320c8) - clara.bayley
  • whitespace - (2dab34d) - clara.bayley

This changelog was generated by cocogitto.