Skip to content

Commit

Permalink
Merge pull request #35 from AzHicham/release1.0.0
Browse files Browse the repository at this point in the history
bump(release): 1.0.0
  • Loading branch information
AzHicham authored Feb 12, 2023
2 parents d3515ec + 11d8333 commit 3afb019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "philips-isyntax-rs"
edition = "2021"
version = "0.2.2"
version = "1.0.0"
authors = ["AzHicham <[email protected]>"]
description = "Rust bindings to the Philips Open Pathology C++ library"
repository = "https://github.com/AzHicham/philips-isyntax-rs"
homepage = "https://github.com/AzHicham/philips-isyntax-rs"
readme = "README.md"
keywords = ["philips", "isyntax", "histopathology", "microscopy"]
categories = ["science"]
categories = ["science", "external-ffi-bindings"]
license = "MIT/Apache-2.0"

[features]
Expand Down

1 comment on commit 3afb019

@github-actions
Copy link

Choose a reason for hiding this comment

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

philips-isyntax-rs Benchmark

Benchmark suite Current: 3afb019 Previous: 11d8333 Ratio
philips_read_region_256_lvl_0 1312662 ns/iter (± 237309) 1375126 ns/iter (± 338986) 0.95
philips_read_region_256_lvl_1 2757857 ns/iter (± 1085757) 2839293 ns/iter (± 1036688) 0.97
philips_read_region_512_lvl_0 6431311 ns/iter (± 1199139) 6463716 ns/iter (± 1069922) 0.99
philips_read_region_512_lvl_1 5674898 ns/iter (± 1142365) 6018410 ns/iter (± 862814) 0.94

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

Please sign in to comment.