Skip to content

v1.0.7

Compare
Choose a tag to compare
@jonas-w jonas-w released this 05 Apr 12:01
· 363 commits to main since this release
ed96e4b

Added

  • skip_instance_cache kwarg to FoundryFileSystem, which gets passed to fsspec
    it should be set to True in a multithreaded environment (e.g. Streamlit),
    as the same filesystem instance gets reused by default,
    which resulted in weird behaviour. (#11)
  • an extra check, which may prevent sending a bad request to foundry
    when skip_instance_cache is not used (#11)

Changed

  • remove pandas from top level import, which should speed up the initial import (#11)
  • restrict pandas to version less than 2,
    as pyspark is currently not compatible with version 2 (#11)