Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

investos

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

investos - npm Package Compare versions

Comparing version
0.6.1
to
0.6.2
+1
-1
investos/__init__.py
import investos.portfolio
__version__ = "0.6.1"
__version__ = "0.6.2"

@@ -5,0 +5,0 @@ import os

@@ -69,2 +69,5 @@ import statistics

print("\nDask cluster closed.\n")
self.strategy.z_distr = self.strategy.z_distr.fillna(
0
) # Fill NAs that occur due to no solution

@@ -71,0 +74,0 @@ # Walk through time and calculate future trades, estimated and actual costs and returns, and resulting positions

@@ -160,2 +160,2 @@ import copy

except (cvx.SolverError, cvx.DCPError, TypeError):
return t, pd.Series(index=holdings.index, data=0.0) # Zerotrade
return t, pd.Series(index=holdings.index, data=0.0).values # Zero trade
Metadata-Version: 2.1
Name: investos
Version: 0.6.1
Version: 0.6.2
Summary: Reliable backtesting and portfolio optimization for investors who want to focus on generating alpha

@@ -5,0 +5,0 @@ Home-page: https://investos.io/

[tool.poetry]
name = "investos"
version = "0.6.1"
version = "0.6.2"
description = "Reliable backtesting and portfolio optimization for investors who want to focus on generating alpha"

@@ -5,0 +5,0 @@ authors = ["Charlie Reese", "ForecastOS"]