-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded package to work with Julia 0.6 and Images 0.12.
* Removed references to image types. Pyramids now works exclusively with arrays. * Changed all elementwise operations on matrices to use the "dot" form instead. (cos -> cos., etc) * Upgraded test configuration to use Julia 0.6 in addition to release build. * Updated REQUIRE to reflect upgrade to Julia 0.6. * Changed the conversion methods for loading an RGB demo in the frame_interpolation.jl demo to reflect the new way to convert images in Images 0.12. * Removed references to Image type in the README.md file.
- Loading branch information
1 parent
c474808
commit 2ef607c
Showing
7 changed files
with
72 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
julia 0.4 | ||
Images 0.5 | ||
Interpolations 0.3 | ||
Colors 0.6 | ||
julia 0.6 | ||
Images 0.12 | ||
Interpolations 0.7 | ||
Colors 0.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.