Recent Releases of SalishSeaNowcast

SalishSeaNowcast - v25.1

What's Changed

Features

  • N/A

Bug Fixes

  • Fix Baynes Sound AGRIF figure by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/326
  • Fix issues that cause crop_gribs worker to fail after updating production env to Python 3.13 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/337
  • Refactor grib_to_netcdf time_counter calculation by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/338

Documentation

  • Add explicit Sphinx configuration for readthedocs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/324
  • Update deployment docs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/334

Maintenance

  • Update to Python 3.13 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/302
  • Add et_xmlfile, openpyxl, & tqdm to environment files by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/321
  • Update Codecov action to use 'files' instead of 'file' by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/322
  • Test all figures in preparation for updating production env to Python 3.13 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/327
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/330
  • Chg to project name retrieval from pyproject.toml by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/332
  • Add GHA workflow to auto-assign milestones to issues/PRs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/333
  • Standardize Python exec commands to python -m by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/340
  • Change NowcastWorker mock to pytest fixture by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/343
  • Drop unused ADCP plotting functions & related code by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/344
  • Rename make_runoff_file workers by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/345

Dependency Updates

  • Bump mamba-org/setup-micromamba from 2.0.3 to 2.0.4 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/325
  • Bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/328
  • Bump cryptography from 43.0.1 to 44.0.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/331
  • Bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/339
  • Bump jinja2 from 3.1.5 to 3.1.6 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/342

Full Changelog: https://github.com/SalishSeaCast/SalishSeaNowcast/compare/v24.2...v25.1

- Python
Published by douglatornell 12 months ago

SalishSeaNowcast - v24.2

What's Changed

Note: After this release the workers and automation for the Vancouver Harbour and Fraser River (VHFR) FVCOM model will be removed.

Features

  • Improve crop_gribs --backfill completion log message by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/279
  • Add getvfpahadcp after 06 weather collection by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/283
  • Add rivers for NEMO sss150 config to sarracenia client configurations by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/285
  • Extend worker logging ports list by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/289
  • Update dataset variable dropping method in make_CHS_currents_file worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/294
  • Add month-averaging of grazing/mortality & biology growth rate variable groups to make_averaged_dataset by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/297
  • Add new subtopic pattern for datamart directory structure change by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/305
  • Remove unused midoss dependencies from env files by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/313

Bug Fixes

  • Fix various warnings revealed by pytest by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/273
  • Pin cfgrib package at version 0.9.11.0 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/276
  • Replace warning suppression in crop_gribs worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/277
  • Handle ValueError in getoncctd salinity resampling by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/278
  • Update datetime format in VFPA HADCP observation handling by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/282
  • Update surface_current_tiles figure module re: matplotlib & numpy API changes by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/292
  • Update date parsing for river data collection by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/293

Documentation

  • Docs maintenance by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/301
  • Fix broken xref to SalishSeaNowcast package by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/314
  • Refine release notes structure in package dev docs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/320

Maintenance

  • Update worker main() function docstrings by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/287
  • Modernize testmakeliveoceanfiles by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/288
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/296
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/300
  • Update httpx and fix caplog assertions in tests by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/317
  • Exclude version string from coverage by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/319

Dependency Updates

  • Bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/274
  • Bump urllib3 from 2.2.1 to 2.2.2 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/275
  • Bump certifi from 2024.6.2 to 2024.7.4 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/280
  • Bump zipp from 3.12.0 to 3.19.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/281
  • Bump setuptools from 57.4.0 to 70.0.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/284
  • Bump sentry-sdk from 2.5.1 to 2.8.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/286
  • Bump cryptography from 42.0.4 to 43.0.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/295
  • Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/298
  • Bump mamba-org/setup-micromamba from 1.9.0 to 2.0.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/299
  • Bump mamba-org/setup-micromamba from 2.0.0 to 2.0.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/303
  • Bump codecov/codecov-action from 4.6.0 to 5.0.2 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/304
  • Bump tornado from 6.4.1 to 6.4.2 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/306
  • Bump codecov/codecov-action from 5.0.2 to 5.0.7 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/307
  • Bump mamba-org/setup-micromamba from 2.0.1 to 2.0.2 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/308
  • Bump codecov/codecov-action from 5.0.7 to 5.1.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/312
  • Bump mamba-org/setup-micromamba from 2.0.2 to 2.0.3 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/315
  • Bump codecov/codecov-action from 5.1.1 to 5.1.2 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/316
  • Bump jinja2 from 3.1.4 to 3.1.5 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/318

Full Changelog: https://github.com/SalishSeaCast/SalishSeaNowcast/compare/v24.1...v24.2

- Python
Published by douglatornell about 1 year ago

SalishSeaNowcast - v24.1

What's Changed

  • Bump gitpython from 3.1.40 to 3.1.41 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/226
  • Bump jinja2 from 3.1.2 to 3.1.3 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/228
  • Change to V21-11 ERDDAP dataset ids by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/227
  • Drop "nowcast-dev" run from automation workflow and configuration by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/229
  • Bump mamba-org/setup-micromamba from 1.7.3 to 1.8.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/231
  • Bump codecov/codecov-action from 3.1.4 to 3.1.5 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/230
  • Change upload_forcing worker to persist previous day for missing runoff files via symlinks instead of failing by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/233
  • Bump codecov/codecov-action from 3.1.5 to 4.0.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/235
  • Bump cryptography from 41.0.6 to 42.0.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/236
  • Bump cryptography from 42.0.0 to 42.0.2 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/237
  • Bump cryptography from 42.0.2 to 42.0.4 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/238
  • Bump mamba-org/setup-micromamba from 1.8.0 to 1.8.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/240
  • Bump codecov/codecov-action from 4.0.1 to 4.0.2 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/239
  • Update get_onc_ctd and get_onc_ferry workers to work with ONC API v3 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/234
  • Bump codecov/codecov-action from 4.0.2 to 4.1.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/241
  • Automate creation of day and month averaged biology, chemistry & physics datasets by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/242
  • Change from 'graham-dtn' to 'robot.graham' by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/243
  • Update paths for river tracers hindcast runs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/245
  • Remove host name references from makeaverageddataset by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/246
  • Bump black from 24.2.0 to 24.3.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/247
  • Documentation maintenance by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/248
  • Fix broken web site time series plots. by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/249
  • Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/250
  • Bump pillow from 10.2.0 to 10.3.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/251
  • Update ONC VENUS nodes model/obs comparison figure module by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/254
  • Update ERDDAP URL for HRDPS fields in config & tests by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/256
  • Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/255
  • Update badge tables in README and dev docs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/257
  • Bump idna from 3.6 to 3.7 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/258
  • Bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/259
  • Bump tqdm from 4.66.2 to 4.66.3 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/260
  • Bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/261
  • Bump jinja2 from 3.1.3 to 3.1.4 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/262
  • Replace of PyPDF2 package with pypdf by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/263
  • Update paths for oxygen hindcast runs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/264
  • Bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/265
  • Bump requests from 2.31.0 to 2.32.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/266
  • Bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/267
  • Bump mamba-org/setup-micromamba from 1.8.1 to 1.9.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/268
  • Update makeliveocean_files re: single filepath by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/269
  • Bump tornado from 6.4 to 6.4.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/270
  • Improve WWatch3 wind and currents forcing file generation by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/271
  • Change 'np.NaN' to 'np.nan' re: Numpy 2.0 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/272

Full Changelog: https://github.com/SalishSeaCast/SalishSeaNowcast/compare/v23.2...v24.1

- Python
Published by douglatornell over 1 year ago

SalishSeaNowcast - v23.2

The main features of this release are: * Migration of SalishSeaCast production from the v201905 to the v202111 NEMO configuration * Updating the package from Python 3.11 to 3.12

What's Changed

  • Bump urllib3 from 2.0.5 to 2.0.6 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/205
  • Bump pillow from 10.0.0 to 10.0.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/206
  • Bump gitpython from 3.1.36 to 3.1.37 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/207
  • Bump mamba-org/setup-micromamba from 1.4.4 to 1.5.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/208
  • Bump urllib3 from 2.0.6 to 2.0.7 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/210
  • Bump mamba-org/setup-micromamba from 1.5.0 to 1.6.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/211
  • Bump pip from 23.0 to 23.3 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/212
  • Update to Python 3.12 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/209
  • Update readthedocs build config by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/215
  • Add --backfill option to crop_gribs worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/216
  • Update make_ww3_*_file workers and their place in the automation workflow by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/213
  • Docs maintenance by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/217
  • Bump cryptography from 41.0.4 to 41.0.6 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/218
  • Bump mamba-org/setup-micromamba from 1.6.0 to 1.7.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/219
  • Bump mamba-org/setup-micromamba from 1.7.0 to 1.7.3 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/220
  • Bump paramiko from 3.0.0 to 3.4.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/221
  • Add Hatch wheel build target to pyproject.toml by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/222
  • Migrate production from 2019-05 to 2021-11 NEMO configuration by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/223
  • Fixed test_download_live_ocean test failure by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/224
  • Update to use feedgen v1.0.0 package by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/225

Full Changelog: https://github.com/SalishSeaCast/SalishSeaNowcast/compare/v23.1...v23.2

- Python
Published by douglatornell about 2 years ago

SalishSeaNowcast - v23.1

The major features of this release are: * Adapting to ECCC's change of the HRDPS product from the west sub-domain on a polar-stereographic grid to the continental domain on a rotated lat-lon grib * Addition of river runoff file generation for the NEMO v202111 configuration that replaces climatologies for rivers other than the Fraser with values based on a collection of gauged river discharge observations in all of the major watersheds * Modernization of the Python packaging

What's Changed

  • Modernize packaging by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/144
  • Add release process notes to dev docs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/145
  • Bump future from 0.18.2 to 0.18.3 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/146
  • Update production to sarracenia 2.22.10.post2 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/147
  • Change sarracenia configs to use queues on hpfx.collab.science.gc.ca by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/149
  • Bump cryptography from 39.0.0 to 39.0.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/153
  • Handle HRDPS change from west domain to continental domain by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/156
  • Pin sphinx-rtd-theme=1.2 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/159
  • Change to run wwatch3 after NEMO nowcast-green by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/160
  • Handle wind coords attr drop in makeww3wind_file by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/162
  • Handle wwatch3 run when configuration by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/163
  • Add --run-date to makeww3*_file workers by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/164
  • Do maketurbidityfile after collect_weather 12 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/165
  • Do upload_forcing turbidity after NEMO forecast by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/166
  • Change to run gribtonetcdf on salish by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/167
  • Update collect_weather worker re: changes in watchdog=2.1.7 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/168
  • Fix run-date passing for wwatch3-forecast2 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/171
  • Change smelt rivers namelist for arbutus runs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/172
  • Crop HRDPS continental GRIB files to SalishSeaCast sub-domain after they are downloaded by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/173
  • Fix wwatch3 prep & runs date propagation by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/175
  • Change dev & production envs to Python 3.11 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/176
  • Bump codecov/codecov-action from 3.1.2 to 3.1.3 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/178
  • Change sarrcenia clients to use queues on dd.weather.gc.ca by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/180
  • Change rivers runoff file generation for SalishSeaCast NEMO v202111 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/150
  • Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/181
  • Bump requests from 2.28.2 to 2.31.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/182
  • Bump tornado from 6.2 to 6.3.2 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/184
  • Add makev202111runoff_file worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/183
  • Adjust automation re: make_v2021_runoff_file by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/185
  • Bump cryptography from 39.0.1 to 41.0.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/186
  • Bump mamba-org/setup-micromamba from 1.4.1 to 1.4.2 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/187
  • Bump mamba-org/setup-micromamba from 1.4.2 to 1.4.3 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/188
  • Bump cryptography from 41.0.0 to 41.0.2 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/189
  • Bump certifi from 2023.5.7 to 2023.7.22 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/190
  • Bump cryptography from 41.0.2 to 41.0.3 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/192
  • Change crop_gribs to operate on files as they arrive by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/191
  • Add single variable-hour file cropping to crop_gribs worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/195
  • Update URL for NOAA Neah Bay sea surface height data by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/196
  • Bump gitpython from 3.1.31 to 3.1.32 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/193
  • Bump tornado from 6.3.2 to 6.3.3 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/194
  • Bump gitpython from 3.1.32 to 3.1.34 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/198
  • Bump mamba-org/setup-micromamba from 1.4.3 to 1.4.4 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/199
  • Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/200
  • Bump gitpython from 3.1.34 to 3.1.35 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/201
  • Bump cryptography from 41.0.3 to 41.0.4 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/202
  • Make crop_gribs worker more robust by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/203
  • Update documentation for arbutus.cloud deployment by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/204

Full Changelog: https://github.com/SalishSeaCast/SalishSeaNowcast/compare/v22.1...v23.1

- Python
Published by douglatornell over 2 years ago

SalishSeaNowcast - v22.1

What's Changed

  • Bump cryptography from 3.3.1 to 3.3.2 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/71
  • Add pre-commit to manage code style & repo QA by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/72
  • Bump pillow from 8.1.0 to 8.1.1 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/73
  • Bump lxml from 4.6.2 to 4.6.3 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/74
  • Bump urllib3 from 1.26.3 to 1.26.4 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/75
  • Bump lxml from 4.6.2 to 4.6.3 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/76
  • Bump urllib3 from 1.26.4 to 1.26.5 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/77
  • Bump pillow from 8.1.2 to 8.2.0 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/78
  • Bump pillow from 8.2.0 to 8.3.2 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/79
  • Bump pillow from 8.2.0 to 8.3.2 by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/80
  • Bump dask from 2021.9.1 to 2021.10.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/83
  • Update downloadliveocean re: sentinel file chg by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/84
  • Bump lxml from 4.6.4 to 4.6.5 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/89
  • Chg to use graham data transfer node by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/87
  • Re-work downloadliveocean to get files via HTTPS by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/90
  • Bump pillow from 8.4.0 to 9.0.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/91
  • Add logging config to separate hindcast logs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/92
  • Change dev & production envs to Python 3.10 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/93
  • Drop unneeded setting of pandas display precision. by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/95
  • Handle legacy ssh servers that don't use rsa-sha2 by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/97
  • Update deploy docs re: OPPTools SalishSeaCast-prod branch by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/98
  • Bump paramiko from 2.9.2 to 2.10.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/99
  • Drop FVCOM VHFR forecast-x2 runs from automation by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/100
  • Bump pypdf2 from 1.26.0 to 1.27.5 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/101
  • Move tidal_predictions/ dir to separate tidal-predictions repo by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/102
  • Fix broken wwatch3 figures generation by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/103
  • archive_tarball worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/104
  • Add rotatehindcastlogs worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/105
  • Delete old unused uploadallfiles worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/106
  • Add test for after*() functions & missing afterarchive_tarball() by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/107
  • Bump lxml from 4.8.0 to 4.9.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/108
  • Drop TWDP ferry obs collection by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/109
  • Bump mako from 1.2.1 to 1.2.2 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/110
  • Bump joblib from 1.1.0 to 1.2.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/111
  • Fix bug in updateforecastdatasets worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/113
  • Handle missing Neah Bay sea surface height obs by symlink to forecast file by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/114
  • Add ability to run archive_tarball worker for hindcast results by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/116
  • Change run sequence to run wwatch3 nowcast & forecast after NEMO forecast by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/118
  • Add makeaverageddataset worker by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/119
  • Update dependencies by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/125
  • Add collection & processing of Nicomekl River discharge by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/128
  • Add retry feature to makeaverageddataset by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/130
  • Bump certifi from 2022.9.24 to 2022.12.7 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/131
  • Move some logging to hindcast log files by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/132
  • Drop makeaverageddataset from hindcast automation by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/133
  • Add GHA workflow to auto-assign issues & PRs by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/135
  • Chg numpy.asscalar() calls to numpy.ndarray.item() by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/136
  • Change GitHub Actions jobs to use reusable workflows by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/139
  • Bump wheel from 0.37.1 to 0.38.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/140
  • Bump setuptools from 65.4.1 to 65.5.1 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/141
  • Add collection & processing of Roberts Creek discharge by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/142
  • Bump pillow from 9.2.0 to 9.3.0 in /envs by @dependabot in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/124
  • Add USGS rivers to collect_river_data by @douglatornell in https://github.com/SalishSeaCast/SalishSeaNowcast/pull/143

Full Changelog: https://github.com/SalishSeaCast/SalishSeaNowcast/compare/v19.1...v22.1

- Python
Published by douglatornell about 3 years ago