tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
352 stars 86 forks source link

New pypi version? #10

Closed dellis23 closed 4 years ago

dellis23 commented 8 years ago

I'd like to use some of the newer features, namely the error_pos argument to RSCodec.decode. It seems like the latest version in pypi is 0.3. Is it possible to get the latest version pushed?

kc2rxo commented 4 years ago

Old issue, but ran into this today after 4 hours of fighting with my system and trying other implementations only to discover this was causing me pain. Took digging into the source that pypi installed for me to notice the difference.

If anything just mention it at the top of the README that v0.3 is what pypi is sourcing, not the master.

lrq3000 commented 4 years ago

@tomerfiliba if you give me access to the reedsolo repo on pypi (same account name there, LRQ3000 in lowercase), then I can take care of updating it.

lrq3000 commented 4 years ago

@tomerfiliba Also if you give me access to this repo I can merge in the 2 remaining PRs which corrects a few issues and compatibility with Python 3.7

tomerfiliba commented 4 years ago

@lrq3000 done

lrq3000 commented 4 years ago

@tomerfiliba Ok awesome! Thank you very much, I'll take care of these updates right away!

lrq3000 commented 4 years ago

Done, and I cleaned up a bit the code to upgrade to Python 3.7 and make Travis CI happy again, I think we can close this issue :-) Please reopen if pip install --upgrade reedsolo does not fix your issue!