Skip to content

Commit b7b8fe4

Browse files
author
HeroicKatora
authored
Merge pull request #220 from image-rs/release-0.2.2
Release notes and version bump to 0.2.2
2 parents cb2b1db + e7bee0e commit b7b8fe4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## v0.2.1 (2012-12-09)
5+
## v0.2.2 (2022-02-12)
6+
7+
- Added and SSE3-specific SIMD intrinsic implementation for idct and color
8+
conversion. It will run if applicable targets are detect at _runtime_.
9+
- The SIMD implementation is not bit-for-bit compatible with non-SIMD output.
10+
You can enable the `platform_independent` feature, to ensure that only
11+
bit-for-bit equivalent code runs and output is the same on all platforms.
12+
- Improved performance some more by avoiding bounds checks with array types.
13+
- Multithreading is now used more frequently, without the rayon target, except
14+
on an explicit list of unsupported platforms.
15+
16+
## v0.2.1 (2022-12-09)
617

718
- Fix decoding error due to conflict of lossless with some spectral selections.
819

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpeg-decoder"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["The image-rs Developers"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)