-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Divasco
committed
May 30, 2024
1 parent
c7860b8
commit ec74acc
Showing
32 changed files
with
236 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# This file is part of the | ||
# Garpar Project (https://github.com/quatrope/garpar). | ||
# Copyright (c) 2021, 2022, Nadia Luczywo, Juan Cabral and QuatroPe | ||
# Copyright (c) 2021, 2022, 2023, 2024, Diego Gimenez, Nadia Luczywo, Juan Cabral and QuatroPe | ||
# License: MIT | ||
# Full Text: https://github.com/quatrope/garpar/blob/master/LICENSE |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
include LICENSE | ||
include README.md | ||
include pyproject.toml | ||
|
||
recursive-include garpar *.csv | ||
|
||
exclude tox.ini | ||
exclude pyproject.toml | ||
exclude .header-template | ||
exclude requirements.txt | ||
|
||
recursive-exclude tests * | ||
recursive-exclude draft * | ||
recursive-exclude tools * | ||
|
||
recursive-exclude res * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
from .portfolio import Portfolio, GARPAR_METADATA_KEY | ||
# This file is part of the | ||
# Garpar Project (https://github.com/quatrope/garpar). | ||
# Copyright (c) 2021, 2022, Nadia Luczywo, Juan Cabral and QuatroPe | ||
# License: MIT | ||
# Full Text: https://github.com/quatrope/garpar/blob/master/LICENSE | ||
|
||
from .portfolio import GARPAR_METADATA_KEY, Portfolio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[tool.black] | ||
line-length = 79 | ||
target-version = ['py39'] | ||
line-length = 80 | ||
target-version = ['py38', 'py39', 'py310', 'py311'] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
attrs==23.2.0 | ||
black==24.4.2 | ||
build==1.2.1 | ||
cachetools==5.3.3 | ||
chardet==5.2.0 | ||
clarabel==0.8.1 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
contourpy==1.2.1 | ||
custom-inherit==2.4.1 | ||
cvxpy==1.5.1 | ||
cycler==0.12.1 | ||
Deprecated==1.2.14 | ||
distlib==0.3.8 | ||
ecos==2.0.13 | ||
filelock==3.14.0 | ||
fonttools==4.52.4 | ||
garpar @ file:///home/divasco/Documents/Tesina/garpar/dist/garpar-0.1-py3-none-any.whl#sha256=9f23544e68e8833ad6f84cb5fa3eb1ea5d538ea1e11a496572bc426ec99d8438 | ||
h5py==3.11.0 | ||
importlib_metadata==7.1.0 | ||
Jinja2==3.1.4 | ||
joblib==1.4.2 | ||
kiwisolver==1.4.5 | ||
MarkupSafe==2.1.5 | ||
matplotlib==3.8.4 | ||
methodtools==0.4.7 | ||
mypy-extensions==1.0.0 | ||
numpy==1.26.4 | ||
osqp==0.6.7 | ||
packaging==24.0 | ||
pandas==2.2.2 | ||
pathspec==0.12.1 | ||
pillow==10.3.0 | ||
platformdirs==4.2.2 | ||
pluggy==1.5.0 | ||
PuLP==2.8.0 | ||
pyparsing==3.1.2 | ||
pyportfolioopt==1.5.5 | ||
pyproject-api==1.6.1 | ||
pyproject_hooks==1.1.0 | ||
python-dateutil==2.9.0.post0 | ||
pytz==2024.1 | ||
qdldl==0.1.7.post2 | ||
scikit-criteria==0.8.7 | ||
scikit-learn==1.3.2 | ||
scipy==1.13.1 | ||
scs==3.2.4.post1 | ||
seaborn==0.13.2 | ||
setuptools==69.5.1 | ||
six==1.16.0 | ||
threadpoolctl==3.5.0 | ||
tox==4.15.0 | ||
tzdata==2024.1 | ||
virtualenv==20.26.2 | ||
wirerope==0.4.7 | ||
wrapt==1.16.0 | ||
zipp==3.19.0 |
Oops, something went wrong.