Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Callidior committed Nov 5, 2015
1 parent c47e9f6 commit 31cf007
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
ARTOS Changelog
===============

Version 1.3 (2015-11-05)
------------------------

- [Improvement] If there are more training images than RAM available, caching of the entire images containing positive samples may now be turned off
by setting the CMake option `CACHE_POSITIVES` to `OFF`.
- [Fix] Compatibility of PyARTOS with Pillow >= 2.0
- [Fix] Fixed a minor bug with clustering


Version 1.2 (2015-11-02)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)

PROJECT(ARTOS)

set(BUILD_VERSION "1.2")
set(BUILD_VERSION "1.3")
set(API_VERSION 1)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/../cmake/")
Expand Down

0 comments on commit 31cf007

Please sign in to comment.