Skip to content

Commit d97fddd

Browse files
committed
Removed random print message
1 parent 39dc9aa commit d97fddd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

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

177177
# Release Notes
178178

179+
* 0.11.16 - finmarketpy (08 Mar 2025)
179180
* 0.11.15 - finmarketpy (08 Mar 2025)
180181
* 0.11.14 - finmarketpy (19 May 2024)
181182
* 0.11.13 - finmarketpy (01 Jan 2024)

finmarketpy/backtest/backtestengine.py

-2
Original file line numberDiff line numberDiff line change
@@ -2485,8 +2485,6 @@ def _create_style(self, title, file_add, reduce_plot=True):
24852485
style.plotly_plot_mode = self.PLOTLY_PLOT_MODE # Smaller file sizes
24862486
style.auto_scale = self.AUTO_SCALE
24872487

2488-
print(style.plotly_plot_mode)
2489-
24902488
style.legend_bgcolor = 'rgba(0,0,0,0)'
24912489

24922490
# When plotting many points use WebGl version of plotly if specified

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use API, which has prebuilt templates for you to define backtest."""
66

77
setup(name="finmarketpy",
8-
version="0.11.15",
8+
version="0.11.16",
99
description="finmarketpy is a Python based library for backtesting trading strategies",
1010
author="Saeed Amen",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)