Skip to content

Remove `evaluate` dependency

Latest

Choose a tag to compare

@BramVanroy BramVanroy released this 02 May 09:06
· 7 commits to main since this release

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.

closes #7
closes #15

Full Changelog: v1.6.1...v1.7.0