Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

62 lines (37 loc) · 1.1 KB

sodapy changes by release

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