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

Julia v0.7 #191

Merged
32 commits merged into from Jul 11, 2018
Merged

Julia v0.7 #191

32 commits merged into from Jul 11, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jan 15, 2018

No description provided.

Joe Petviashvili and others added 16 commits January 14, 2018 23:19
* require latest julia

* drop support for julia v0.6

* drop support for julia v0.6
* require latest julia

* drop support for julia v0.6

* drop support for julia v0.6

* preserve type

* fix memory leak in assignment

* release only if returned array is different

* add iota

* sort by key

* fix indexing types

* fix some warnings

* fix more warnings

* fix more warnings

* more imports

* fix sparse warnings

* fix imports

* fix warnings

* revert back

* fix more warnings

* silent startup

* add std, fix #194

* fix types for sum of booleans and bytes

* add topk

* add eye

* Sum over an iterator (#195)

* Flexible interface for linspace and range (#196)

* Implementation change of range (#198)

* Avoid indexing in range

* Make return types of linspace and range explicite

* make broadcast work

* fix broadcast

* already imported

* remove autodiff

* undef

* use structs and nothing

* no more linspace

* add FFTW and DSP as required

* fix deprecation

* fix warnings

* fix warnings

* import without warnings
@codecov-io
Copy link

codecov-io commented Apr 15, 2018

Codecov Report

Merging #191 into master will increase coverage by 46.93%.
The diff coverage is 98.57%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #191       +/-   ##
===========================================
+ Coverage   49.02%   95.95%   +46.93%     
===========================================
  Files           9        8        -1     
  Lines        1697      693     -1004     
===========================================
- Hits          832      665      -167     
+ Misses        865       28      -837
Impacted Files Coverage Δ
src/scope.jl 90.9% <ø> (+10.13%) ⬆️
src/common.jl 100% <ø> (ø) ⬆️
src/fft.jl 100% <ø> (+22.06%) ⬆️
src/indexing.jl 97.72% <100%> (+15.06%) ⬆️
src/array.jl 100% <100%> (+30.46%) ⬆️
src/random.jl 100% <100%> (ø) ⬆️
src/wrap.jl 98.06% <100%> (+67.76%) ⬆️
src/util.jl 86.79% <85.71%> (+20.52%) ⬆️
src/graphics.jl
... and 5 more

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 12d41f8...3592b28. Read the comment docs.

@ghost ghost changed the title WIP: Julia v0.7 Julia v0.7 May 4, 2018
@ghost
Copy link
Author

ghost commented Jul 11, 2018

Merge 0.7 branch

@ghost ghost merged commit 943405b into master Jul 11, 2018
@ghost ghost deleted the julia-v0.7 branch August 8, 2018 17:50
This pull request was closed.
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

1 participant