Skip to content

Latest commit

 

History

History
91 lines (48 loc) · 5.6 KB

CHANGELOG.md

File metadata and controls

91 lines (48 loc) · 5.6 KB

Changelog

0.4.1 (2024-11-28)

Bug Fixes

0.4.0 (2024-11-20)

Features

  • add Open Prices export (30c83a4)
  • export Open Beauty Facts data as parquet file (#15) (095e0b1)

0.3.0 (2024-11-18)

Features

Dependencies

0.2.1 (2024-11-18)

Bug Fixes

  • add and update fields in parquet export (#10) (5b99a3f)

0.2.0 (2024-11-15)

Features

  • 🔥 Postprocess parquet: images field (#6) (48e21b3)
  • declare the schema of the Parquet file (#8) (309b4f7)

Bug Fixes

  • add a validator to parse image sizes (9dd2530)
  • fix ignore_extra_sizes method (bcc0e9b)
  • increase job timeouts (8b3b5cc)
  • increase row_group_size for Parquet generation (5aaefa5)
  • launch rq workers using CLI to init sentry (2c7d0d7)
  • use int64 for number_of_units (824effa)

0.1.1 (2024-11-12)

Bug Fixes

  • fix deployment & push dataset to Hugging Face (#3) (b3c8f58)

0.1.0 (2024-11-12)

Features

  • add first version of the codebase (351c532)
  • add mobile app dump (709e687)
  • add new command to launch export job (7a1dcc7)
  • push mobile dataset to AWS S3 (ebef351)
  • try to export mobile dumps as gzipped TSV (4ac0400)

Bug Fixes

  • add Sentry integration in launch-export CLI command (666ec6c)
  • don't download again the file if it didn't change (70af15f)
  • don't use Path.rename if files are on different filesystems (c11f827)
  • increase job timeout (a3b6a1d)

Dependencies

  • add ruff as a dev dependency (fa817c3)

Documentation