summaryrefslogtreecommitdiff
path: root/databases/py-whisper
AgeCommit message (Collapse)AuthorFilesLines
2019-08-11py-whisper: updated to 1.1.5adam4-25/+50
1.1.5: Python 3.x support fixes for whisper, carbon and graphite-web REMOTE_BUFFER_SIZE = 0 now works properly Multi-instance settings support Increase performance of localdatabase tag db avg_zero consolidation function fully supported now Carbonlink queries working now for tagged series Docker image migrated to Alpine, reducing the image size from ~530MB to 188MB
2018-11-14py-whisper: updated to 1.1.4adam3-29/+12
1.1.4: Include tests in PyPI distributions Add Python 3.7 testing to Travis
2018-07-07databases/py-whisper: Update to 1.1.3minskim4-12/+35
Notable changes since 0.9.15: - Python 3 support - fallocate and sparse support in whisper-create - Support FADVISE_RANDOM for create/update/update_many - Add update-storage-times.py - a tool to change storage schemas for whisper files and update the data. Threaded to vastly improve speed over whisper-auto-resize.py - Add optional destinationPath for rrd2whisper - Add json output to whisper-diff.py script - Add whisper-set-xfilesfactor.py utility - whisper-fetch: add –time-format option - Numerous bug fixes
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2017-02-14Update HOMEPAGE.wiz1-3/+2
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-11Add whisper 0.9.15, as used by the graphite project.riz4-0/+45
Whisper is a fixed-size database, similar in design to RRD (round-robin-database). It provides fast, reliable storage of numeric data over time.