mtools 1.5.0
Highlights of this release are:
- Update matplotlib to 1.4.3
- Update numpy to 1.14.5
- Update python-dateutil to 2.7
- Update pymongo to 3.6.1
- Pin requirements to avoid pulling in breaking changes
- Ignore "new oplog query" log entries for query duration parsing (#619)
- Replace characters that can't be UTF decoded with '?' (#630)
- Fix logic error preventing parsing of empty or unexpected log lines (#634, #618)
- mplotqueries: Report actual error when matplotlib import fails (#621)
- mlaunch: If mongod is missing, print the path that was used (#627)
- mlaunch: Add support for GSSAPI (#626)
- mlaunch: Add users to all shards in sharded cluster (#625)
- mlogvis: Remove write lock and read lock grouping (#616)
Thanks to @kevinadi, @jamesbroadhead, @mathom, @kallimachos, @sindbach, and @stennie for contributions to this release!
To install, run:
pip install mtools --upgrade
See Changes to mtools for a full change history.