-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reset NEXT.md * Add 0.27.2 changelog * Bump version * cargo build * Fix formatting
- Loading branch information
Showing
21 changed files
with
56 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.27.1 | ||
0.27.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Release 2023-12-20 | ||
menuTitle: 2023-12-20 | ||
any: true | ||
description: >- | ||
Changelog for Release 2023-12-20 (oso 0.27.2) containing new features, bug | ||
fixes, and more. | ||
draft: true | ||
--- | ||
|
||
## `oso` 0.27.2 | ||
|
||
### Python | ||
|
||
#### New features | ||
|
||
##### Python 3.12 Support | ||
|
||
Thanks to [`@kkirsche`](https://github.com/kkirsche), the Oso library now | ||
works on Python 3.12. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
oso-oso (0.27.1) | ||
oso-oso (0.27.2) | ||
ffi (~> 1.0) | ||
|
||
GEM | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
module Oso | ||
VERSION = '0.27.1' | ||
VERSION = '0.27.2' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c75e520
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust Benchmark
rust_get_attribute
28635
ns/iter (± 882
)29406
ns/iter (± 873
)0.97
n_plus_one/100
1519505
ns/iter (± 21923
)1562608
ns/iter (± 32037
)0.97
n_plus_one/500
7342693
ns/iter (± 307359
)7571758
ns/iter (± 72293
)0.97
n_plus_one/1000
14615357
ns/iter (± 313331
)15061323
ns/iter (± 91592
)0.97
unify_once
632
ns/iter (± 303
)621
ns/iter (± 1397
)1.02
unify_twice
1735
ns/iter (± 62
)1733
ns/iter (± 21
)1.00
many_rules
38136
ns/iter (± 1006
)38978
ns/iter (± 967
)0.98
fib/5
344496
ns/iter (± 5687
)346722
ns/iter (± 5193
)0.99
prime/3
10339
ns/iter (± 408
)10379
ns/iter (± 401
)1.00
prime/23
10402
ns/iter (± 396
)10367
ns/iter (± 379
)1.00
prime/43
10368
ns/iter (± 389
)10366
ns/iter (± 361
)1.00
prime/83
10347
ns/iter (± 459
)10391
ns/iter (± 374
)1.00
prime/255
9289
ns/iter (± 351
)9239
ns/iter (± 362
)1.01
indexed/100
3429
ns/iter (± 453
)3493
ns/iter (± 373
)0.98
indexed/500
3908
ns/iter (± 1511
)3973
ns/iter (± 871
)0.98
indexed/1000
4435
ns/iter (± 229
)4471
ns/iter (± 223
)0.99
indexed/10000
12246
ns/iter (± 3251
)9244
ns/iter (± 3193
)1.32
not
4029
ns/iter (± 579
)4000
ns/iter (± 561
)1.01
double_not
8471
ns/iter (± 173
)8487
ns/iter (± 133
)1.00
De_Morgan_not
5487
ns/iter (± 92
)5425
ns/iter (± 103
)1.01
load_policy
706762
ns/iter (± 13797
)694755
ns/iter (± 18800
)1.02
partial_and/1
20879
ns/iter (± 540
)20723
ns/iter (± 581
)1.01
partial_and/5
68892
ns/iter (± 1850
)68749
ns/iter (± 1856
)1.00
partial_and/10
129249
ns/iter (± 8416
)129729
ns/iter (± 3742
)1.00
partial_and/20
270101
ns/iter (± 5504
)269310
ns/iter (± 5335
)1.00
partial_and/40
590077
ns/iter (± 12863
)588626
ns/iter (± 8318
)1.00
partial_and/80
1358887
ns/iter (± 15842
)1360072
ns/iter (± 15604
)1.00
partial_and/100
1815391
ns/iter (± 16736
)1815872
ns/iter (± 30070
)1.00
partial_rule_depth/1
62335
ns/iter (± 2188
)62249
ns/iter (± 2270
)1.00
partial_rule_depth/5
213979
ns/iter (± 5541
)214951
ns/iter (± 5199
)1.00
partial_rule_depth/10
487069
ns/iter (± 9129
)483655
ns/iter (± 9403
)1.01
partial_rule_depth/20
1378005
ns/iter (± 26735
)1378092
ns/iter (± 25656
)1.00
partial_rule_depth/40
4913844
ns/iter (± 33362
)4932050
ns/iter (± 46496
)1.00
partial_rule_depth/80
27767464
ns/iter (± 1410960
)27431730
ns/iter (± 247395
)1.01
partial_rule_depth/100
49676116
ns/iter (± 627745
)49205424
ns/iter (± 588649
)1.01
This comment was automatically generated by workflow using github-action-benchmark.