What's changed:
- Minor bugfixes on `ranklist`, where completely empty columns will not be present
- List of languages is moved to `database.py`, along with the mapping for countries and universities
- Invalid problem ID(s) supplied in the `problems` method will be ignored
New features:
- Statistics and submissions metadata for a specific problem
- Scraper for list of alpha-3 country codes and university domains from Wikipedia and https://github.com/Hipo/university-domains-list
- Country and university guesser using fuzzy search, allowing more flexibility on specifying `ranklist`'s parameters
- Documentation? 😉