Skip to content

Commit

Permalink
Update Map SDK to 3.0.3 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractalgo authored Aug 5, 2024
1 parent e71ef2b commit 1321198
Show file tree
Hide file tree
Showing 20 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion python-notebooks/01 - Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' sidecar pandas"
" !pip install 'foursquare.map_sdk>=3.0.3' sidecar pandas"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/02 - Local maps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' requests pandas"
" !pip install 'foursquare.map_sdk>=3.0.3' requests pandas"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/03 - Layers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' pandas"
" !pip install 'foursquare.map_sdk>=3.0.3' pandas"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/04 - Filters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' pandas"
" !pip install 'foursquare.map_sdk>=3.0.3' pandas"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/05 - Timeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' pandas"
" !pip install 'foursquare.map_sdk>=3.0.3' pandas"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/06 - Crossfilter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' pandas 'plotly>=5.10.0'"
" !pip install 'foursquare.map_sdk>=3.0.3' pandas 'plotly>=5.10.0'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/07 - Eventhandling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1'"
" !pip install 'foursquare.map_sdk>=3.0.3'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/08 - Tensorflow_prediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' pandas numpy scikit-learn scipy seaborn matplotlib tensorflow"
" !pip install 'foursquare.map_sdk>=3.0.3' pandas numpy scikit-learn scipy seaborn matplotlib tensorflow"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/09 - Suitability_Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' pandas numpy scikit-learn seaborn matplotlib h3 catboost missingno"
" !pip install 'foursquare.map_sdk>=3.0.3' pandas numpy scikit-learn seaborn matplotlib h3 catboost missingno"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/10 - Kuwala Popularity Correlation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' pandas h3 geojson 'pandas-profiling>=3'"
" !pip install 'foursquare.map_sdk>=3.0.3' pandas h3 geojson 'pandas-profiling>=3'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/11 - Pytorch Trip Duration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' xarray dask netCDF4 bottleneck tqdm dask-ml pandas seaborn matplotlib scikit-learn category_encoders torch missingno unfolded.data-sdk"
" !pip install 'foursquare.map_sdk>=3.0.3' xarray dask netCDF4 bottleneck tqdm dask-ml pandas seaborn matplotlib scikit-learn category_encoders torch missingno unfolded.data-sdk"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python-notebooks/12 - Effects.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"# If in Colab, install this notebook's required dependencies\n",
"import sys\n",
"if \"google.colab\" in sys.modules:\n",
" !pip install 'foursquare.map_sdk>=3.0.1' requests pandas"
" !pip install 'foursquare.map_sdk>=3.0.3' requests pandas"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion typescript-examples/annotations-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@foursquare/map-sdk": "^3.0.1",
"@foursquare/map-sdk": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions typescript-examples/annotations-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,13 @@ __metadata:
languageName: node
linkType: hard

"@foursquare/map-sdk@npm:^3.0.1":
version: 3.0.1
resolution: "@foursquare/map-sdk@npm:3.0.1"
"@foursquare/map-sdk@npm:^3.0.3":
version: 3.0.3
resolution: "@foursquare/map-sdk@npm:3.0.3"
dependencies:
"@types/geojson": "npm:^7946.0.10"
csstype: "npm:^3.1.0"
checksum: 850777586c636ffa4a86d203f101a93c76eee5901413710a922f523338ecb163dc931702c9ddd12b6a92986f400bb79a7312e4be9bcd61f925191ea8e91e2a6c
checksum: 9ff02876410cb6580d8047dff8857c7247d480341f56cdf5f6a977efb988840cbf9cafa0000165b108e1dfdd01d530a3950146282261e12e1924e9a26828f76a
languageName: node
linkType: hard

Expand Down Expand Up @@ -984,7 +984,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "annotations-example@workspace:."
dependencies:
"@foursquare/map-sdk": "npm:^3.0.1"
"@foursquare/map-sdk": "npm:^3.0.3"
"@types/eslint": "npm:^8.44.2"
"@types/react": "npm:^18.2.18"
"@types/react-dom": "npm:^18.2.7"
Expand Down
2 changes: 1 addition & 1 deletion typescript-examples/basic-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@foursquare/map-sdk": "^3.0.1",
"@foursquare/map-sdk": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions typescript-examples/basic-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,13 @@ __metadata:
languageName: node
linkType: hard

"@foursquare/map-sdk@npm:^3.0.1":
version: 3.0.1
resolution: "@foursquare/map-sdk@npm:3.0.1"
"@foursquare/map-sdk@npm:^3.0.3":
version: 3.0.3
resolution: "@foursquare/map-sdk@npm:3.0.3"
dependencies:
"@types/geojson": "npm:^7946.0.10"
csstype: "npm:^3.1.0"
checksum: 850777586c636ffa4a86d203f101a93c76eee5901413710a922f523338ecb163dc931702c9ddd12b6a92986f400bb79a7312e4be9bcd61f925191ea8e91e2a6c
checksum: 9ff02876410cb6580d8047dff8857c7247d480341f56cdf5f6a977efb988840cbf9cafa0000165b108e1dfdd01d530a3950146282261e12e1924e9a26828f76a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1061,7 +1061,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "basic-example@workspace:."
dependencies:
"@foursquare/map-sdk": "npm:^3.0.1"
"@foursquare/map-sdk": "npm:^3.0.3"
"@types/eslint": "npm:^8.44.2"
"@types/react": "npm:^18.2.18"
"@types/react-dom": "npm:^18.2.7"
Expand Down
2 changes: 1 addition & 1 deletion typescript-examples/data-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@foursquare/map-sdk": "^3.0.1",
"@foursquare/map-sdk": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions typescript-examples/data-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -490,13 +490,13 @@ __metadata:
languageName: node
linkType: hard

"@foursquare/map-sdk@npm:^3.0.1":
version: 3.0.1
resolution: "@foursquare/map-sdk@npm:3.0.1"
"@foursquare/map-sdk@npm:^3.0.3":
version: 3.0.3
resolution: "@foursquare/map-sdk@npm:3.0.3"
dependencies:
"@types/geojson": "npm:^7946.0.10"
csstype: "npm:^3.1.0"
checksum: 850777586c636ffa4a86d203f101a93c76eee5901413710a922f523338ecb163dc931702c9ddd12b6a92986f400bb79a7312e4be9bcd61f925191ea8e91e2a6c
checksum: 9ff02876410cb6580d8047dff8857c7247d480341f56cdf5f6a977efb988840cbf9cafa0000165b108e1dfdd01d530a3950146282261e12e1924e9a26828f76a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1260,7 +1260,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "data-example@workspace:."
dependencies:
"@foursquare/map-sdk": "npm:^3.0.1"
"@foursquare/map-sdk": "npm:^3.0.3"
"@types/eslint": "npm:^8.44.2"
"@types/react": "npm:^18.2.18"
"@types/react-dom": "npm:^18.2.7"
Expand Down
2 changes: 1 addition & 1 deletion typescript-examples/effects-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@foursquare/map-sdk": "^3.0.1",
"@foursquare/map-sdk": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
10 changes: 5 additions & 5 deletions typescript-examples/effects-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,13 @@ __metadata:
languageName: node
linkType: hard

"@foursquare/map-sdk@npm:^3.0.1":
version: 3.0.1
resolution: "@foursquare/map-sdk@npm:3.0.1"
"@foursquare/map-sdk@npm:^3.0.3":
version: 3.0.3
resolution: "@foursquare/map-sdk@npm:3.0.3"
dependencies:
"@types/geojson": "npm:^7946.0.10"
csstype: "npm:^3.1.0"
checksum: 850777586c636ffa4a86d203f101a93c76eee5901413710a922f523338ecb163dc931702c9ddd12b6a92986f400bb79a7312e4be9bcd61f925191ea8e91e2a6c
checksum: 9ff02876410cb6580d8047dff8857c7247d480341f56cdf5f6a977efb988840cbf9cafa0000165b108e1dfdd01d530a3950146282261e12e1924e9a26828f76a
languageName: node
linkType: hard

Expand Down Expand Up @@ -1324,7 +1324,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "effects-example@workspace:."
dependencies:
"@foursquare/map-sdk": "npm:^3.0.1"
"@foursquare/map-sdk": "npm:^3.0.3"
"@types/eslint": "npm:^8.44.2"
"@types/react": "npm:^18.2.18"
"@types/react-dom": "npm:^18.2.7"
Expand Down

0 comments on commit 1321198

Please sign in to comment.