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

Version 0.4.0 #406

Merged
merged 18 commits into from
Aug 21, 2020
Merged

Version 0.4.0 #406

merged 18 commits into from
Aug 21, 2020

Conversation

dphogan
Copy link
Contributor

@dphogan dphogan commented Aug 21, 2020

Thank you for submitting your PR. Please read the template below, fill it out as appropriate, and make additional changes to your code as needed. Please feel free to submit your PR even if it doesn't satisfy all of the requirements below - simply prepend [WIP] to the PR title until it is ready for review by a maintainer. If you need assistance or review from a maintainer, add the label Status: Help Needed or Status: Review Needed respectively. After review, a maintainer will add the label Status: Revision Needed if further work is required for the PR to be merged.

Description

Updating master branch to version 0.4.0

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected - these changes will not be merged until major releases!)

How Has This Been Tested?

Please describe tests that you added to the pytest codebase (if applicable).

Checklist:

  • My PR has a descriptive title
  • My code follows PEP8
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new errors
  • I have added tests that prove my fix is effective or that my feature works
  • My PR passes Travis CI tests
  • My PR does not reduce coverage in Codecov

If your PR does not fulfill all of the requirements in the checklist above, that's OK! Just prepend [WIP] to the PR title until they are all satisfied. If you need help, @-mention a maintainer and/or add the Status: Help Needed label.

@codecov
Copy link

codecov bot commented Aug 21, 2020

Codecov Report

Merging #406 into master will decrease coverage by 0.56%.
The diff coverage is 28.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #406      +/-   ##
==========================================
- Coverage   55.94%   55.37%   -0.57%     
==========================================
  Files          82       82              
  Lines        7213     7135      -78     
==========================================
- Hits         4035     3951      -84     
- Misses       3178     3184       +6     
Impacted Files Coverage Δ
solaris/eval/scot.py 4.05% <4.05%> (ø)
solaris/eval/challenges.py 61.62% <11.11%> (-15.50%) ⬇️
solaris/eval/vector.py 87.89% <94.73%> (-2.45%) ⬇️
solaris/__init__.py 100.00% <100.00%> (ø)
solaris/eval/__init__.py 100.00% <100.00%> (ø)
tests/test_eval/vector_test.py 100.00% <100.00%> (ø)
solaris/nets/transform.py 62.90% <0.00%> (+0.80%) ⬆️

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 a6e8d48...07a22d4. Read the comment docs.

@dphogan dphogan merged commit e596041 into master Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants