Skip to content

Commit

Permalink
Bump version -> 0.3.11 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcebere authored May 3, 2022
1 parent 9360291 commit ec21905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tenseal/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.10"
__version__ = "0.3.11"

1 comment on commit ec21905

@github-actions
Copy link

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 'Python-Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ec21905 Previous: 9360291 Ratio
tests/python/benchmarks/test_ops.py::test_perf_ckks_ops[4096-ckks_test-negate] 9676.356828753573 iter/sec (stddev: 0.000008168756165898726) 19423.28385451841 iter/sec (stddev: 0.000004097516319620006) 2.01

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

Please sign in to comment.