Michael Penkov
Michael Penkov
in .travis.yml: - [ ] Build Python 3.10 wheels - [ ] Perform the wheel builds regularly, so we know when something breaks - [ ] Document the separate travis.yml...
Disabled coverage in https://github.com/RaRe-Technologies/gensim/commit/0bd1d0651f7a52e1b6bb38529161e395986a803e I tried running coverage under different Python versions but it did not seem to help. It'd be good to figure out what the problem is. If...
See the suggestions here: https://github.com/RaRe-Technologies/gensim/pull/3286#issuecomment-1050561253
In gensim/models/fasttext.py: ```python model = FastText( vector_size=m.dim, vector_size=m.dim, window=m.ws, window=m.ws, epochs=m.epoch, epochs=m.epoch, negative=m.neg, negative=m.neg, # FIXME: these next 2 lines read in unsupported FB FT modes (loss=3 softmax or loss=4...
https://github.com/RaRe-Technologies/gensim/wiki/Maintainer-page is out of date - We don't use gensim-wheels repo anymore - everything happens in the main gensim repo - Wheel building is less of a pain now -...
We can build Windows wheels under Github Actions now: https://blog.devgenius.io/write-your-github-actions-workflow-for-build-windows-application-94e5a989f477 Currently, those wheels get built using Appveyor for the gensim-wheels repo.
Thanks! Shouldn't these versions match `setup.py` though? I forgot what exactly needs to be updated where, so everything's in sync… @mpenkov could you please summarize the way we update dependencies...
OK, we can deal with this separately. _Originally posted by @mpenkov in https://github.com/RaRe-Technologies/gensim/pull/3169#discussion_r660297089_
I've already retrieved some WHOIS records and stashed them in a file. Now I want to parse them (without retrieving them again). Is there a way to access the WHOIS...
I get the following exception when sending a task to a non-default queue (top line of the trace is my own code): ``` File "/Users/misha/pn/dbi2/dbi2/server.py", line 581, in add_input celery.absorb_input_file.apply_async(kwargs=task_kwargs)...