File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
include/NumCpp/Core/Internal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ project("HelloWorld" CXX)
3232
3333add_executable(${PROJECT_NAME} main.cpp)
3434
35- find_package(NumCpp 2.15.1 REQUIRED)
35+ find_package(NumCpp 2.16.0 REQUIRED)
3636target_link_libraries(${PROJECT_NAME}
3737 NumCpp::NumCpp
3838)
@@ -50,7 +50,7 @@ add_executable(${PROJECT_NAME} main.cpp)
5050include(FetchContent)
5151FetchContent_Declare(NumCpp
5252 GIT_REPOSITORY https://github.com/dpilger26/NumCpp
53- GIT_TAG Version_2.15.1 )
53+ GIT_TAG Version_2.16.0 )
5454FetchContent_MakeAvailable(NumCpp)
5555
5656target_link_libraries(${PROJECT_NAME}
Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## Version 2.15.1
3+ ## Version 2.16.0
44
55* fixed ** Issue #144 ** , ` outer ` function now operates on arrays of different sizes
66* fixed ** Issue #215 ** , ` pinv ` function has been corrected
Original file line number Diff line number Diff line change 3030namespace nc
3131{
3232 // NOLINTNEXTLINE(cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays)
33- constexpr char VERSION[] = " 2.15.1 " ; // /< Current NumCpp version number
33+ constexpr char VERSION[] = " 2.16.0 " ; // /< Current NumCpp version number
3434} // namespace nc
You can’t perform that action at this time.
0 commit comments