Releases: intrepidcs/python_ics
v909.8
Updated header to v909.8. No other changes.
v908.12
v907.5-post2
Fixed an issue with CANFD not working correctly. Ethernet and A2B messages will work properly now. (75c8962)
v907.5
- Updated icsnVC40.h to v907.5
- See v906.7 release notes for differences between v905.11 and this.
v906.7
- Fixed imports, previously you'd have to use
ics.ics.objectin certain places. This is no longer needed. - Fixed auto gen files randomness for git commits
- Fixed ValueCAN 4-2EL displaying as ValueCAN4-1
- Fixed various device name strings (519f0e8)
- Packing fixed on various structures (942351f)
- macOS support #107 (005cfa2 682dce4 c8f3424 b51e490 a9a3975 f834021)
- Added clang check when building and added to documentation (c7f3ec5)
- Fixed an issue with enum values starting at 1 instead of zero. #105 (e802505)
- Fix typo in open_device config_read argument docstring (5ad83c1)
- Fixed EthernetSpyMessage size (2d0dbc5)
- Added
ics.enable_doip_line()(9d2b7aa dbe5d96) - Added Python 3.10 build.
v905.11post1
fixed e_device_settings_type enum values wrong. #105
v905.11
Recent Fixes:
-Add clang-format to list of dependencies (#104)
-Install is broken on macOS (#103)
-Install package "structures", but cannot use module ics (#99)
Previous fixes but new since v904:
-Fixed device names (519f0e8)
-Fixed packing on various structures (28b7ee5)
-Fixed unit test to reflect new changes.
-nameless numbers should be less random now for git.
-Fixed embedded object names and import sorting should be fixed now.
-Updated icsnVC40.h to v905.11
-Fixed a bunch of issues with setting structures. Script was essentially completely re-written with unit tests now. s_fire3_settings network enables was specifically not working and probably a lot more.
v905.10post3
v905.10post2
-Fixed unit test to reflect new changes.
-nameless numbers should be less random now for git.
-Fixed embedded object names and import sorting should be fixed now.
v905.10post1
-Fixed imports