Skip to content

Commit

Permalink
Bump version, add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Jul 22, 2020
1 parent eea55dc commit 65edc3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## Development
...

## 0.2.0 (23.07.2020)
- [cli] Add geospatial filtering by distance.
- [cli] Filter stations by station identifiers.
- [cli] Add GeoJSON output format for station data.
- improvements to parsing high resolution data by setting specific datetime formats and changing to concurrent.futures
- fix na value detection for cases where cells have leading and trailing whitespace
- change column name mapping to more explicit one with columns being individually addressable
- add full column names for every individual parameter
- more specific type casting for integer fields and string fields

## 0.1.1 (05.07.2020)
- [cli] Add geospatial filtering by number of nearby stations.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wetterdienst"
version = "0.1.1"
version = "0.2.0"
description = "Python library to ease access to open weather data"
authors = [
"Benjamin Gutzmann <gutzemann@gmail.com>",
Expand Down

0 comments on commit 65edc3e

Please sign in to comment.