CHANGES
=======

0.3.0
-----

* feat: backwards compatibility with ~/.neuroglancer (#33)
* feat: added cache flag to CloudVolume (#12)
* feat: progress flag for CloudVolume, Storage (#21)
* feat: add support for intermediate paths in URIs (#30)
* feat: CloudVolume.exists (#14)

0.2.1
-----

* fix: python3 compatibility (#25)
* test: deconflict parallel storage tests (#19)
* docs: CloudVolume methods, mip\_ functions, and VolumeCutout in README.md
* docs: added additional CloudVolume init examples
* docs: added boss-secret.json to docs
* docs: added property list to README.md

0.2.0
-----

* feat: exported several useful libraries
* feat(Provenance): added support for data layer provenance (#6)

0.1.0
-----

* feat: added exponential window random retry to Storage (#5)
* feat: python3 support (#4)
* Update README.md
* fix: removed scipy from requirmements list
* docs: formatting README.md
* docs: added BOSS and virtualenvwrapper to README
* docs: added save\_mesh to the README
* fix: compress for raw and compressed\_encoding
* fix: added chardet to requirements.txt
* fix: added missing items to requirements.txt
* feat(BOSS): added reading and writing capability to BOSS MIP 0
* fix: upgraded urllib3 to urllib3[secure]
* feat: added connection pools
* fix: google secrets is only read from disk once
* feat: support saving equivalences as a single obj
* feat: added get\_mesh, save\_mesh to CloudVolume
* chore: bumped google-cloud to 0.27 from 0.26
* test: chunks.py now has some tests
* docs: added more detailed insallation instructions to README.md
* test(secrets): added API keys for Storage
* fix(ThreadedQueue): ensure processed matches task\_done
* test: added travis config file
* docs: updated setup.cfg info
* feat(VolumeCutout): prepend 0 to single digit numbers
* chore: added saved\_images to .gitignore
* fix: missing PIL import
* refactor(CloudVolume): clean up package import namespace
* feat(CloudVolume): created minimal implementation
* Initial commit
