File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ### Fixed
10+ - Fix function signature on Windows ([ #494 ] ( https://github.com/stack-of-tasks/eigenpy/pull/494 ) )
11+
912## [ 3.8.1] - 2024-08-25
1013
1114### Fixed
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020-2022 INRIA
2+ * Copyright 2020-2024 INRIA
33 */
44
55#ifndef __eigenpy_numpy_hpp__
@@ -215,7 +215,7 @@ EIGENPY_DLLAPI PyArray_Descr* call_PyArray_DescrFromType(int typenum);
215215
216216EIGENPY_DLLAPI void call_PyArray_InitArrFuncs (PyArray_ArrFuncs* funcs);
217217
218- EIGENPY_DLLAPI int call_PyArray_RegisterDataType (PyArray_Descr * dtype);
218+ EIGENPY_DLLAPI int call_PyArray_RegisterDataType (PyArray_DescrProto * dtype);
219219
220220EIGENPY_DLLAPI int call_PyArray_RegisterCanCast (PyArray_Descr* descr,
221221 int totype,
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2020-2022 INRIA
2+ * Copyright 2020-2024 INRIA
33 */
44
55#include " eigenpy/numpy.hpp"
You can’t perform that action at this time.
0 commit comments