Skip to content

Commit c221d09

Browse files
committed
Bump v0.2.0 add optimizers docs
1 parent 89d833d commit c221d09

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ A biblioteca conta com 3 módulos: `metrics`, `benchmark`, e `support`.
1414

1515
`benchmark` possui funções para calcular o retorno de um ativo em um dado intervalo de tempo.
1616

17+
`optimizers` possui classes para otimizações de carteiras de investimento.
18+
1719
A API de onde obtemos os dados fundamentalistas é a Alpha Vantage e você pode obter a [chave de uso gratuitamente](https://www.alphavantage.co/support/#api-key). Essa chave será necessária sempre que você utilizar as funções `daily` e `intraday`.
1820

1921
No código você pode verificar o que cada função retorna e a descrição de cada parâmetro que as funções recebem.
@@ -24,5 +26,6 @@ No código você pode verificar o que cada função retorna e a descrição de c
2426
- [Guilherme Colasante Sgarbiero](https://github.com/guicola-sg)
2527
- [Guilherme Corazza Marques](https://github.com/guicmarques)
2628
- [Guilherme Fernandes](https://github.com/aateg)
29+
- [Julia Pocciotti](https://github.com/juliapocciotti)
2730
- [Lucas Leme](https://github.com/lucas-leme)
2831
- [Noel Viscome Eliezer](https://github.com/anor4k)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
master_doc = 'index'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '0.1.8'
26+
release = '0.2.0'
2727

2828

2929
# -- General configuration ---------------------------------------------------

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Módulos
2626
turingquant.metrics
2727
turingquant.benchmark
2828
turingquant.support
29+
turingquant.optimizers
2930

3031
Módulo metrics
3132
==============
@@ -45,3 +46,9 @@ Módulo support
4546
.. automodule:: turingquant.support
4647
:members:
4748

49+
Módulo optimizers
50+
==============
51+
52+
.. automodule:: turingquant.optimizers
53+
:members:
54+

0 commit comments

Comments
 (0)