Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Di Mascio authored and adimascio committed Nov 19, 2019
1 parent 901b9c4 commit 2c1ea0d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## [0.4.0] - 2019-11-19

### Added

- Added `verify` parameter to `peakina.io.http.http_fetcher.HTTPFetcher`'s constructor

### Changed

- Check SSL certificates by default when fetching https resources

- Use [fastparquet](https://fastparquet.readthedocs.io/en/latest/) instead of
[pyarrow](https://pypi.org/project/pyarrow/#description)

## [0.3.0] - 2019-10-10

## [0.2.0] - 2019-08-02

## [0.0.1] - 2018-11-16

### Added

- Initial version, showtime!

[0.4.0]: https://github.com/ToucanToco/peakina/compare/v0.3.0...v0.4.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ long_description = Pea Kina
author = Toucan Toco
author_email = [email protected]
url = https://github.com/ToucanToco/peakina
version = 0.3.1
version = 0.4.0
license = BSD
classifiers=
Intended Audience :: Developers
Expand Down

0 comments on commit 2c1ea0d

Please sign in to comment.