Skip to content

Releases: kutu/pyirsdk

1.3.5

14 Mar 15:22
Compare
Choose a tag to compare
  • removed WeatherDynamics and WeatherVersion enums
  • added TrackWetness enum
  • vars.txt updated

1.3.4

05 Mar 10:38
Compare
Choose a tag to compare

Full Changelog: 1.3.3...1.3.4

1.3.3

15 Mar 12:29
Compare
Choose a tag to compare

closing opened test_file #29

1.3.2

07 Dec 15:13
Compare
Choose a tag to compare
  • quoted DriverSetupName
  • vars.txt updated

1.3.1

12 Sep 15:02
Compare
Choose a tag to compare
  • open memmap only after "data valid event"

1.3.0

10 Jun 14:13
Compare
Choose a tag to compare
  • utilizing IRSDKDataValidEvent
  • added oil temp warning
  • added video capture command
  • updated vars.txt

With IRSDKDataValidEvent now when you invoke ir.freeze_var_buffer_latest() your script will be locked for up to 16-32ms waiting for new data pushed by iRacing API. This feature reduce delay by 1 frame, and you can get continuously new data every time you invoke this function.

1.2.6

07 May 09:35
Compare
Choose a tag to compare

added enums: PitSvStatus, PaceMode, PaceFlags

1.2.5

18 Apr 08:55
Compare
Choose a tag to compare
  • updated to PyYAML 5.3
  • exclude converting to datetime on parsing level with custom yaml loader
  • added DiskSubHeader for IBT
  • fixed a bug where parsing end position for session info was not set correctly
  • vars.txt updated

1.2.0

15 May 16:28
Compare
Choose a tag to compare

added parse_yaml_async option to IRSDK Class, with this option turned on YAML can be parsed in non blocking mode

1.1.11

06 Dec 06:44
Compare
Choose a tag to compare

fix double \n in SessionInfo