Skip to content

Release 0.5.0

Choose a tag to compare

@steso-nommon steso-nommon released this 29 Oct 11:01
· 8 commits to main since this release

✨ NEW Components

  • Estimation: Component that transforms indicators based on the observed devices in a single MNO to the total volume of the target population under study.
  • K-Anonymity: Component that applies the data anonymisation procedure, k-anonimity, on the output indicators of a single MNO.
  • Multimno_aggregation: Component that aggregates together the final indicators produced by different MNOs into one.

⬆️Features

  • DataFiltering: Allows to choose the number of output files by configuration.

🐛 Fixes

  • NetworkCleaning: Fix in the calculation of top-k-errors.

🚀 Performance improvements

  • DataFiltering: Improved performance of the DataFiltering component

🎇General changes

  • Fixed some typos in present_population configuration documentation
  • Updated pipeline documentation.
  • Removed ujson dependency