Changes
- Drop support for Python 3.3 (following the lead of Pandas library)
New
- add debug command-line option
New
- add full-featured example script fetch_media.py to download media from iDigBio
- add documentation for fetch_media
Changes
- remove fetch_media_based_on_query.py which is superceded by fetch_media.py
New
- add an example to examples directory to download media based on search query
Changes
- minor changes to documentation, unit tests
- remove hard-coded path to tmp directory
New
- count_recordsets() function returns number of recordsets in iDigBio
- Send etag with file on upload to verify correctness
Changes
- Add media_type to upload functionality.
Changes
- Make pandas an extra requirements, update docs
New
- Specify auth for api backend
- Upload image capability (requires auth)
Changes
- Don't exclude
data.*
fields if requested specifically - Fix
stats
anddatehist
api calls to respect parameters; param names changed to use python style and match server params.
Bugfixes
- no results no longer errs in the pandas client.
- limit correctly limits to specified record, not next larger batch size
Miscellaneous
- Clarify targetted python versions