File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
### Other
17
17
18
+ - release ([ #59 ] ( https://github.com/danieleades/arithmetic-coding/pull/59 ) )
19
+ - * (ci)* add cargo-deny check ([ #60 ] ( https://github.com/danieleades/arithmetic-coding/pull/60 ) )
20
+ - de-duplicate 'state' code ([ #57 ] ( https://github.com/danieleades/arithmetic-coding/pull/57 ) )
21
+ - implement 'BitStore' for usize ([ #41 ] ( https://github.com/danieleades/arithmetic-coding/pull/41 ) )
22
+ - Update fenwick requirement from 1.0.0 to 2.0.0 ([ #38 ] ( https://github.com/danieleades/arithmetic-coding/pull/38 ) )
23
+ - General improvements ([ #36 ] ( https://github.com/danieleades/arithmetic-coding/pull/36 ) )
24
+ - Use binary search in fenwick model ([ #35 ] ( https://github.com/danieleades/arithmetic-coding/pull/35 ) )
25
+ - improve test coverage ([ #26 ] ( https://github.com/danieleades/arithmetic-coding/pull/26 ) )
26
+ - address lints ([ #24 ] ( https://github.com/danieleades/arithmetic-coding/pull/24 ) )
27
+ - add cargo fuzz target ([ #21 ] ( https://github.com/danieleades/arithmetic-coding/pull/21 ) )
28
+ - Add bench test ([ #20 ] ( https://github.com/danieleades/arithmetic-coding/pull/20 ) )
29
+ - move traits into a 'core' crate ([ #19 ] ( https://github.com/danieleades/arithmetic-coding/pull/19 ) )
30
+
31
+ ## [ 0.1.0] ( https://github.com/danieleades/arithmetic-coding/releases/tag/fenwick-model-v0.1.0 ) - 2024-09-12
32
+
33
+ ### Added
34
+
35
+ - [ ** breaking** ] Allow compiling with stable toolchain ([ #64 ] ( https://github.com/danieleades/arithmetic-coding/pull/64 ) )
36
+
37
+ ### Other
38
+
18
39
- * (ci)* add cargo-deny check ([ #60 ] ( https://github.com/danieleades/arithmetic-coding/pull/60 ) )
19
40
- de-duplicate 'state' code ([ #57 ] ( https://github.com/danieleades/arithmetic-coding/pull/57 ) )
20
41
- implement 'BitStore' for usize ([ #41 ] ( https://github.com/danieleades/arithmetic-coding/pull/41 ) )
You can’t perform that action at this time.
0 commit comments