-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ✨ alpha 2.0 * ✨ add custom timer callback * 🐛 fix read handler, add changelog draft, minor improvements * 🎨 make init more robust, improve performance, add selection_timeout parameter to server, remove deprecation * 🐛 fix test scripts * ⚰️ cleanup interfaces * ⚰️ improve datetime compatibility, fix test * ⚰️ improve test * 🐛 fix read command and incoming message order * 🐛 fix IC, CS command success * 🎨 use chrono for time information, update pybind11 to v2.13.4 * 🏷️ undo utc_clock changes and return to system_clock for pybind11 compatibility * 🐛 fix tls, fix tests, add connected_at and disconnected_at to Connection * 🐛 fix clock sync, improve to string conversion, fix tests * 🐛 fix report interval setter on point construction, fix clock in tests * ⬇️ return to c++ standard 17 for manylinux compatibility * ⬆️ update dependencies lib60870 to latest, pybind11 to v2.13.5, catch to v3.7.0 * 🐛 fix manual reconnect deadlock, improve debug output, add tests * 🎨 improve tests * 🐛 fix select detection in explain_bytes_dict * ⚡ allow different parallel commands * update version info * 🐛 fix fieldset16 causing to string crash, fix pybind using correct python version * 📝 update documentation and changelog, update docs builder dependencies * 🎨 c104.Byte32 can construct from bytes and converted to bytes, c104 numbers can be converted to int and float, fix __repr__ toString behavior * 🐛 fix message __repr__ toString * 🎨 remove python 3.6 from build script; add build script for aarch64, armv7l; fix cmake version for arm * 📝 improve number and information documentation * 🐛 fix numbers, fix tests, add lib60870 patch, improve docs * 🚑 add lib60870 patch * 🐛 fix build scripts * 📝 improve type hints in documentation, improve source distribution
- Loading branch information
Showing
145 changed files
with
7,958 additions
and
2,759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.