turingquant icon indicating copy to clipboard operation
turingquant copied to clipboard

Results 9 turingquant issues
Sort by recently updated
recently updated
newest added

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Um caso de uso bem comum é querer comparar o gráfico de dois ativos/portfólios/etc. Do jeito que está implementado agora, só uma linha é desenhada por gráfico. Não seria o...

Eu tive que fazer umas escolhas que não sei se estão de acordo com o estilo da lib. 1. Como lidar com retornos simples vs logarítmicos? Eu coloquei um parâmetro...

Apesar de indicar que aceita pandas series como entrada ela aceita apendas array numpy ![image](https://user-images.githubusercontent.com/49704353/112069800-3b61b800-8b4b-11eb-9f46-c9d619688e39.png)

Atualmente o controle da versão é feito pelo `setup.py`, mas é difícil caso seja necessário referenciar essa versão em outros lugares (por exemplo na documentação). Não sei qual o melhor...