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

Fix differentiate of AbstractArrays #108

Merged
merged 2 commits into from
Jun 25, 2019
Merged

Fix differentiate of AbstractArrays #108

merged 2 commits into from
Jun 25, 2019

Conversation

saschatimme
Copy link
Collaborator

Previously differentiate([x+y,y+z],[x,y,z]) would return a 3 x 2
matrix instead of the more commonly used 2 x 3 matrix.

Previously `differentiate([x+y,y+z],[x,y,z])` would return a 3 x 2 
matrix instead of the more commonly used 2 x 3 matrix.
@coveralls
Copy link

coveralls commented Jan 22, 2019

Coverage Status

Coverage decreased (-1.9%) to 90.214% when pulling 787e387 on st/fix-jacobian into a789f50 on master.

@codecov-io
Copy link

codecov-io commented Jan 22, 2019

Codecov Report

Merging #108 into master will decrease coverage by 1.47%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #108      +/-   ##
=========================================
- Coverage   92.17%   90.7%   -1.48%     
=========================================
  Files          17      18       +1     
  Lines         588     624      +36     
=========================================
+ Hits          542     566      +24     
- Misses         46      58      +12
Impacted Files Coverage Δ
src/differentiation.jl 80.76% <100%> (ø) ⬆️
src/conversion.jl 84% <0%> (-16%) ⬇️
src/rational.jl 91.66% <0%> (-8.34%) ⬇️
src/term.jl 88.63% <0%> (-3.96%) ⬇️
src/polynomial.jl 95.6% <0%> (ø) ⬆️
src/promote.jl 0% <0%> (ø)
src/comparison.jl 83.09% <0%> (+2.21%) ⬆️
src/division.jl 100% <0%> (+3.12%) ⬆️
src/show.jl 93.84% <0%> (+9.12%) ⬆️

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 a789f50...787e387. Read the comment docs.

@blegat
Copy link
Member

blegat commented Jan 22, 2019

Could you mention it in the documentation and add your example ?

@saschatimme saschatimme self-assigned this Feb 9, 2019
@saschatimme
Copy link
Collaborator Author

I somehow forgot about this 😅 I added some docs. Since this is technically breaking, I think we need to bump the version to 0.3.0. What do you think @blegat ?

Copy link
Member

@blegat blegat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, this should be mentioned in the release notes

@saschatimme saschatimme merged commit 23df2b3 into master Jun 25, 2019
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

4 participants