Skip to content

Releases: mortada/fredapi

version 0.5.1

22 Jul 11:14
Compare
Choose a tag to compare

replace DataFrame.append with pd.concat to remove deprecation warning

version 0.5.0

15 Mar 14:14
8a6beb9
Compare
Choose a tag to compare
  • add optional realtime_start/end arguments to get_series_all_releases()

version 0.4.3

04 Jan 10:15
Compare
Choose a tag to compare
  • Make compatible with python 3.9

version 0.4.2

19 Jan 07:38
Compare
Choose a tag to compare
  • Added LICENSE file to released package

version 0.4.1

03 Sep 02:39
Compare
Choose a tag to compare
  • Fix dependency issues when installing from fresh virtualenv (#20)

version 0.4.0

18 Jun 08:33
Compare
Choose a tag to compare
  • fixed deprecation warning for to_datetime()

version 0.3.7

12 Jul 16:24
Compare
Choose a tag to compare
  • Use HTTPS for FRED API calls instead of HTTP

version 0.3.6

25 May 18:30
Compare
Choose a tag to compare
  • make backwards compatible with older pandas versions without Timestamp

Version 0.3.5

20 May 16:39
Compare
Choose a tag to compare
  • made pandas a runtime dependency only, not a build dependency
  • updated unit tests

version 0.3.4

03 Mar 18:27
Compare
Choose a tag to compare
  • improve unit tests
  • add pandas to setup_requires list