Skip to content

Commit

Permalink
0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
abkfenris committed Feb 12, 2021
1 parent c417872 commit a2c3e15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ Changes:

Fixes:

## 0.1.18 - 02/12/2021

Fixes:

- Sort dataframes from ERDDAP by time before use. IOOS Sensor ERDDAP has a tendency to return data from latest to earliest, rather than from earliest to latest like all other ERDDAPs that I've tested against. [#287](https://github.com/gulfofmaine/buoy_barn/issues/287)

## 0.1.17 - 02/09/2020
## 0.1.17 - 02/09/2021

Fixes:

- Not everything forecast was returning a date in it's time series.

## 0.1.16 - 02/09/2020
## 0.1.16 - 02/09/2021

Changes:

Expand Down
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "buoy_barn"
version = "0.1.17"
version = "0.1.18"
description = "NERACOOS lightweight API sitting in front of ERDDAP"
authors = ["Alex Kerney <[email protected]>"]

Expand Down

0 comments on commit a2c3e15

Please sign in to comment.