mit-han-lab / torchsparse

[MICRO'23, MLSys'22] TorchSparse: Efficient Training and Inference Framework for Sparse Convolution on GPUs.
https://torchsparse.mit.edu
MIT License
1.22k stars 143 forks source link

[Installation] Please tag the 2.1.0 code #311

Closed gspr closed 3 months ago

gspr commented 4 months ago

Is there an existing issue for this?

Have you followed all the steps in the FAQ?

Current Behavior

Documentation consistently refers to version 2.1.0, and prebuilt wheels for that version are provided. However, there's no corresponding git tag, so it's very hard to know what source code constitutes version 2.1.0. This is bad for reproducibility. Please consider tagging all versioned releases.

Error Line

$ git tag | grep v2.0.0 | wc -l 
1
$ git tag | grep v2.1.0 | wc -l 
0

Environment

N/A

Full Error Log

No response

zhijian-liu commented 3 months ago

Please use the main branch as v2.1.0

gspr commented 3 months ago

On 31 July 2024 17:18:31 CEST, Zhijian Liu @.***> wrote:

Please use the main branch as v2.1.0

Thanks for getting back to me.

I'm sorry, but I don't think I understand your suggestion. Any branch with multiple commits – such as obviously master/main, but also the v2.1.0 branch – is unsuitable as a representation of a versioned release.

Which commit on the suggested branch reflects version 2.1.0?