Releases: GlobalFishingWatch/ais-tools
v0.1.5.dev5
v0.1.5.dev5
#41 Use safe_update_tagblock from cli to suppress decode errors when tagblock fields are malformed
v0.1.5.dev4
v0.1.5.dev4
Bugfix to remove extra newlines in update-tagblock cli output
v0.1.5.dev3
v0.1.5.dev3
- new cli command for update_tagblock #38
v0.1.5.dev2
v0.1.5.dev2
New function update_tagblock()
v0.1.5.dev1
v0.1.5.dev1
Deprecate parseTagblock which is imported from libais in favor of spllit_tagblock and decode_tagblock
Also add encode_tagblock which can be used with join_tagblock to add or modify an existing tagblock
v0.1.4
v0.1.4
- New system for generating uuid, using tagblock_timestamp by default
- MUCH more efficient encode/decode using bitarray and bitstruct instead of bitstring
- Add "best effort" param to safe_decode
- remove redundant 'ais-tools' in uuid creation
- a few performance improvements
What's Changed
- Remove GFW-specifc stuff from UUID by @pwoods25443 in #8
- Remove exception used to signal unsupported message type on decode by @pwoods25443 in #14
- AIS Type 8 by @pwoods25443 in #12
- New flag use-station-id for mulipart message join by @pwoods25443 in #11
- Release 0.1.3 by @pwoods25443 in #19
- remove redundant 'ais-tools' in uuid creation by @pwoods25443 in #21
- Add "best effort" param to safe_decode by @pwoods25443 in #23
- Fix up some field names by @pwoods25443 in #24
- A few minor features by @pwoods25443 in #26
- Type 18 assigned_mode by @pwoods25443 in #27
- Type 19 by @pwoods25443 in #28
- add support for type 9 by @pwoods25443 in #29
- Remove ais-stream by @pwoods25443 in #30
- Performance optimizations by @pwoods25443 in #33
- Checksum by @pwoods25443 in #34
- Release 0.1.4 by @pwoods25443 in #20
- Use bitarray and bitstruct to improve decode performance by @pwoods25443 in #16
Full Changelog: v0.0.1...v0.1.4
v0.1.4-rc.3
v0.1.4-rc.3
Fix an edge case where tagblock_timestamp is not retained when using safe_decode and a two-part message is missing one of its parts
v0.1.4-rc.2
v0.1.4-rc.2
Performance optimizations
WARNING: the UUID computation has been changed to be faster (much faster!). This means that Message.add_uuid and the UUID class will create a different uuid value from the previous version given the same input. Hopefully no one is depending on this...
v0.1.4-rc.1
v0.1.4-rc.1
#30 remove ais-stream and related dependencies
v0.1.4g-dev
v0.1.4g-dev
Add support for message type 9
What's Changed
- add support for type 9 by @pwoods25443 in #29
Full Changelog: v0.1.4f-dev...v0.1.4g-dev