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 version 0.2.0 #36

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased](https://github.com/mllam/weather-model-graphs/compare/v0.1.0...HEAD)
## [unreleased](https://github.com/mllam/weather-model-graphs/compare/v0.2.0...HEAD)


## [v0.2.0](https://github.com/mllam/weather-model-graphs/releases/tag/v0.2.0)

### Added

Expand All @@ -27,10 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Fix wrong number of mesh levels when grid is multiple of refinement factor
[\#26](https://github.com/mllam/weather-model-graphs/pull/26)
@joeloskarsson

- Create different number of mesh nodes in x- and y-direction.
[\#21](https://github.com/mllam/weather-model-graphs/pull/21)
@joeloskarsson
Expand All @@ -53,6 +52,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[\#35](https://github.com/mllam/weather-model-graphs/pull/35)
@joeloskarsson

- Fix wrong number of mesh levels when grid is multiple of refinement factor
[\#26](https://github.com/mllam/weather-model-graphs/pull/26)
@joeloskarsson

### Maintenance

- Ensure that cell execution doesn't time out when building jupyterbook based
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "weather-model-graphs"
version = "0.1.0"
version = "0.2.0"
description = "Tools for creating and visualising data-driven weather model graphs"
authors = [
{name = "Leif Denby", email = "[email protected]"},
Expand Down
Loading