v0.3.3
Polymake v0.3.3
Major bug fixed: due to empty default std::ostringstream
constructor libpolymake.so
was no longer compatible with the libstdc++
shipped with julia, which caused problems on linux distribution shipping newer versions of libstdc++
. This has been fixed in #252.
Closed issues:
- Error in printing of cones (#244)
- Julia 1.4 library compatibility problem on Linux. (#250)
- Polymake.jl doesn't work if user has too new C++ library (#251)
Merged pull requests:
- Mention DFG funding in README (#248) (@fingolfin)
- Enh/docstring polymake jl (#249) (@kalmarek)
- fix #251: adjust ostringstream constructor for recent libstdc++ (#252) (@benlorenz)