Rob Reynolds

Results 53 comments of Rob Reynolds

We should change the [Releasing](https://github.com/hfst/hfst/wiki/Releasing#python-bindings) wiki page to have `python setup.py sdist bdist_wheel` instead of `python3 setup.py sdist`. I don't have write permissions in the repository yet, but if someone...

@eaxelson and @frankier, thanks for your help! :) > There are some changes in the API though. Any specific changes to look out for?

@eaxelson @frankier @TinoDidriksen do you know who has the permissions to upload a wheel for 3.8 to PyPI? Since this is building fine, hopefully getting a wheel uploaded should be...

I would be happy to do the work needed to upload wheels to PyPI for python 3.8 and python 3.9 (which was released earlier this month) and future versions of...

I started working on this, following the instructions the @santhoshtr linked to above, but have hit an error. Looks like `tr1` was renamed? ``` $ python3 setup.py build_ext --inplace /Users/robertreynolds/Library/Python/3.6/lib/python/site-packages/setuptools/dist.py:475:...

@frankier that was it. `setup.py` was adding that flag to ***all*** MacOS builds.

@flammie @eaxelson @frankier I have one question that is above my paygrade for this project. Python 2.7 hit EOL almost a year ago, and many python packages have dropped support....

FYI, I am working on the updates in a fork here (pypi branch): https://github.com/reynoldsnlp/hfst/tree/pypi.

Came across this: https://github.com/joerick/cibuildwheel Could be very nice to automate the python builds. This project is kind of complicated, so it might take some effort to get it set up,...