Skip to content

Commit

Permalink
Bump version to 0.2.0, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Sep 2, 2024
1 parent efb443a commit 02d7dd6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog
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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased


## 0.2.0 (2024-09-02)
First release of `zampy`.

`zampy` is designed to retrieve data for LSM model input. It can help you prepare the data within the following steps:

1. **Download** the data for the specified location(s) / geographical area.
2. **Ingest** data into unified (zampy) format.
3. **Load** the variables in a standardized way (standardized names & standardized units).
4. **Convert** the data to standard formats:
- ALMA / PLUMBER2's ALMA formatted netCDF.
- *CMOR formatted netCDF*.
2 changes: 1 addition & 1 deletion src/zampy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = "Bart Schilperoort"
__email__ = "[email protected]"
__version__ = "0.1.0"
__version__ = "0.2.0"


__all__ = ["datasets"]

0 comments on commit 02d7dd6

Please sign in to comment.