mariomulansky / PySpike

Python implementation of spike distance metrics
http://mariomulansky.github.io/PySpike
Other
71 stars 30 forks source link

Generated file `pyspike/cython/cython_simulated_annealing.c` erroneously tracked by git #72

Closed gspr closed 4 months ago

gspr commented 11 months ago

Version 0.8.0 ships with the generated file pyspike/cython/cython_simulated_annealing.c erroneously tracked by git. Please consider dropping it from the git repository, and creating a new release (this is significant for the PySpike package that I maintain in Debian). Thanks!

kay-horst commented 4 months ago

There was a misunderstanding – #78 did not fix this issue, but rather was a precondition for the current one, as it added .gitignore.

I did not want to do both in one step to make the change for the current issue more transparent.

thomaskreuz commented 4 months ago

Resolved. Thanks!