Hey guys,

I happily announce the release of NRatings v3.2.0, with following changes:

  • Integration of loopdata and pitstopdata provided by Racing-Reference.info
  • User Interface to show loopdata and pitstopdata
  • Creation of new formula variables using this data
  • User Interface to inspect the calculated driver stats (=variables to be used in the formulas), and preview the calculated ratings according to the chosen formula
  • Reworked variable attribution code
  • For formula developers: variables must now be tested for NULL instead of -1 to check if they are filled in
  • Adapted included formulas to the above rule
  • In agreement with Snyderart, I slightly optimized his formula (now only one formula for all series)

As mentioned above, formula developers, please take extra care ! If you have created formulas with tests like “if(@avgFinish == -1)” or something similar, you must now convert this to “if(@avgFinish == null)” !!!

Grab the new version from the downloads page.

Mathieu