File tree Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Expand file tree Collapse file tree 4 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.0] - 2021-08-23
4+
5+ ### Fixed
6+
7+ - Bug wrt const return type path in type-caster (#83 )
8+ - Bug where TC input was copied (#83 )
9+ - Bug wrt handling of input arrays smaller than pre-allocation limit (#85 )
10+ - Remove unused variables (#84 )
11+
12+ ### Enhancements
13+
14+ - CARMA is now compatible with `` FIND_PACKAGE(carma CONFIG) `` (#81 , #82 )
15+ - introduces `` to_numpy_view `` a read-only view on ArmaT as non-writeable array
16+
317## [ 0.5.2] - 2021-07-19
418
519### Fixed
Original file line number Diff line number Diff line change 11CMAKE_MINIMUM_REQUIRED (VERSION 3.16)
22
33SET (CARMA_VERSION_MAJOR 0)
4- SET (CARMA_VERSION_MINOR 5 )
5- SET (CARMA_VERSION_PATCH 2 )
4+ SET (CARMA_VERSION_MINOR 6 )
5+ SET (CARMA_VERSION_PATCH 0 )
66SET (CARMA_VERSION_INFO "${CARMA_VERSION_MAJOR} .${CARMA_VERSION_MINOR} .${CARMA_VERSION_PATCH} " )
77
88PROJECT (
Original file line number Diff line number Diff line change 2222author = 'R. Urlus'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.5.2 '
25+ release = '0.6.0 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 3333
3434#ifndef CARMA_VERSION_MAJOR
3535 #define CARMA_VERSION_MAJOR 0
36- #define CARMA_VERSION_MINOR 5
37- #define CARMA_VERSION_PATCH 2
38- #define CARMA_VERSION_NAME "0.5.2 HO"
36+ #define CARMA_VERSION_MINOR 6
37+ #define CARMA_VERSION_PATCH 0
38+ #define CARMA_VERSION_NAME "0.6.0 HO"
3939#endif
4040
4141namespace carma {
You can’t perform that action at this time.
0 commit comments