1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
sodapy changes by release
==========================
## 2.2.0
* Dependencies: Upgrade all package dependencies
* Cleanup: Update README with info about package deprecation
## 2.1.0
* 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
## 2.0.0
* Cleanup: Remove python 2 support
* Cleanup: Update trove classifiers for PyPI
* Feature: Add CODE_OF_CONDUCT to the repository
## 1.5.5
* Feature: Support python 3.7
* Cleanup: Update readme
## 1.5.4
* Bugfix: Fix `datasets()` filtering for realzies
## 1.5.3
* Feature: Add support for geojson
* Bugfix: Fix `datasets()` filtering
## 1.5.2
* Feature: Render markdown readme in PyPI
* Cleanup: Remove deleted files from MANFEST.in
## 1.5.1
* Feature: Add support for the discovery API
## 1.5.0
* Bugfix: Bump requests library version because of CVE-2018-18074
* Feature: Loosen requirements.txt versions
## 1.4.7
* Feature: Add `datasets` method
* Bugfix: Clean up contributing documentation
## 1.4.6
* Feature: Use Socrata client with a context manager
* Feature: Jupyter notebooks with usage examples
* Feature: Support Python 3.6
## 1.4.5
* Bugfix: Spelling fix `rowid` -> `row_id`
## 1.4.4
* Bugfix: Upsert with csv now working with python2 and 3.
## 1.4.3
* Universal wheels distribution
## 1.4.2
* Bugfix: More flexible regex matching for response content-type.
## 1.4.1
* Separate requirements and dev requirements
## 1.4.0
* New `update_metadata` method
* API url-building code refactor
* Format code according to Flake8
* Bugfixes
|