Skip to content

Commit

Permalink
Updated docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Jul 22, 2023
1 parent 2a4ee31 commit 83bbc7a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

# Changelog

## [0.2.0] -
## [0.2.0] - 2023-07-22
- Date columns of some OData API endpoints are now formated in the returned Dataframe (Issue #3)
- New methods ODataQuery.raw and ODataQuery.text

## [0.1.9] - 2023-06-26
- Created class bcb.ODataAPI to directly wrap OData APIs
Expand Down
1 change: 0 additions & 1 deletion bcb/odata/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class EndpointQuery(ODataQuery):
}
_DATE_COLUMN_NAMES = {
"Data",
"DataReferencia",
"dataHoraCotacao",
"InicioPeriodo",
"FimPeriodo",
Expand Down
Binary file modified docs/_static/images/savefig/currency1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/images/savefig/taxajuros1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 83bbc7a

Please sign in to comment.