cydec 0.0.1

High-performance compression library for numerical time series data using delta encoding, zigzag encoding, and LZ4
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tasks.r-update]
description = "Update versions and changelog locally (manual workflow)"
command = "release-plz"
args = ["update"]


[tasks.r-full]
description = "Complete manual workflow: update, commit, push, and release"
dependencies = ["r-update"]
script = [
  "git add .",
  "git commit -m 'chore: release'",
  "git push",
  "release-plz release --git-token $(gh auth token)",
]