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

next release v1.14.0 #51

Merged
merged 19 commits into from
Dec 2, 2020
Merged

next release v1.14.0 #51

merged 19 commits into from
Dec 2, 2020

Conversation

casperdcl
Copy link
Owner

@casperdcl casperdcl commented Nov 18, 2020

  • add --loc=surviving|insertions|deletions (add options for meaning of LoC #50)
    • modifies meaning of loc (default: surviving unless --cost is specified)
    • make insertions/deletions find all historical file names (not just those in current tree)
      • also warn that more things may need to be added to --excl
    • if --cost is specified, alters default of (unspecified) loc
  • add & update tests
  • fix logging
  • major framework upgrade
    • drop explicit py3.2, 3.3, 3.4 support (not tested)
    • add & test py3.9
    • migrate to setuptools/setup.cfg
    • upgrade & fix snap build
    • add pre-commit hooks
    • automate linting comments
  • misc documentation updates

@casperdcl casperdcl self-assigned this Nov 18, 2020
@codecov-io
Copy link

codecov-io commented Nov 18, 2020

Codecov Report

Merging #51 (911f390) into master (639102f) will increase coverage by 10.35%.
The diff coverage is 88.88%.

@@             Coverage Diff             @@
##           master      #51       +/-   ##
===========================================
+ Coverage   84.16%   94.52%   +10.35%     
===========================================
  Files           3        3               
  Lines         341      365       +24     
  Branches       70       77        +7     
===========================================
+ Hits          287      345       +58     
+ Misses         45       17       -28     
+ Partials        9        3        -6     

@casperdcl casperdcl merged commit 5c6ce59 into master Dec 2, 2020
@casperdcl
Copy link
Owner Author

/tag v1.14.0 5c6ce59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add options for meaning of LoC
2 participants