Skip to content

Releases: gulfofmaine/buoy_barn

0.3.5 - 03/29/2021

19 Apr 19:28
Compare
Choose a tag to compare

Changes:

  • Enable Sentry Performance Monitoring for a subset of transactions.
  • Enhance Sentry Releases using Github Action.
  • Update Dependencies:
    • Sentry SDK from 0.20.3 to 1.0.0
    • Xarray from 0.16.2 to 0.17.0
    • Pandas from 1.2.2 to 1.2.3
    • Prefect from 0.14.11 to 0.14.14
    • IPython from 7.21 to 7.22

Fixes:

  • Reduce need to access secrets during testing to reduce problems with PRs from forks. See 1 2
  • Fix ordering of quotes in ERDDAP dataset test links so that they don't cancel out station ids or other string quoted constraints.
  • Handle more types of ERDDAP errors when fetching data, and hopefully report them more usefully to Sentry.

0.3.4 - 03/17/2021

17 Mar 15:52
Compare
Choose a tag to compare

Fixes:

  • Flow scheduling check almost always would not schedule flows.

0.3.3 - 03/17/2021

17 Mar 15:51
Compare
Choose a tag to compare

Changes:

  • Add ability to test timeseries setup on the admin.
  • Add default hourly dataset refresh.
  • Speed up platform admin.

Fixes:

  • Only schedule flows in production.

0.3.2 - 03/15/2021

15 Mar 16:04
Compare
Choose a tag to compare

Changes:

  • Add active toggle for timeseries that determines if they should be updated.

0.3.1 - 03/08/2021

09 Mar 01:51
Compare
Choose a tag to compare

Changes:

  • Simplified Kubernetes configuration and made it compatible with Argo CD. #317
  • Updated Dockerfile to use buildkit caching. #317
  • Updated Github Actions workflow to push images to Docker Hub and configs to Argo CD repo. #317
  • Update Dependencies:
    • Poetry from 1.0.3 too 1.1.5
    • Prefect from 0.14.10 to 0.14.11
    • IPython from 7.20 to 7.21

0.3.0 - 02/24/2021

24 Feb 22:11
Compare
Choose a tag to compare

Additions:

  • Multiple forecasts! First addition of a new forecast with NECOFS

0.2.1 - 02/24/2021

24 Feb 21:49
Compare
Choose a tag to compare

Fixes:

  • Shift daily cron Prefect tick later

0.2.0 - 02/23/2021

23 Feb 22:14
Compare
Choose a tag to compare

Additions:

  • Use Prefect to check for outdated time series.

Changes:

  • Update dependencies:
    • Actions/checkout from v1 to v2.3.4
    • Python from 3.9.1 to 3.9.2
    • NetCDF4 from 1.5.5 to 1.5.6
    • Sentry SDK from 0.19.5 to 0.20.3
    • Pandas to 1.2.2 (from <2.0.0)
  • Use Dependabot to update Github Actions

Fixes:

  • Use Buildx for Github Actions.
  • Increase timeout on Github Actions build.

0.1.18 - 02/12/2021

23 Feb 21:59
Compare
Choose a tag to compare

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

0.1.17 - 02/09/2020

09 Feb 21:28
Compare
Choose a tag to compare

Fixes:

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