Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change development version number structure #271

Merged
merged 10 commits into from
Apr 8, 2022
Merged

Change development version number structure #271

merged 10 commits into from
Apr 8, 2022

Conversation

bwohlberg
Copy link
Collaborator

For development versions, append short git commit tag to version number to aid in identifying specific version in use.

Also, minor doc string style fixes.

@bwohlberg bwohlberg added the developer Developer environment: issues related to CI, git, etc. label Apr 7, 2022
@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #271 (7889814) into main (e321920) will decrease coverage by 0.03%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
- Coverage   93.89%   93.85%   -0.04%     
==========================================
  Files          50       51       +1     
  Lines        3683     3696      +13     
==========================================
+ Hits         3458     3469      +11     
- Misses        225      227       +2     
Flag Coverage Δ
unittests 93.85% <85.71%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
scico/optimize/admm.py 96.07% <ø> (ø)
scico/_version.py 84.61% <84.61%> (ø)
scico/__init__.py 87.50% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e321920...7889814. Read the comment docs.

@bwohlberg bwohlberg merged commit b37a72c into main Apr 8, 2022
@bwohlberg bwohlberg deleted the brendt/version branch April 8, 2022 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer Developer environment: issues related to CI, git, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants