File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11====================
22 pyais CHANGELOG
33====================
4+ -------------------------------------------------------------------------------
5+ Version 2.10.0 22 Jun 2025
6+ -------------------------------------------------------------------------------
7+ * renamed custom `JSONEncoder` to `AISJSONEncoder` to avoid confusion with `json.JSONEncoder`
8+ * refactored main.py (`ais-decode`) for better error handling
9+ * added examples/ais-encode
410-------------------------------------------------------------------------------
511 Version 2.9.4 24 May 2025
612-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 55from pyais .tracker import AISTracker , AISTrack
66
77__license__ = 'MIT'
8- __version__ = '2.9.4 '
8+ __version__ = '2.10.0 '
99__author__ = 'Leon Morten Richter'
1010
1111__all__ = (
You can’t perform that action at this time.
0 commit comments