Skip to content

Commit 5dabfe7

Browse files
committed
Updated release
1 parent 4db3e7b commit 5dabfe7

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ In finmarketpy/examples you will find several examples, including some simple tr
154154

155155
# Release Notes
156156

157+
* 0.11.9 - finmarketpy (01 Jun 2021)
157158
* 0.11.8 - finmarketpy (25 Jan 2021)
158159
* 0.11.7 - finmarketpy (20 Oct 2020)
159160
* 0.11.6 - finmarketpy (02 Oct 2020)

finmarketpy_examples/finmarketpy_notebooks/market_data_example.ipynb

+13-14
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
},
1818
{
1919
"cell_type": "code",
20-
"execution_count": 1,
20+
"execution_count": 3,
2121
"metadata": {
2222
"ExecuteTime": {
23-
"end_time": "2021-05-04T16:36:50.801898Z",
24-
"start_time": "2021-05-04T16:36:46.546247Z"
23+
"end_time": "2021-06-01T11:43:54.457449Z",
24+
"start_time": "2021-06-01T11:43:44.153477Z"
2525
}
2626
},
2727
"outputs": [],
@@ -51,11 +51,11 @@
5151
},
5252
{
5353
"cell_type": "code",
54-
"execution_count": 2,
54+
"execution_count": 4,
5555
"metadata": {
5656
"ExecuteTime": {
57-
"end_time": "2021-05-04T16:36:51.297493Z",
58-
"start_time": "2021-05-04T16:36:50.803899Z"
57+
"end_time": "2021-06-01T11:43:55.283797Z",
58+
"start_time": "2021-06-01T11:43:54.459444Z"
5959
}
6060
},
6161
"outputs": [],
@@ -317,11 +317,11 @@
317317
},
318318
{
319319
"cell_type": "code",
320-
"execution_count": 9,
320+
"execution_count": 6,
321321
"metadata": {
322322
"ExecuteTime": {
323-
"end_time": "2021-05-04T16:36:58.384545Z",
324-
"start_time": "2021-05-04T16:36:56.659212Z"
323+
"end_time": "2021-06-01T11:44:11.043778Z",
324+
"start_time": "2021-06-01T11:44:09.307217Z"
325325
}
326326
},
327327
"outputs": [
@@ -331,11 +331,10 @@
331331
"text": [
332332
" VIX.close\n",
333333
"Date \n",
334-
"2021-04-28 17.280001\n",
335-
"2021-04-29 17.610001\n",
336-
"2021-04-30 18.610001\n",
337-
"2021-05-03 18.309999\n",
338-
"2021-05-04 20.790001\n"
334+
"2021-05-26 17.360001\n",
335+
"2021-05-27 16.740000\n",
336+
"2021-05-28 16.760000\n",
337+
"2021-06-01 17.150000\n"
339338
]
340339
}
341340
],

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
trading strategies using a simple to use API, which has prebuilt templates for you to define backtest."""
55

66
setup(name='finmarketpy',
7-
version='0.11.8',
7+
version='0.11.9',
88
description='finmarketpy is a Python based library for backtesting trading strategies',
99
author='Saeed Amen',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)