* Close issue 15 from ``scrapr.rosterrep.parse_rosters()`` * Calling ``max`` on empty key list, used common sense and switched to ``len`` * Stupid indentation issue leading to inclusion of roster table header
0.4.3
------
* Put some blunt checks in ``scrapr.descparser.py`` for missing info in RTSS reports. * See Issue 4 * TODO: design a more robust/elegant way of defining data formats and missing data. This works for now.
0.4.2
------
* Let ``scrapr.rtss.PlayParser`` track game type and loosen skater count to address shootout parsing discussed in `Issue 2 <https://github.com/robhowley/nhlscrapi/issues/2>`_ * Update constants ... will find a better way to handle checks. * see Issues 2, and 3
0.4.1
------
* Ugly hack in ``scrapr.toirep.TOIRepBase`` to account for missing data in the report discussed in `Issue 1 <https://github.com/robhowley/nhlscrapi/issues/1>`_ * TODO: need to add a more robust way to handle broken records gracefully and continues parsing the remainder of the document.
0.4.0
------
* added support and associated unit test for event summary report
- scraper in ``scrapr.eventsummary.EventSummRep`` - report wrapper and primary access object in ``games.eventsummary.EventSummary``
* the event summary report has abiltiy to filter and sort by player data * updated docs * updated REAMDME to reflect change
0.3.7
------
* messed up the prior upload. embarrassing. fixed remaining 3.x print issue.