Initial check-in of gdeltPyR
2016-10-23
Working on 0.1 release, basic functionality all there
2016-10-25
Changed MANIFEST.in file; cleaned up egg.info
2016-10-30
Edited the warning strings and aligned some code with PEP8
2016-10-31
Added human readable CAMEO Codes column
2016-10-31
Bug fix; file not loading or downloading on install
2016-11-03
Added ability to pull GKG 1.0 data
2016-11-06
GDELT changed url structure for 2.0 events database.
2016-11-07
Typo on line 290 of base.py; removed and fixed bug.
2017-05-23
Updated to 0.1.10
Added geodataframe output
Started adding unittests (datefuncs first), added docstrings for functions, and PEP8 adherence.
Fixed datecheck error on current day;
2017-05-27
Removed datetime parsing
Added unittests for events before 2013, gkg v1 before apr 1, etc.
2017-07-18
Added support for translated-to-english datasets in gdelt v2 for gkg, events en mentions.
2017-07-24
Made methods private; single underscore implies private method for developers
2017-08-05
Added coverage badge and test to CI; updated README; added detailed contributing documentation.
2017-08-09
Achieved 80% unit test coverage for entire code base.
2017-10-30
Added schema method to return table info data; switched continuous integration for MacOS to conda; kept failing. Up to 84% coverage
2018-08-11
Added more unittests, included proxy parameter, removed r output and added parquet format.
2018-10-18
Fixed bug in line 636; had hanging proxies parameter.
2023 -10-29
Fixing the missing CHANGES file that causes error on pip install.