MAIF / melusine

📧 Melusine: Use python to automatize your email processing workflow
https://maif.github.io/melusine
Other
352 stars 58 forks source link

Different versions between GitHub and Pypi.org #125

Closed Maxime-POULAIN-Verlingue closed 2 years ago

Maxime-POULAIN-Verlingue commented 2 years ago

Hey !

I have tried to reinstall Melusine since I had the version 2.3.1 of october. I saw on GitHub that changes have been made on NLP tools (the Phraser object for example).

First, I uninstalled melusine with : pip uninstall melusine. When I did : pip install melusine. It downloaded melusine 2.3.2. image

However, when I tried to use the new version of the class Phraser, there was a mistake. The code downloaded with pip has still the old version of the file "phraser.py". So there are differences between the code of melusine in GitHub and the code we can download with pip.

The ...\Lib\site-packages\melusine\nlp_tools\phraser.py that I have in my virtual env : image

The phraser.py file in GitHub : image

Is it normal ? Am I the only one to have this problem ?

Thank you !

TFA-MAIF commented 2 years ago

Hello,

Thank you for noticing. Yes we are aware of the discrepencies. We are actually merging multiple contributions so we do it by iterations.

Your previous contribution is also in line to be integrated. Sorry for the temporary discrepency. This will be fixed in a couple of weeks with a new release of Melusine. And we will give you details in the release note.

Best regards, Tiphaine

Maxime-POULAIN-Verlingue commented 2 years ago

Okay, thank you for the quick reply !

I will try to download the last version from GitHub pending the new official release.

Have a good day !