Changelog

2023-03-25

  • Fix missing Chinese Light tanks (WZ-132-1)
  • Fix misc bugs in calculations impacting update 9.6 stats too

2023-03-22

  • Added stats for update 9.7.
  • The site tracks now nearly every active Blitz player. About 2M players play Blitz during an update across all the servers. The impact can be seen in overall WR distribution that shows mean WR being below 50% as it should. The impact on tank stats is minimal since the missing players were mostly inactive players. Large share of players play too few games during an update to really impact on the tank stats.

2023-02-28

  • Added stats for update 9.6.
  • A MAJOR upgrade to the site’s “backend” responsible for fetching and managing the stats, exporting those to R. The new backend is based on:
    • Pydantic for data validation
    • Python multiprocessing for performance
    • Apache Arrow for larger-than-memory data support. The build pipeline can now automatically read only part of the data to the memory for processing. This scales to at least 10x data amounts vs. the previous pipeline.
  • The site tracks now nearly every Blitz player. Results of this will be seen in the next update’s data.
  • The 9.6 stats were published late due to large changes required to refactor the build pipeline for the new backend & file format, … and due to myself making a tiny-tiny copy-paste error which that cost me approx. 20h of work to recover from…

2023-01-12

2023-01-08

2023-01-04

  • Major update. New simplified page hierarchy. I scrapped the update-level “tier” hierarchy and created players stats page and players at tier pages instead. I thougt this would have been a “small” thing, but it took days to fix all the broken hard-coded links (and update those to generated ones).

2022-12-19

  • Added stats for update 9.4.

2022-11-11

  • Added stats for update 9.3.

2022-10-08

  • Added stats for update 9.2.

2022-08-25

  • Added stats for update 9.1.

2022-06-09

  • Added stats for update 8.10.

2022-05-05

  • Added stats for update 8.9.

2022-04-24

  • Added stats for update 8.8.

2022-02-17

  • Added stats for update 8.7.

2022-01-22

  • Added stats for update 8.6.

2022-12-21

  • Added stats for update 8.5.

2021-11-19

  • Added stats for update 8.4.

2021-10-24

  • Added stats for update 8.3.

2021-09-18

  • Added final stats for update 8.2.

2021-08-22

  • Added final stats for update 8.1.
  • Fixed lot of build system bugs and built workarounds for out-of-RAM cases. 32GB RAM is running short with the amount of data…

2021-07-21

  • Added bottom 20 Relative WR per player skill-level charts to tier X stats.
  • Added clarification of what “WR” is on player skill-level charts (=player WR at the tier in question).

2021-07-17

  • Added final stats for update 8.0.
  • Added Relative WR stats for 55-65% and +65% player segments separately

2021-06-11

  • Added final stats for update 7.9.

2021-05-02

  • Added final stats for update 7.8.

2021-05-02

  • Added preliminary stats for update 7.7.

2021-03-26

  • Added preliminary stats for update 7.7.

2021-02-14

  • Added preliminary stats for update 7.6.

2021-02-01

2021-01-31

2020-12-26

  • Added preliminary stats for update 7.5.
  • Added links to tank-pages into stats tables

2020-12-11

  • Added final stats for update 7.4.

2020-12-03

2020-11-27

  • Added preliminary stats for update 7.4. I have develop scripts to clean up the database so I can in the future release preliminary stats before the next update.

2020-11-13

  • Added full stats for update 7.3. Just after I was proud to release preliminary stats for the first time, WG announced a new update. So the preliminary stats were served total three days. In the future I plan to release preliminary stats 2 weeks after an update.

2020-11-10

2020-10-10

  • Stats for update 7.2 are out. I finally managed to fix the parallel processing error (it was multi-threading, not shared memory issue). Debugging parallel code is PIA.

2020-08-27

  • Stats for update 7.1 are finally out. After adding the tank-pages the site build time has grown 10x and I have been looking for parallel processing to speed up the work. But I have ran into weird issues likely related to shared memory limits causing the parallel build script to fail.

2020-08-16

2020-08-14

  • New tank-specific pages with lot of detailed information about each tank in comparison to the same tier/type tanks.
  • Hit Rate and average kills charts added to Tanks, Tanks per tier, Tanks of Type and Tank.

2020-08-08

2020-07-22

2020-07-18

2020-07-16

  • Stats added for update 7.0.
  • New pages for each tank type per tier have been added. These pages list all the tanks in the tier for each tank type.

2020-06-17

  • Stats added for update 6.10
  • Also fixed a bug in the code (function params in wrong order..) that likely caused too many tank stats being filtered out.

2020-06-08

Stats filtering unified to eliminate stock-grind tanks’ impact on tank performance stats (Averate WR, Relative WR, Average damage, etc.). Earlier new tanks got impacted by the stock-grind battles being taken into account. The number of required battle is a compromise based on average tank research XP divided by players’ average XP at the tier and divided by 1.5^2. This can be intepreted as playing with 50% WR and only the first 2x XP victories plus XP boosters. Making the filter too aggressive seriously limits the available data, therefore the compromise.

Required number of battles per tier

12345678910
014918345186139152

Relative WR formula revised to do the comparison to average of all the same tier tanks, including the tank itself. This seems to provide more sensible results than the earlier using other same tier tanks as the comparison point. Honestly speaking, I do not know why. The first algorithm seemed clever, but the detailed graphs showed it failed somehow.

The first Relative WR incarnation also had an error that while it filtered out stock-grind tanks, it included those in the calculation of the comparison WR (i.e. average WR of other same tier tanks). This caused RElative WR to be higher for all the tanks than it actually was.

2020-06-08 New blog post: Measuring tank performance

2020-05-16 Stats since update 6.0 added

Stats since Update 6.0 added. Graphs are also now based on plot templates to unify look’n’ feel.

2020-05-07 BlitzAnalysiz.com launched