Skip to content

Commit

Permalink
Bumping version from 1.5.0-alpha.0 to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Feb 16, 2021
1 parent 05ab882 commit d6706bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

#### 1.5 (UNRELEASED)
#### 1.5 (2021-02-16)

**Note**: This is the last version of *vpype* to support Python 3.6.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vpype"
version = "1.5.0-alpha.0"
version = "1.5.0"
description = "The Swiss Army knife of vector graphics for pen plotters"
authors = ["Antoine Beyeler <[email protected]>"]
license = "MIT"
Expand Down

1 comment on commit d6706bc

@abey79
Copy link
Owner Author

@abey79 abey79 commented on d6706bc Feb 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: d6706bc Previous: 05ab882 Ratio
tests/test_benchmarks.py::test_benchmark_viewer[outline] 0.24134397166529414 iter/sec (stddev: 4.421460846077865) 0.775653177300153 iter/sec (stddev: 0.008001008539841705) 3.21
tests/test_benchmarks.py::test_benchmark_viewer[outline_points] 0.36310866744884546 iter/sec (stddev: 1.287454152399168) 0.6772845252520628 iter/sec (stddev: 0.08499636166375782) 1.87
tests/test_benchmarks.py::test_benchmark_viewer[outline_pen_up] 0.2731927179011703 iter/sec (stddev: 1.263179635806961) 0.44842133429795195 iter/sec (stddev: 0.09563299740768955) 1.64
tests/test_benchmarks.py::test_benchmark_viewer[outline_colorful] 0.42217351320635615 iter/sec (stddev: 1.0235457348577566) 0.7292614411493127 iter/sec (stddev: 0.02036546741310414) 1.73

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.