nebneuron / Simplicial.jl

A package for various computations with simplicial complexes, combinatorial codes, directed complexes and their filtrations.
Other
27 stars 9 forks source link

not fully tested with Julia 1.0 #24

Closed vitskov closed 3 years ago

vitskov commented 5 years ago

Someone needs to fully test Simplicial with Julia 1 It is known that canonical_form does not work in Julia 1, but the proposed replacement does work as prescribed (and is much faster..)

vitskov commented 5 years ago

compatibility with Julia 0.7 was mostly established -- modulo some issues with the function show(). The color does not seem to work properly. Very few functionality was tested with Julia 1

In Julia 1

vitskov commented 4 years ago

In Julia version 1.5 things are broken again..