Releases: BLASTFOIL/bfscraper
Release list
v1.1.0
This PR implements changes that remove support for data formats other than the Selig DAT Format. This has been changed due to the increasing database size, which often contained redundant or unused data. Furthermore, the usage of a single data format during data download allows for scraping process optimization, given the -newly implemented- non-iterative asynchronous scraping.
What's Changed
Full Changelog: v1.0.0...v1.1.0
v1.0.0
This release features major changes regarding CLI implementation. By using the click library, bfscraper now offers support for decent command line operation, with a bunch of options that allow scraping procedure tailoring. Furthermore, some weird corrupted file issue was corrected, code was documented and README information was extended.
What's Changed
- Delete src/bfscraper/tools/aux.py by @erlete in #3
- General improvements by @erlete in #4
- Quality of life changes by @erlete in #5
Full Changelog: v0.1.0...v1.0.0
v0.1.0
This release features a basic implementation of the scraper module, allowing users to scrape any airfoil data entry on any of the supported sources.
What's Changed
New Contributors
Full Changelog: https://github.com/BLASTFOIL/bfscraper/commits/v0.1.0