Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-10 | 622 Bytes | |
v0.16.0 source code.tar.gz | 2024-06-10 | 39.3 kB | |
v0.16.0 source code.zip | 2024-06-10 | 48.8 kB | |
Totals: 3 Items | 88.8 kB | 0 |
CxxWrap v0.16.0
Breaking changes
There was no change in the API, but because of a change in the way the mapping between C++ and Julia types is implemented the C++ modules need to be recompiled against libcxxwrap-julia
0.13.
The reason for this change is that the old method caused crahses on macOS with Apple CPUs (M1, ...).
Merged pull requests: - StdSet and StdMultiset support (#434) (@PraneethJain) - Cxxwrap 0.16 (#438) (@barche) - Update Readme (#439) (@barche)
Closed issues: - Release v0.15.1 (#430)