I'm preparing to release wn 0.1.0 on PyPI and, for the most part, it will not be compatible with the current release (0.0.23). The requirements.txt file in this repository says wn>=0.0.19, meaning it will pull a later version if one is available. I suggest pinning this to wn==0.0.23 so things won't break. When the new release has reached feature parity with the old one (in particular, see https://github.com/goodmami/wn/issues/40), then perhaps it could be updated to use the new module.
I'm preparing to release wn 0.1.0 on PyPI and, for the most part, it will not be compatible with the current release (0.0.23). The requirements.txt file in this repository says
wn>=0.0.19
, meaning it will pull a later version if one is available. I suggest pinning this town==0.0.23
so things won't break. When the new release has reached feature parity with the old one (in particular, see https://github.com/goodmami/wn/issues/40), then perhaps it could be updated to use the new module.