Skip to content

Commit

Permalink
Update CHANGELOG.md: require pandas >= 0.18 for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvp committed Nov 7, 2016
1 parent a1bec4d commit a4323b2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ within itself. This file simply gives a grand overview of such details
and the annotations in the commits and tags.*


### 2016-11-07 v5.16.1107 MAJOR

New *index_delta_secs()* to infer frequency
in lib/yi_fred.py module for the purpose of appropriately
chosing downsampling or upsampling for .resample

New *resample_main()* fixes #6 deprecations.
Rewrite daily(), monthly(), quarterly() in lib/yi_fred.py,
then add tests/test_fred.py to test module.

***As a result of pandas revised API for resampling, fecon235
must advance to v5 and require pandas 0.18 or higher.***


### 2016-10-30 v4.16.1030

Add bin/docker/rsvp_fecon235/Dockerfile for Docker image.
Expand Down

0 comments on commit a4323b2

Please sign in to comment.