Skip to content

GPU Support & Helper Functions as Bot Methods

Latest
Compare
Choose a tag to compare
@gumdropsteve gumdropsteve released this 16 Dec 08:40
· 1 commit to master since this release
27c1ded

v0.2.0

New

  • add support for data processing w/ GPU
    • use cuDF instead of pandas
    • set gpu=True when initiating
    • resolves #22
  • helpers.py functions now methods of InstagramBot
    • resolves #30
    • ig.unfollow() process to be cleaned up w/ v0.2.1

Improved

  • general clean up & improved layouts
  • run.py updated to match v0.2.0 API
  • bot.py updates applied to develop branch as well
  • README.md ref links updated to match v0.2.0 lines