Skip to content

WhiteRabbit v0.10.1

Compare
Choose a tag to compare
@MaximMoinat MaximMoinat released this 10 Jun 19:46
· 211 commits to master since this release
f09d32f

New features and improvements

White Rabbit

  • Fake data generation #203
    • add option for uniform sampling instead of using reported frequencies
    • unique fields are also generated with unique values in the fake data (if enough scanned values available)

Rabbit in a Hat

  • Add new source tables from scan report #231 Fixes #197
  • Add number of unique values and % empty to field details in RiaH #231
  • Enter source table without making mapping #230
  • Update concept id hints #233

Fixes

White Rabbit

  • Fake data generation #203
    • an off by one error causing the most occurring value to be slightly more prevalent and least occurring slightly less
    • empty tables were written if field type is 'empty' Fixes #217

Rabbit in a Hat

  • In the field detail, if only top x values were scanned, show that the value list is truncated just like shown with small cell count. #203
  • Fix value frequency always showing as >99% #229