torch-fidelity icon indicating copy to clipboard operation
torch-fidelity copied to clipboard

when there will be next release?

Open Borda opened this issue 2 years ago • 3 comments

Hello, we have implemented a metric based on the latest version of this package but PyPPI has the last 0.3.0 and PyPI does not allow any dependency outside their registry so when we refer master no user could use it... Would it be possible to make a release any time soon? Thank you

cc: @SkafteNicki

Borda avatar Aug 04 '23 18:08 Borda

Hi, thanks for your interest in the toolkit.

I'm confused why PPL is inaccessible in 0.3.0; I can see it inside the wheel: https://files.pythonhosted.org/packages/dd/72/687a54bab9a11e351cff3859ece48fb58e13786a493eb13a5da32b42de32/torch_fidelity-0.3.0.tar.gz under torch_fidelity/metric_ppl.py.

I just had a chance to follow the torchmetrics PR comments (https://github.com/Lightning-AI/torchmetrics/pull/1939#issuecomment-1669295574). In any case, the release of 0.4.0 is not blocking your work?

In any case, 0.4.0 will be coming soon-ish, with more metrics, some of which aren't in master yet. Stay tuned!

toshas avatar Aug 08 '23 12:08 toshas

In any case, the release of 0.4.0 is not blocking your work?

we have just figured out a way of using the latest release only, but it still would be nice to have a release out after so many years :) on the PyPI issue https://discuss.python.org/t/packages-installed-from-pypi-cannot-depend-on-packages-which-are-not-also-hosted-on-pypi/3736

Borda avatar Aug 08 '23 13:08 Borda