Skip to content

mapping-template v2.5.0

Compare
Choose a tag to compare
@AuPath AuPath released this 08 Jul 16:00
· 76 commits to main since this release

Features

  • SQLReader Enhancement: You can now easily obtain a DataFrame by simply providing the corresponding SQL table name (Issue #17)

  • CSVReader Improvement: You can now specify which columns to include when creating a DataFrame from a CSV file (Issue #23)

Fixes

  • CLI Tool Path Issue: Fixed an issue where the basepath was not being correctly prepended to the functionsPath when using the tool as a CLI. This ensures that all function paths are correctly resolved, preventing errors. (Issue #13)