1. 14 Oct, 2019 2 commits
  2. 29 May, 2019 2 commits
  3. 20 May, 2019 2 commits
  4. 17 May, 2019 1 commit
    • 0.6.1 · 87638518
      Serbaf authored
  5. 16 May, 2019 5 commits
    • ignoring swap files · f1913b1b
      Serbaf authored
    • 0.6.0 (2019-05-16) · 5e87a97d
      Serbaf authored
      Main differences with last major release:
      
       * Tweet objects do not store all the values as str anymore. The most used
         fields are now attempted to cast to their type on initialization. These
         improvements were added on the last versions of 0.5.x
       * Tests have been added that cover most of the code in tweets.py and utils.py.
         In the next versions probably even more will be added.
    • Merge branch 'feature/testing' into develop · 83497aac
      Serbaf authored
    • removed test file not being used · 8cf7cc0e
      Serbaf authored
    • 0.6.0 (2019-05-16) · 0b888a85
      Serbaf authored
      Main differences with last major release:
      
       * Tweet objects do not store all the values as str anymore. The most used
         fields are now attempted to cast to their type on initialization. These
         improvements were added on the last versions of 0.5.x
       * Tests have been added that cover most of the code in tweets.py and utils.py.
         In the next versions probably even more will be added.
  6. 15 May, 2019 6 commits
  7. 14 May, 2019 2 commits
  8. 03 May, 2019 2 commits
    • Tiny fix in the imports · a5bc9c99
      Serbaf authored
    • Version 5.0 · 064f7030
      Serbaf authored
      * Code from tweet_model.py now divided in two source files: tweet.py
        (containing the Tweet class) and utils.py (which contains the rest of the
        utilities to instantiate Tweet objects from CSVs, return a mini-dict with
        partial information of a Tweet, etc.)
      * Added two new fields to the Tweet class: "polarity" and "trtext", which are
        not part of the original Tweeter tweets, but needed in other project.
      * Added setter methods for "polarity" and "trtext", which will be probably now
        set at instantiation time but afterwards
  9. 02 May, 2019 1 commit
  10. 11 Apr, 2019 1 commit
  11. 08 Apr, 2019 4 commits
  12. 26 Mar, 2019 5 commits
  13. 25 Mar, 2019 1 commit
  14. 20 Mar, 2019 6 commits