Skip to content

Commit

Permalink
Fix get_tide_series u,v unit conversion bug, upgrade pyTMD 2.1.4 brea…
Browse files Browse the repository at this point in the history
…king change
  • Loading branch information
cywhale committed Aug 6, 2024
1 parent 9fc3ee1 commit 5e1bd0f
Show file tree
Hide file tree
Showing 17 changed files with 2,261 additions and 2,141 deletions.
24 changes: 12 additions & 12 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ name = "pypi"
basemap = "==1.4.1"
basemap-data = "==1.3.2"
basemap-data-hires = "==1.3.2"
fastapi = "==0.111.0"
matplotlib = "==3.8.4"
netcdf4 = "==1.6.5"
numcodecs = "==0.12.1"
netcdf4 = "==1.7.1"
numcodecs = "==0.13.0"
numpy = "==1.26.4"
polars = "==0.20.25"
pydantic = "==2.7.1"
pytmd = "==2.1.1"
requests = "==2.31.0"
scipy = "==1.13.0"
xarray = "==2024.3.0"
zarr = "==2.18.0"
polars = "==1.4.1"
pydantic = "==2.8.2"
pytmd = "==2.1.4"
requests = "==2.32.3"
scipy = "==1.14.0"
xarray = "==2024.7.0"
zarr = "==2.18.2"
src = {file = ".", editable = true}
gunicorn = "==22.0.0"
uvicorn = "==0.29.0"
dask = {extras = ["complete"], version = "==2024.5.0"}
uvicorn = "==0.30.5"
dask = {extras = ["complete"], version = "==2024.7.1"}
fastapi = {extras = ["standard"], version = "==0.112.0"}
pandas = {extras = ["pyarrow"], version = "==2.2.2"}

[dev-packages]
Expand Down
3 changes: 3 additions & 0 deletions change_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@
-- Add validation with NOAA tide observation data api.tidesandcurrents.noaa.gov/
-- Modify testbench (for CWA, NOAA) bugs e.g. local time (NOAA) to UTC
-- small update testbench, tpxo9.zarr(->36th), dev files

#### ver 0.2.0 Fix get_tide_series u,v unit conversion bug, upgrade pyTMD 2.1.4 breaking change

Loading

0 comments on commit 5e1bd0f

Please sign in to comment.