Releases: GlobalFishingWatch/ais-tools
Releases · GlobalFishingWatch/ais-tools
v0.1.7
What's Changed
- Performance improvement in normalize_dedup_key() by @pwoods25443 in #63
- Catch edge case where day value in tx_timestamp is invalid for the given month by @pwoods25443 in #64
- Fix memory leak in c implementation of checksum by @pwoods25443 in #65
- Remove unneeded dependency on deprecated cdefs.h in core by @pwoods25443 in #67
- implement best effort decoding for type 1,2,3 when there are extra bits by @pwoods25443 in #68
- Update for bitarray 3.0.0 by @pwoods25443 in #70
Full Changelog: v0.1.6...v0.1.7
v0.1.7.dev5
What's Changed
- Update for bitarray 3.0.0 by @pwoods25443 in #70
Full Changelog: v0.1.7.dev4...v0.1.7.dev5
v0.1.7.dev4
What's Changed
- implement best effort decoding for type 1,2,3 when there are extra bits by @pwoods25443 in #68
Full Changelog: v0.1.7.dev3...v0.1.7.dev4
v0.1.7.dev3
What's Changed
- Remove unneeded dependency on deprecated cdefs.h in core by @pwoods25443 in #67
Full Changelog: v0.1.7.dev2...v0.1.7.dev3
v0.1.7.dev2
What's Changed
- Fix memory leak in c implementation of checksum by @pwoods25443 in #65
Full Changelog: v0.1.7.dev1...v0.1.7.dev2
v0.1.7.dev1
What's Changed
- Don't fail on type 5 messages with bad padding value by @pwoods25443 in #62
- Performance improvement in normalize_dedup_key() by @pwoods25443 in #63
- Catch edge case where day value in tx_timestamp is invalid for the given month by @pwoods25443 in #64
Full Changelog: v0.1.6.dev9...v0.1.7.dev1
v0.1.6
What's Changed
- Use nmea "talker" id in join by @pwoods25443 in #49
- Normalize by @pwoods25443 in #50
- Better normalize by @pwoods25443 in #51
- Normalize draught by @pwoods25443 in #52
- Add pos_type field to normalize by @pwoods25443 in #53
- Fix regex for generating dedup key to recognize BSVDM and ABVDM by @pwoods25443 in #54
- Add pyproject.toml by @pwoods25443 in #55
- Improved checksum by @pwoods25443 in #56
- Fix regex in dedup_key computation by @pwoods25443 in #57
- More talkers by @pwoods25443 in #58
- Normalize transmit timestamp for type 4 and type 11 by @pwoods25443 in #60
- Rename tx_time field by @pwoods25443 in #61
- Don't fail on type 5 messages with bad padding value by @pwoods25443 in #62
Full Changelog: v0.1.5...v0.1.6
v0.1.6.dev9
What's Changed
- Rename tx_time field by @pwoods25443 in #61
Full Changelog: v0.1.6.dev8...v0.1.6.dev9
v0.1.6.dev8
What's Changed
- Normalize transmit timestamp for type 4 and type 11 by @pwoods25443 in #60
Full Changelog: v0.1.6.dev7...v0.1.6.dev8