Skip to content

Releases: BLASTFOIL/bfscraper

v1.1.0

Choose a tag to compare

@erlete erlete released this 14 Jan 18:52
0ff0050

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

Choose a tag to compare

@erlete erlete released this 11 Jan 15:36
5f8f6dc

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

Full Changelog: v0.1.0...v1.0.0

v0.1.0

Choose a tag to compare

@erlete erlete released this 02 Jan 18:12
28e462e

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

  • @erlete made their first contribution in #1

Full Changelog: https://github.com/BLASTFOIL/bfscraper/commits/v0.1.0