Skip to content

Releases: hayesall/ffscraper

PEP 8 Packaging Compliance and Documentation

11 May 16:59
b7d77e7
Compare
Choose a tag to compare

Packages and submodules are now named in compliance with PEP 8 recommendations, docs directory has an index that is now up-to-date and ready for readthedocs.org

Bugfixing and Documentation

10 May 18:38
f2ccede
Compare
Choose a tag to compare

As the title suggests, this fixes a bug in ffscraper/__main__.py with importing progress. progress.py has been absorbed into the Utils.

This also changes a great deal of the docstrigns to use rtf-style syntax for building documentation with Sphinx.

Paper and Package

09 May 18:52
45d04bc
Compare
Choose a tag to compare

Version of ffscraper, boosting, and the paper they were at the conclusion of Professor Vibhav Gogate's Spring 2018 "Advanced Machine Learning" class at the University of Texas at Dallas.

Scrape, Format, Analyze

24 Apr 19:22
2ca4e23
Compare
Choose a tag to compare

Initial Release with core features implemented.

  • scraper/: Python scrapers for FanFiction.Net
  • data/: Python and shell scripts for formatting the data.
  • boosting/: Mostly a collection of shell scripts for running BoostSRL with various settings.
  • docs/: Main documentation and the paper.

This is a pre-release, available features are subject to change at any time.