Skip to content

πŸ“† Changelog

Welcome to the project changelog. All notable changes to this project will be documented below.


0.3.5 - 2025-07-07

  • Attempt to fix issue where PFD Toolkit refused to run in Google Colab

0.3.4 - 2025-07-07

  • Deprecate user_query in Screener in favour of search_query. user_query will be removed in a future release.
  • Dropping spans in extract_features() no longer removes spans added during screening.
  • Downgrade pandas from 2.3.0 to 2.2.2
  • Fix text cleaning bug that expanded dates and removed paragraph spacing.
  • Added tests covering span removal behaviour.

0.3.3 - 2025-06-25

  • Improve package installation time
  • Changed default LLM model from GPT-4.1-mini to GPT-4.1

0.3.2 - 2025-06-23

  • You no longer need to manually update the pfd_toolkit package to get access to freshly published reports. Instead, run load_reports(refresh=True).
  • Improve robustness of Scraping module in handling missing data between different scraping strategies.
  • Fix typos and improve documentation.

0.3.1 - 2025-06-19

  • Improve reliability of weekly dataset top-ups.

0.3.0 - 2025-06-18

First public release! ✨