JuanLeon Lahoz
|
94e3db44b5
|
Bump version to 0.5.8
|
3 years ago |
JuanLeon Lahoz
|
d79b98e4d2
|
Add log scale option for histogram
|
3 years ago |
JuanLeon Lahoz
|
49f24d7b6e
|
lint: more pedantic linting
|
3 years ago |
JuanLeon Lahoz
|
f8e055b52a
|
lint: use uninlined format args when possible
Changes done by `cargo clippy --fix -- -D clippy::uninlined_format_args`
|
3 years ago |
JuanLeon Lahoz
|
a940838a40
|
lint: solve semicolon_if_nothing_returned
|
3 years ago |
JuanLeon Lahoz
|
54e5ef839b
|
lint: solve vec_init_then_push in unit tests
|
3 years ago |
JuanLeon Lahoz
|
ac2458f170
|
lint: change "assert!(false)" by panic!
|
3 years ago |
JuanLeon Lahoz
|
26f6ae6348
|
lint: use Self when suitable
Changes done by `cargo clippy --fix -- -D clippy::use_self`
|
3 years ago |
JuanLeon Lahoz
|
93e8119bb9
|
lint: minor change in unit test
|
3 years ago |
JuanLeon Lahoz
|
8717c8a42d
|
lint: improve cargo doc markdown
Changes done by `cargo clippy --fix -- -D clippy::doc_markdown`
|
3 years ago |
JuanLeon Lahoz
|
317cfa758a
|
Use a options struct to pass options to histogram
|
3 years ago |
JuanLeon Lahoz
|
624577411e
|
Reuse code for printing scale info
|
3 years ago |
JuanLeon Lahoz
|
16b1269333
|
Fix doc example
|
3 years ago |
JuanLeon Lahoz
|
0e1d316950
|
Deprecate set-output in github actions
As per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
3 years ago |
JuanLeon Lahoz
|
745e83bedc
|
Use cargo deb for building debian packages
|
3 years ago |
JuanLeon Lahoz
|
8ed4d9dcd2
|
Move from actions-rs/tarpaulin to actions/cache
|
3 years ago |
JuanLeon Lahoz
|
0967c6ba91
|
Update Github Actions versions
|
3 years ago |
JuanLeon Lahoz
|
4c05a6d360
|
Update dependencies
I am holding clap at version 3 because clap v4 does not support colored help at
the moment.
|
3 years ago |
JuanLeon Lahoz
|
e01da02a50
|
Minor doc update
|
3 years ago |
JuanLeon Lahoz
|
f3a7c34af2
|
Adapt code to an up-to-date version of clippy
|
3 years ago |
JuanLeon Lahoz
|
40892ce9c7
|
dev: Add dependabot configuration file
|
3 years ago |
JuanLeon Lahoz
|
ab83202358
|
Add ARM based binaries and debian packages to releases
|
4 years ago |
JuanLeon Lahoz
|
a9ad358711
|
Add LICENSE file to release binary packages
|
4 years ago |
JuanLeon Lahoz
|
e2567a5eb3
|
Bump version to 0.5.4
|
4 years ago |
JuanLeon Lahoz
|
494651660a
|
Bump version
|
4 years ago |
JuanLeon Lahoz
|
164915302e
|
Add LICENSE file to release packages
|
4 years ago |
JuanLeon Lahoz
|
5bbab61166
|
Update README with AUR installation information
Merge branch 'Antiz96-main'
|
4 years ago |
Robin Candau
|
5effbf8773
|
Update README.md
|
4 years ago |
Robin Candau
|
6e7a1e6605
|
Update README.md
Added the link to the AUR lowcharts packages
|
4 years ago |
JuanLeon Lahoz
|
4b51452b37
|
Do not publish to crates.io upon successful release
...since it is being done in a "OS matrix". I need another job that depends on
"build" job.
|
4 years ago |
JuanLeon Lahoz
|
8e48cf9ae7
|
Improve library documentation
|
4 years ago |
JuanLeon Lahoz
|
2c920dc781
|
Change Cargo.toml so that github actions do not get confused
Github actions fail to do `sed -n 's/^name = "\(.*\)"/\1/p' Cargo.toml` and get
a name
|
4 years ago |
JuanLeon Lahoz
|
0805bda047
|
Reduce number of keywords in Cargo.toml
|
4 years ago |
JuanLeon Lahoz
|
c33aac6c72
|
Cargo update and bump version
|
4 years ago |
JuanLeon Lahoz
|
2cbdba8497
|
Allow using lowcharts as a library
|
4 years ago |
JuanLeon Lahoz
|
d7a875ed03
|
Add changelog
|
4 years ago |
JuanLeon Lahoz
|
9c01d1bd55
|
Cargo update and bump version
|
4 years ago |
JuanLeon Lahoz
|
f77c695de4
|
Use human friendly numbers by default (unless --precision is used)
|
4 years ago |
JuanLeon Lahoz
|
43b5ef1d5f
|
fix: do not panic if all parsed timestamps are the same
|
4 years ago |
JuanLeon Lahoz
|
f597d4aa91
|
Bump version to 0.4.3
|
4 years ago |
JuanLeon Lahoz
|
3ace18c80c
|
fix: do not truncate numbers in stats
|
4 years ago |
JuanLeon Lahoz
|
e465bff500
|
dev: update dependencies
deps.rs was reporting some outdated dependencies.
clap locked version was a beta (updating to latest stable version required
changes)
|
4 years ago |
JuanLeon Lahoz
|
c1778f3145
|
doc: add common-terms example
|
5 years ago |
JuanLeon Lahoz
|
9458aaaa35
|
test: add integration test for common terms
|
5 years ago |
JuanLeon Lahoz
|
c97adf0dc4
|
feature: Implement the common-term plot
|
5 years ago |
JuanLeon Lahoz
|
df1a4c53e7
|
doc: Add release badge
|
5 years ago |
JuanLeon Lahoz
|
5edea817e2
|
Bump version to 0.4.1
|
5 years ago |
JuanLeon Lahoz
|
2e4d2da12b
|
fix: allow negative values in min and max arguments
|
5 years ago |
JuanLeon Lahoz
|
67b270eb49
|
Bump version to 0.4.0
|
5 years ago |
JuanLeon Lahoz
|
a89e39e54c
|
feature: Implement split-timehist visualization
|
5 years ago |