Skip to content

Commit ec9f0b0

Browse files
authored
docs: Add partial release notes for Boost 1.80 (#670)
Includes changes up to commit 25 from the table shown in <#667>.
1 parent f839504 commit ec9f0b0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

RELEASES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to [Boost.GIL](https://github.com/boostorg/gil/) project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [1.80.0] - 2022-08-10
7+
8+
### Added
9+
- Added `image` constructor from compatible view ([PR #520](https://github.com/boostorg/gil/pull/520))
10+
- Added inverse function for affine `matrix3x2` ([PR #527](https://github.com/boostorg/gil/pull/527))
11+
- Added Perona-Malik anisotropic diffusion algorithm [[PR #500](https://github.com/boostorg/gil/pull/500))
12+
- GSoC 2020: Add histogram class and related functionality ([PR #499](https://github.com/boostorg/gil/pull/499))
13+
- GSoC 2020: Add histogram equalization feature ([PR #514](https://github.com/boostorg/gil/pull/514))
14+
- GSoC 2020: Add histogram matching algorithm ([PR #515](https://github.com/boostorg/gil/pull/515))
15+
- Added ability to stack images either horizontally (`hstack`) or vertically (`vstack`) ([PR #506](https://github.com/boostorg/gil/pull/506))
16+
- Added adaptive histogram equalization algorithm ([PR #516](https://github.com/boostorg/gil/pull/516))
17+
- Added implementation of Hough transformations ([PR #512](https://github.com/boostorg/gil/pull/512))
18+
19+
### Changed
20+
- documentation: Display that GIL is a header-only library
21+
22+
### Fixed
23+
- Fixed conversion from RGB to signed CMYK ([PR #522](https://github.com/boostorg/gil/pull/522))
24+
- Removed unnecessary numeric cast in hsv.hpp ([PR #530](https://github.com/boostorg/gil/pull/530))
25+
- Fixed default constructor for `homogeneous_color_base` for reference pixel elements ([PR #542](https://github.com/boostorg/gil/pull/542))
26+
27+
### Acknowledgements
28+
29+
Samuel Debionne, Mateusz Łoskot, Debabrata Mandal, Harshit Pant, Olzhas Zhumabek
30+
631
## [1.75.0] - 2020-12-09
732

833
BREAKING: In next release, we are going to drop support for GCC 5. We may also change the required minimum C++ version from C++11 to C++14.

0 commit comments

Comments
 (0)