modelon-community / PyFMI

PyFMI is a package for loading and interacting with Functional Mock-Up Units (FMUs) both for Model Exchange and Co-Simulation, which are compiled dynamic models compliant with the Functional Mock-Up Interface (FMI)
http://jmodelica.org/pyfmi
GNU Lesser General Public License v3.0
160 stars 38 forks source link

PyFMI on pypi with version 2.5 declared as “newest“ with no disclaimer that you are on 2.13.0? #242

Open marioGab opened 3 months ago

marioGab commented 3 months ago

On PyFMI's Pypi page the newest version is 2.5. There is no hint or anything that shows that this is not the newest version of PyFMI. There should be a huge disclaimer referring to github.

modelonrobinandersson commented 2 months ago

Hi @marioGab. We're aware of the issue, unfortunately it is not as easy to update as to my knowledge, that information is picked up automatically from setup.py. But even if we update setup.py it requires a successful build, and since this package is Cython based it requires a manylinux build before pypi can accept an updated package, which we currently don't have support for.