0.2.4
Added:
- Support for using
jax
as backend oftensornetwork
when settinguse_jit=True
in theNumpyModel
. The interface is not affected by this change, but performance of the model is significantly improved.
Fixed:
- Fix a bug that caused the
BobcatParser
and theWebParser
to trigger an SSL certificate error using Windows. - Fix false positives in assigning conjunction rule using the
CCGBankParser
. The rule, + X[conj] -> X[conj]
is a case of removing left punctuation, but was being assigned conjunction erroneously.