Skip to content

Tags: microsoft/LMChallenge

Tags

5.2

Toggle 5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update instructions for publishing a new release (#3)

* 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

5.1

Toggle 5.1's commit message
Update publishing instructions

5.0

Toggle 5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
LMC v5 - log file format changed (#1)

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`

4.4

Toggle 4.4's commit message
Update package - missing files (version.txt) from the published sdist