Using evaluate made initial implementation easy but it made debugging harder. Relying on a third-party to push frequent updates is always a gamble, too. In that light, and since an obscure concurrency-loading issue was found in #15, this release refactors the neural metrics completely. Each neural metric now solely relies on its own library. All neural metrics implementations are streamlined through a straightforward NeuralMetric class.
Full Changelog: v1.6.1...v1.7.0