- Dependencies: Upgrade all package dependencies
- Cleanup: Update README with info about package deprecation
- Cleanup: Code formatting with black
- Cleanup: Remove support for python 3.4
- Cleanup: Refactor
__init__.py
into a few different files - Feature: Add
get_all
method - Feature: Add codecov to CI, add badge to README
- Cleanup: Remove python 2 support
- Cleanup: Update trove classifiers for PyPI
- Feature: Add CODE_OF_CONDUCT to the repository
- Feature: Support python 3.7
- Cleanup: Update readme
- Bugfix: Fix
datasets()
filtering for realzies
- Feature: Add support for geojson
- Bugfix: Fix
datasets()
filtering
- Feature: Render markdown readme in PyPI
- Cleanup: Remove deleted files from MANFEST.in
- Feature: Add support for the discovery API
- Bugfix: Bump requests library version because of CVE-2018-18074
- Feature: Loosen requirements.txt versions
- Feature: Add
datasets
method - Bugfix: Clean up contributing documentation
- Feature: Use Socrata client with a context manager
- Feature: Jupyter notebooks with usage examples
- Feature: Support Python 3.6
- Bugfix: Spelling fix
rowid
->row_id
- Bugfix: Upsert with csv now working with python2 and 3.
- Universal wheels distribution
- Bugfix: More flexible regex matching for response content-type.
- Separate requirements and dev requirements
- New
update_metadata
method - API url-building code refactor
- Format code according to Flake8
- Bugfixes