plotguy 1.2.7__tar.gz → 1.2.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plotguy
3
- Version: 1.2.7
3
+ Version: 1.2.9
4
4
  Summary: Plotguy
5
5
  Home-page: https://pypi.org/project/plotguy/
6
6
  Author: Plotguy Team
@@ -241,7 +241,7 @@ def plot(mode, all_para_combination={}, subchart_settings={}, number_of_curves=2
241
241
  }
242
242
 
243
243
  if mode == 'equity_curves':
244
- result_df = pd.read_csv('backtest_result.csv', index_col=0)
244
+ result_df = pd.read_csv('backtest_result.csv', index_col=0, low_memory=False)
245
245
  app = equity_curves.Plot(all_para_combination, result_df, subchart_settings, number_of_curves)
246
246
 
247
247
  if mode == 'aggregate':
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: plotguy
3
- Version: 1.2.7
3
+ Version: 1.2.9
4
4
  Summary: Plotguy
5
5
  Home-page: https://pypi.org/project/plotguy/
6
6
  Author: Plotguy Team
@@ -2,9 +2,9 @@ pandas==1.5.3
2
2
  numpy>=1.24.1
3
3
  hkfdb>=2.2
4
4
  pyarrow
5
- polars
5
+ polars==0.18.15
6
6
  lxml
7
- dash
7
+ dash==2.9.3
8
8
  dash_bootstrap_components
9
9
  dash_daq
10
10
  dash_dangerously_set_inner_html
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="plotguy",
8
- version="1.2.7",
8
+ version="1.2.9",
9
9
  author="Plotguy Team",
10
10
  author_email="plotguy.info@gmail.com",
11
11
  description="Plotguy",
@@ -16,9 +16,9 @@ setuptools.setup(
16
16
  'numpy>=1.24.1',
17
17
  'hkfdb>=2.2',
18
18
  'pyarrow',
19
- 'polars',
19
+ 'polars==0.18.15',
20
20
  'lxml',
21
- 'dash',
21
+ 'dash==2.9.3',
22
22
  'dash_bootstrap_components',
23
23
  'dash_daq',
24
24
  'dash_dangerously_set_inner_html',
File without changes
File without changes
File without changes
File without changes
File without changes