virgo-modules 0.0.67__tar.gz → 0.0.68__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.

Potentially problematic release.


This version of virgo-modules might be problematic. Click here for more details.

Files changed (17) hide show
  1. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/PKG-INFO +1 -1
  2. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/setup.py +1 -1
  3. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules/src/re_utils.py +2 -2
  4. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules.egg-info/PKG-INFO +1 -1
  5. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/LICENSE +0 -0
  6. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/README.md +0 -0
  7. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/setup.cfg +0 -0
  8. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules/__init__.py +0 -0
  9. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules/src/__init__.py +0 -0
  10. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules/src/aws_utils.py +0 -0
  11. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules/src/edge_utils.py +0 -0
  12. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules/src/pull_artifacts.py +0 -0
  13. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules/src/ticketer_source.py +0 -0
  14. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules.egg-info/SOURCES.txt +0 -0
  15. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules.egg-info/dependency_links.txt +0 -0
  16. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules.egg-info/requires.txt +0 -0
  17. {virgo_modules-0.0.67 → virgo_modules-0.0.68}/virgo_app/virgo_modules.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: virgo_modules
3
- Version: 0.0.67
3
+ Version: 0.0.68
4
4
  Summary: data processing and statistical modeling using stock market data
5
5
  Home-page: https://github.com/miguelmayhem92/virgo_module
6
6
  Author: Miguel Mayhuire
@@ -5,7 +5,7 @@ with open("virgo_app/README.md", "r") as f:
5
5
 
6
6
  setup(
7
7
  name="virgo_modules",
8
- version="0.0.67",
8
+ version="0.0.68",
9
9
  description="data processing and statistical modeling using stock market data",
10
10
  package_dir={"": "virgo_app"},
11
11
  packages=find_packages(where="virgo_app"),
@@ -1034,9 +1034,9 @@ def produce_simple_ts_from_model(stock_code, configs, n_days = 2000 , window_sco
1034
1034
 
1035
1035
  fig.update_layout(height=height_plot, width=1600, title_text = f'asset plot and signals: {stock_code}')
1036
1036
 
1037
- del object_stock, df
1037
+ del object_stock
1038
1038
 
1039
- return fig
1039
+ return fig, df
1040
1040
 
1041
1041
  def save_edge_model(data, save_path = False, save_aws = False, show_result = False, aws_credentials = False):
1042
1042
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: virgo-modules
3
- Version: 0.0.67
3
+ Version: 0.0.68
4
4
  Summary: data processing and statistical modeling using stock market data
5
5
  Home-page: https://github.com/miguelmayhem92/virgo_module
6
6
  Author: Miguel Mayhuire
File without changes
File without changes
File without changes