Skip to content

Conversation

@hayatoikoma
Copy link
Contributor

Slightly changed the interface of linspace and range. It should be compatible with the previous interface but allow more flexible typing.

@ghost ghost merged commit bcb61a6 into JuliaGPU:master Mar 9, 2018
ghost pushed a commit that referenced this pull request Apr 12, 2018
* 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
ghost pushed a commit that referenced this pull request Jul 11, 2018
* make it work with 0.7

* run on nightly only

* clean old code (#192)

* require latest julia

* drop support for julia v0.6

* drop support for julia v0.6

* no warnings on import (#204)

* 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

* add adjoint

* add lastindex

* fix two more warnings

* not in base, but in Pkg

* fix sparse

* fix indexing using regular arrays

* fix fft / ifft

* fix conv

* drop cov and sum(dims)

* fix broadcast!

* scope has to be tested first

* new path

* fix for v0.7

* new broadcast style

* add 3.6.0 support

* ifelse is now select (not able to override builtin)

* fixes for v0.7-beta

* no irfft1

* no version

* use statistics package

* factorial moved

* factorial is broken

* oops

* require for backwards compatibility
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.

1 participant