andgoldschmidt / derivative

Optimal numerical differentiation of noisy time series data in python.
https://derivative.readthedocs.io/en/latest/
Other
55 stars 8 forks source link

Git tag version releases #29

Closed Jacob-Stevens-Haas closed 1 year ago

Jacob-Stevens-Haas commented 1 year ago

Hey Andy, I'm trying to bump the requirement specifier for pysindy and looking for the first release that has a particular code change. The git repo only has tags for 0.3.1 and 0.4.2. Not sure what your release workflow is, but could you add a git tag when you release?

andgoldschmidt commented 1 year ago

Working on adding CI/CD with GitHub actions and poetry to resolve this. The test action under development has a poetry install that takes ~10 min., and it's unclear to me why. This might be another point in favor of Issue #27.

andgoldschmidt commented 1 year ago

CI added in #31, CD for releases is still TODO. Regarding the previous comment, I found that poetry install was too slow unless the poetry.lock file was committed.

Jacob-Stevens-Haas commented 1 year ago

Awesome, thanks Andy! Congrats on the CI!