virgo-modules 0.0.84__tar.gz → 0.0.85__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.84 → virgo_modules-0.0.85}/PKG-INFO +1 -1
  2. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/setup.py +1 -1
  3. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules/src/re_utils.py +2 -2
  4. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules.egg-info/PKG-INFO +1 -1
  5. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/LICENSE +0 -0
  6. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/README.md +0 -0
  7. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/setup.cfg +0 -0
  8. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules/__init__.py +0 -0
  9. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules/src/__init__.py +0 -0
  10. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules/src/aws_utils.py +0 -0
  11. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules/src/edge_utils.py +0 -0
  12. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules/src/pull_artifacts.py +0 -0
  13. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules/src/ticketer_source.py +0 -0
  14. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules.egg-info/SOURCES.txt +0 -0
  15. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules.egg-info/dependency_links.txt +0 -0
  16. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/virgo_app/virgo_modules.egg-info/requires.txt +0 -0
  17. {virgo_modules-0.0.84 → virgo_modules-0.0.85}/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.84
3
+ Version: 0.0.85
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.84",
8
+ version="0.0.85",
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"),
@@ -1157,8 +1157,8 @@ class produce_plotly_plots:
1157
1157
  date_execution = datetime.datetime.today().strftime('%Y-%m-%d')
1158
1158
  current_step = df.iloc[-1,:].hmm_chain_order
1159
1159
  current_state = df.iloc[-1,:].hmm_feature
1160
- message1 = 'current state: ' + str(current_state)
1161
- message2 = 'current step in state: ' + str(current_step)
1160
+ message1 = str(current_state)
1161
+ message2 = str(current_step)
1162
1162
  message3 = str(date_execution)
1163
1163
 
1164
1164
  messages = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: virgo-modules
3
- Version: 0.0.84
3
+ Version: 0.0.85
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