Archive for September, 2011

NRatings v3.2.0 new features video

0

Hey all,

With this little video I wanted to point out the changes that have been made in NRatings v3.2.0.

These changes mainly focus on formula development, and they provide some helpful features for easier formula development.

Watch the video here:

 

NRatings v3.2.0 released

0

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

Go to Top