Skip to content

Conversation

mlubin
Copy link
Member

@mlubin mlubin commented Jun 16, 2018

I stopped for the evening after getting to https://docs.julialang.org/en/latest/manual/interfaces/#man-interfaces-broadcasting-1. We have to implement this new broadcasting interface for JuMPArray.

@codecov
Copy link

codecov bot commented Jun 16, 2018

Codecov Report

Merging #1346 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1346   +/-   ##
=======================================
  Coverage   89.31%   89.31%           
=======================================
  Files          24       24           
  Lines        3387     3387           
=======================================
  Hits         3025     3025           
  Misses        362      362
Impacted Files Coverage Δ
src/containers.jl 92.1% <100%> (ø) ⬆️
src/operators.jl 96.7% <100%> (ø) ⬆️

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 4b7208a...31c4204. Read the comment docs.

@mlubin mlubin merged commit 5637a81 into master Jun 16, 2018
@mlubin mlubin deleted the ml/tinyfix branch June 16, 2018 01:31
@blegat
Copy link
Member

blegat commented Jun 16, 2018

@mlubin What's the status of JuliaArrays/AxisArrays.jl#84 ? Would it be easier to use AxisArrays ? Of course, it might take too much time if we want broadcasting to work on JuMPArray for JuMP-dev

@mlubin
Copy link
Member Author

mlubin commented Jun 16, 2018

I'm not aware of any actual progress on JuliaArrays/AxisArrays.jl#84. However, JuliaArrays/AxisArrays.jl#131 might be useful as an example for implementing the broadcast interface.

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

Successfully merging this pull request may close these issues.

2 participants