Skip to content

Releases: mortada/fredapi

version 0.5.2

05 May 11:44

Choose a tag to compare

  • add ability to specify HTTP/HTTPS proxies

version 0.5.1

22 Jul 11:14

Choose a tag to compare

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

version 0.5.0

15 Mar 14:14
8a6beb9

Choose a tag to compare

  • add optional realtime_start/end arguments to get_series_all_releases()

version 0.4.3

04 Jan 10:15

Choose a tag to compare

  • Make compatible with python 3.9

version 0.4.2

19 Jan 07:38

Choose a tag to compare

  • Added LICENSE file to released package

version 0.4.1

03 Sep 02:39

Choose a tag to compare

  • Fix dependency issues when installing from fresh virtualenv (#20)

version 0.4.0

18 Jun 08:33

Choose a tag to compare

  • fixed deprecation warning for to_datetime()

version 0.3.7

12 Jul 16:24

Choose a tag to compare

  • Use HTTPS for FRED API calls instead of HTTP

version 0.3.6

25 May 18:30

Choose a tag to compare

  • make backwards compatible with older pandas versions without Timestamp

Version 0.3.5

20 May 16:39

Choose a tag to compare

  • made pandas a runtime dependency only, not a build dependency
  • updated unit tests