Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release of version 0.9.0 #53

Merged
merged 74 commits into from
Dec 4, 2024
Merged

Release of version 0.9.0 #53

merged 74 commits into from
Dec 4, 2024

Conversation

stefan-voelk
Copy link
Collaborator

Before you get started

  • πŸ™‹β€β™€οΈ Create an issue to discuss what you are going to do!
    not related to an issue

Description

  • Merge dev branch into main
  • Release of version 0.9.0

Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation change

How has this been tested?

Please describe the software tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • see history of commits and pull requests (dev branch)

Test configuration:

  • Operating system: Windows 11, Enterprise (64-Bit)
  • Other relevant information:

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any changed dependencies have been added or removed correctly

liammegill and others added 22 commits November 7, 2024 11:17
Adds single flight capability, which introduces "base inventories". This allows the user to calculate the climate impact of the input emission inventory against the sum of the input and base inventories.
Interpolation between base_inv_dict years for contrail climate impact calculations of single flights
Any default configuration settings can be included within read_config DEFAULT_CONFIG. If setting not defined in config, it will be added from there.
Any default configuration settings can be included within read_config DEFAULT_CONFIG. If setting not defined in config, it will be added from there.
Update TestCheckConfig. Add TestGetKeysValues, TestAddDefaultConfig
Update of example.toml, CONFIG_TEMPLATE in read_config.py and tests/read_config_test.py
Update of openairclim.rst for automatic generation of API doc for module calc_cont.py
Update docstrings in calc_response.py and calc_ch4_test.py
@stefan-voelk stefan-voelk added type: feature Brand new functionality, features, pages, workflows, endpoints etc. type: chore Converting measurements, reorganising folder strcuture, generally less impactful and painful tasks labels Dec 4, 2024
@stefan-voelk stefan-voelk self-assigned this Dec 4, 2024
@stefan-voelk stefan-voelk linked an issue Dec 4, 2024 that may be closed by this pull request
4 tasks
Copy link
Collaborator

@liammegill liammegill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passes all tests. All commits have been previously properly merged into dev. Merge to main approved!

@liammegill liammegill added this to the v0.9.0 milestone Dec 4, 2024
@stefan-voelk stefan-voelk merged commit 64982a2 into main Dec 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore Converting measurements, reorganising folder strcuture, generally less impactful and painful tasks type: feature Brand new functionality, features, pages, workflows, endpoints etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move repository directory
2 participants