GlobalFishingWatch / gpsdio

AIS I/O with Python, dictionaries, and the GPSd AIVDM schema.
Other
6 stars 3 forks source link

Release v0.0.4 #73

Closed geowurster closed 9 years ago

geowurster commented 9 years ago

The really critical addition is a smooth method to register external drivers. Aside from that this release primarily improves plugin functionality by giving them new values in the click context ctx.obj.

As plugins are updated they should require this version of gpsdio so we don't have to do a bunch of checks to make sure ctx.obj keys exist and are of the correct type.

redhog commented 9 years ago

This should include merging https://github.com/SkyTruth/gpsdio/pull/70 and https://github.com/SkyTruth/gpsdio/pull/71

geowurster commented 9 years ago

It does. They're marked as being in the v0.0.4 milestone and the first item on the list is to finish everything in that milestone.

redhog commented 9 years ago

Sorry, didn't notice that. Awesome :)