Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 2.47 KB

CHANGES.md

File metadata and controls

67 lines (43 loc) · 2.47 KB

PopSift Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Fixed

Removed

[1.0.0] - YYYY-MM-DD

Added

  • Improved checks for CUDA textures PR
  • CMake: Improved support for all Cuda CC PR
  • CMake: support for cuda 11 PR
  • Support for Cuda CC 7 cards (RTX 2080) PR
  • Support for Boost 1.70 PR
  • Support for device selection and multiple GPUs PR

Fixed

  • CMake: fixes to allow building on Windows using vcpkg PR
  • Fix race condition PR

Changed

  • Improved resource releasing PR

Removed

  • Remove boost dependency from the main library PR

2019

  • Bugfix: Support for images with different resolutions PR

2018

2017

  • Grid filtering PR
  • Improved Gauss filtering PR
  • Support asynchronous SIFT extraction PR
  • Windows port PR

2016

  • Switch to modern CMake PR
  • Travis CI Linux PR
  • First open-source release