TorchSharp icon indicating copy to clipboard operation
TorchSharp copied to clipboard

Missing some release tags

Open hiyuh opened this issue 6 months ago • 0 comments

Describe the bug SSIA.

To Reproduce

$ git tag
0.1
libtorch-1.8.0.7
v0.95.4
v0.96.3
v0.99.3

Expected behavior

$ git tag
0.1
libtorch-1.8.0.7
v0.95.4
v0.96.3
v0.99.3
...
v0.105.1

Please complete the following information:

  • OS: all
  • Package Type: N/A
  • Version: greater than 0.99.3 (and most probably some ancient versions as well)

Additional context

  • sometimes i'd have to leave FIXME comments in my application source code to workaround TorchSharp's unwanted behaviors (mainly different behaviors against PyTorch for some reasons) w/ links to TorchSharp's exact source code lines through GitHub.
  • currently a possible way is to use commit hash; IIUC, based on RELEASENOTES.md history, 5d1a966d86d4f5f9eaf69f65db770be4dd7c1efe would be correspond to 0.105.1, but it's difficult to expect corresponding nuget packages version.

hiyuh avatar Aug 08 '25 05:08 hiyuh