alteryx / woodwork

Woodwork is a Python library that provides robust methods for managing and communicating data typing information.
https://woodwork.alteryx.com
BSD 3-Clause "New" or "Revised" License
140 stars 19 forks source link

Use filter arg to safe extract archives #1862

Closed thehomebrewnerd closed 2 months ago

thehomebrewnerd commented 2 months ago

Closes #1860

The filter argument was added in these Python versions: 3.9.17, 3.10.12, 3.11.4, 3.12.0. If the user is running an older Python version an error will be thrown and they will need to upgrade to one of these patch releases (or newer) to extract the archive.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.55%. Comparing base (762e08f) to head (8c2d4b4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1862 +/- ## ======================================= Coverage 98.55% 98.55% ======================================= Files 98 98 Lines 10645 10684 +39 ======================================= + Hits 10491 10530 +39 Misses 154 154 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.