Skip to content

Commit

Permalink
Merge pull request #329 from SignalOceanSdk/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ktsitsikas-signal authored Sep 23, 2024
2 parents 27e94f8 + 56786e0 commit cfd8fb5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Valuations API Examples\n",
"\n",
"## Run this example in [Colab](https://colab.research.google.com/github/SignalOceanSdk/SignalSDK/blob/master/docs/examples/jupyter/ValuationsAPI/Valuations%20API%20Use-Cases.ipynb) "
"## Run this example in [Colab](https://colab.research.google.com/github/SignalOceanSdk/SignalSDK/blob/master/docs/examples/jupyter/ValuationsAPI/ValuationsAPIUse-Cases.ipynb) "
]
},
{
Expand Down Expand Up @@ -372,7 +372,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Vessel Emissions API Use Case\n",
"\n",
"## Run this example in [Colab](https://colab.research.google.com/github/SignalOceanSdk/SignalSDK/blob/master/docs/examples/jupyter/VesselEmissionsAPI/CarbonAnalysis.ipynb)"
"## Run this example in [Colab](https://colab.research.google.com/github/SignalOceanSdk/SignalSDK/blob/master/docs/examples/jupyter/VesselEmissionsAPI/Carbon%20Analysis.ipynb)"
]
},
{
Expand Down
9 changes: 9 additions & 0 deletions docs/releases/Version 12.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# v12.1.1
Download here: [![PyPI version shields.io](https://img.shields.io/pypi/v/signal-ocean.svg)](https://pypi.python.org/pypi/signal-ocean/)

## Vessel Emissions API

- Fixed broken URLs in jupyter examples.

## Installation and Upgrade Notes
Update your package with: `pip install signal-ocean -U`
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ nav:
- Historical Tonnage List (deprecated):
- 'historical_tonnage_list.md'
- Release notes:
- 'releases/Version 12.1.2.md'
- 'releases/Version 12.1.1.md'
- 'releases/Version 12.1.0.md'
- 'releases/Version 12.0.0.md'
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.1.1
12.1.2

0 comments on commit cfd8fb5

Please sign in to comment.