- live_snaphost() method for basic portfolio calculation with live prices - transaction_id and transaction_type_id columns in coinbase.df
0.2.0
- Faster loading of Coinbase data: get_full_history() method uses json and pickle for caching accounts info and transactions
0.1.6
- fixed scrape_missing_data case
0.1.5
- fixed CoinScraper update case that resulted in NotImplementedError
0.1.4
- integrated Tracker in Portfolio - Portfolio plots - surfingcrypto.reporting.reporting for reporting formatted text
0.1.3
- fixed error in Scraper module due to the parameters `start` being less than `first`, but impossible to update due to the fact the coin was created later than `start`