2024-04-19

Release Notes for Version 0.2.2

New Features

  • Enhanced ModelData.load() method to attempt loading data from Parquet files as a first option, providing a more efficient data loading process when Parquet files are available.

    • According to our tests, the execution time of ModelData.load() has been reduced from 30 seconds to 2.3 seconds, and from 3 minutes 30 seconds to 7.2 seconds. (However, results may vary depending on the environment of Finter and network conditions.)

Bug Fixes

  • Removed a redundant ValueError in get_parquet_df function to streamline error handling.

  • Updated get_parquet_df to include improved logging and better handling of S3 directory paths.

Miscellaneous

  • Deleted obsolete test_data_modeldata.py file to clean up the test suite.

Last updated