Context Manager to suppress print statements during the sample/test applies. Now if a print is part of the function that is applied, the only print that will occur is the final apply's print.
0.294
Made several code simplifications, thanks to ianozvsald's suggestions. One of these code changes avoids the issue where assertions are ignored according to python -O flag, which would effectively break swifter.
0.293
Require tqdm>=4.33.0, which resolves a bug with the progress bar that stems from pandas itself.
0.292
Fix known security vulnerability in parso <= 0.4.0 by requiring parso > 0.4.0
0.291
Not secure
Change import from tqdm.auto instead of tqdm.autenook. Less warnings will show when importing swifter.
0.290
Not secure
df.swifter.progress_bar(desc="<Your description>") now allows for a custom description.