Releases: gulfofmaine/buoy_barn
Releases · gulfofmaine/buoy_barn
0.3.2 - 03/15/2021
Changes:
- Add active toggle for timeseries that determines if they should be updated.
0.3.1 - 03/08/2021
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
Additions:
- Multiple forecasts! First addition of a new forecast with NECOFS
0.2.1 - 02/24/2021
Fixes:
- Shift daily cron Prefect tick later
0.2.0 - 02/23/2021
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
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
Fixes:
- Not everything forecast was returning a date in it's time series.
0.1.16 - 02/09/2020
Changes:
- Update dependencies:
- Python from 3.8.6 to 3.9.1
- Celery from 4.4 to 5.0
- Django CORS Headers from 3.6 to 3.7
- Django Rest Framework GIS from 0.16 to 0.17
- Freezegun from 1.0.0 to 1.1.0
- IPython from 7.19 to 7.20
- PyYaml from 5.3.1 tp 5.4
- Py.test coverage from 2.10 to 2.11
Fixes:
- Include
Z
on the end of forecast dates to specify the timezone so that browsers don't guess.
0.1.15 - 12/15/2020
Changes:
- Added admin command to clear end times set on TimeSeries by Platform. This makes it easier to clear out automatically set end times.
- Update dependencies:
- Django CORS Headers from 3.1 to 3.5
- Django Debug Toolbar from 3.1 to 3.2
- ERDDAPY from 0.7.2 to 0.9.0
- NetCDF 4 from 1.5.4 to 1.5.5
- Sentry SDK from 0.19.2 to 0.19.5
- xarray from 0.16.1 to 0.16.2
0.1.14 - 11/3/2020
Fixes:
- Add test and comparison for invalid constraints.