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

Broadcasting and new functions #56

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
32daa37
Initial commit for broadcasting experiment
orangeduck Sep 20, 2014
15d80d9
Added slicing. Fixed bug in broadcasting and neatened up code.
orangeduck Sep 21, 2014
1ecb168
removed unneeded parenthesis
orangeduck Sep 21, 2014
dc949ca
added sliceeq and reshape function. Fixed flatten function
orangeduck Sep 21, 2014
ef2b508
Updated user mapreduce and pointwise functions. Added various other n…
orangeduck Sep 22, 2014
f639b7c
Updated broadcasting. Added inital versions of masking and indexing b…
orangeduck Sep 25, 2014
5a3a01c
Changed interface to remove scalar specific functions
orangeduck Sep 27, 2014
fedbfcc
Changed interface to pointwise functions. Lots of other small tweaks …
orangeduck Sep 30, 2014
388d079
Documentation updates
orangeduck Sep 30, 2014
2a98436
Documentation updates
orangeduck Sep 30, 2014
dbda8f7
Updated documentation to be organized into sections
orangeduck Oct 3, 2014
5a06c91
renamed argmin and argmax
orangeduck Oct 3, 2014
7310035
Fixed bug with mean
orangeduck Oct 3, 2014
d5aa267
More documentation updates and tweaks
orangeduck Oct 4, 2014
7ed7f33
Changed indexing behaviour to match numpy. Second argument to range i…
orangeduck Oct 7, 2014
938c25d
Fixed bugs in CSV parsing/writing
orangeduck Oct 10, 2014
d8500fb
For some bizarre reason using the variable _n here causes a huge slow…
orangeduck Oct 10, 2014
824a375
built documentation
orangeduck Oct 10, 2014
0569966
Fixed bug with mapreduce functions when passes scalar values. Added i…
orangeduck Oct 19, 2014
1722bf4
Added roll flip and kron functions
orangeduck Oct 20, 2014
01c0a52
Added logspace and empty functions. Balanced cheat sheet documentation.
orangeduck Oct 20, 2014
d4dd539
Fix reciprocal of a complex number with zero imaginary part.
gagern Nov 18, 2014
537bd70
Merge pull request #1 from gagern/realReciprocal
orangeduck Jun 13, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading