Skip to content

Releases: nicovandenhooff/reddit-data-collector

v1.1.0

14 Mar 00:19
0b3d8c4
Compare
Choose a tag to compare

[1.1.0] - 2022-03-13

Changed

  • Changed get_data in reddit_data_collector.py to return pandas DataFrame by default
  • Updated tests for the above

v1.0.2

15 Jan 00:27
Compare
Choose a tag to compare

[1.0.2] - 2022-01-14

Fixed

  • Updated _check_subreddit_exists in reddit_data_collector.py to check both names as .lower()
  • Updated tests for the above

Changed

  • Updated README to include instructions on coverage tests

v1.0.1

12 Jan 15:20
Compare
Choose a tag to compare

[1.0.1] - 2022-01-12

Fixed

  • Spelling error of separate argument in to_pandas function of reddit_data_collector.io.py, previously it was spelt like seperate

Changed

  • Update example use and move to /examples
  • Update PyPi link in docs to working link
  • Add new potential ideas for contribution

v1.0.0

07 Jan 06:51
Compare
Choose a tag to compare

The first release of Reddit Data Collector.