* Update instructions for publishing a new release
Also remove the broken Travis badge.
And make README.md render correctly.
* Bump the version to 5.2.1
* remove configuration for setup.py upload since it is deprecated
* Switch back to 2-part version
* Fix argument parsing problem with sample/ngram.py
* Add missing include_package_data=True in setup.py (otherwise 'lmc validate' is broken because log.schema isn't extracted from the distribution)
A set of breaking changes for LM Challenge version `5.0`. We have redesigned the log format, and extended some of the utilities, documentation & testing (although there is more to be done). A non-exhaustive list of changes:
- new log file format (see doc/formats.md)
- flatter
- more regular
- easier to load
- `lmc pretty` utility split into `pretty` (for a single log) and `diff` (for comparing logs)
- `lmc grep` added, to replace & extend the filtering functionality throughout other utilities
- migrated documentation from Spinx to pdoc
- migrated tests from nose to pytest
- freeze `requirements.txt` by default
- simplify `stats` implementation from `Monoid` to `Accumulator`