-
Notifications
You must be signed in to change notification settings - Fork 76
Yet another PR for Julia v1 #110
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
Closed
Closed
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
ce68214
Resolve deprecation warnings for v0.7
halleysfifthinc 4bf5b9b
Drop v0.5 and v0.6, add v0.7
halleysfifthinc 497519e
Remove precompile statement
halleysfifthinc 412151e
Make MatlabString const (Only used as a singleton)
halleysfifthinc de295c2
Update .travis.yml
halleysfifthinc 439f035
Fix HDF5 build hang on OSX
halleysfifthinc 27fae3d
Didn't work
halleysfifthinc abdcc68
Take #2 to fix Travis on OSX
halleysfifthinc d974cdc
Update REQUIRE
halleysfifthinc 1ea692b
Fix Complex reads
halleysfifthinc ccad554
Avoid copying string
halleysfifthinc 3f090ae
Simplify read_complex
halleysfifthinc 835bf4b
Simplify read(obj, ::Type{Array{Bool}})
halleysfifthinc c40d0e0
Add two more tests for complex writes
halleysfifthinc 4cf604e
Simplify m_writearray
halleysfifthinc da1cdaf
Simplify silly bit-twiddling in m_write
halleysfifthinc c60910b
Change potentially costly length call
halleysfifthinc c9a85b9
Preserve magic and identifier during unsafe copy
halleysfifthinc fbbde1b
Fix extra copies in read(obj, ::Type{Array{Bool}})
halleysfifthinc a1e7ae6
Fix extra copies in read_matrix
halleysfifthinc a5a874e
Resolve deprecation warnings for v0.7
halleysfifthinc a221115
Drop v0.6
halleysfifthinc a1fc40c
Remove precompile statement
halleysfifthinc c65debe
Make MatlabString const (Only used as a singleton)
halleysfifthinc e5998ae
Update .travis.yml
halleysfifthinc 33f7418
Fix HDF5 build hang on OSX
halleysfifthinc 9d6ce95
Didn't work
halleysfifthinc 044bda6
Take #2 to fix Travis on OSX
halleysfifthinc 3471b03
Fix Complex reads
halleysfifthinc a60bf9c
Avoid copying string
halleysfifthinc 8a1d2d4
Simplify read_complex
halleysfifthinc 8286039
Simplify read(obj, ::Type{Array{Bool}})
halleysfifthinc e056598
Add two more tests for complex writes
halleysfifthinc 43facae
Simplify m_writearray
halleysfifthinc 02de0ed
Simplify silly bit-twiddling in m_write
halleysfifthinc aa3e95a
Change potentially costly length call
halleysfifthinc 7796d77
Preserve magic and identifier during unsafe copy
halleysfifthinc 6138fcd
Fix extra copies in read(obj, ::Type{Array{Bool}})
halleysfifthinc 227d129
Fix extra copies in read_matrix
halleysfifthinc faa1e9f
Fix extra copies
nicoleepp d922093
Fix the last two remaining copies
halleysfifthinc fe0cdae
Merge branch 'ne/fix-copies' into v0.7-update
halleysfifthinc 137010c
require HDF5 0.11.0
jruohio-invn 1dc40e2
Merge branch 'v0.7-update' of https://github.com/halleysfifthinc/MAT.jl
jruohio-invn 571b051
Remove v0.7 testing
jruohio-invn d319ab4
add windows testing
jruohio-invn 3c71db9
Revert "add windows testing", as Windows builds are now only in early…
jruohio-invn aad8230
Since travis osx failed on 1.0, add 1.1, and comment out hdf5 items s…
jruohio-invn e13658b
add more Julia version to Travis in order to try to figure out error …
jruohio-invn 30d1db0
don't allocate
jruohio-invn f952886
revert array of Julia versions in Travis: it is non-consistent, now o…
jruohio-invn d18fcbc
remove unused function
jruohio-invn ce54a6a
clean up boolean array type definition
jruohio-invn e74d0b6
Create temporary file name using function call `tempname()` instead o…
jruohio-invn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,5 +1,4 @@ | ||
| julia 0.6 | ||
| HDF5 | ||
| julia 0.7 | ||
| HDF5 0.11.0 | ||
| BufferedStreams 0.2.0 | ||
| Libz | ||
| Compat 1.0 | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,6 +1,4 @@ | ||
| using Compat | ||
| using Compat.SparseArrays | ||
| using Compat.LinearAlgebra | ||
| using SparseArrays, LinearAlgebra | ||
|
|
||
| include("read.jl") | ||
| include("write.jl") |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.