vislearn/FrEIA

Incoherence between version

mjack3 opened this issue · 0 comments

If you install this amazing repo by pip install FrEIA you will see that version 0.2 is installed.
However, if you take a look at some things, it is easy to note that you are installing the main brach instead the 0.2.

Here an example. This code works

import FrEIA.framework as Ff
Ff.GraphINN([])

If you look at this repository, v0.2 is released in february but in pYpI is released in July.