-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:JuliaLang/julia
* 'master' of github.com:JuliaLang/julia: fixing issue #144, handling None better fixing issue #137 disable rint, nearbyint, and lrint call lround iround in a previous commit I added trunc, floor, and ceil for integers a DGC tweak, and making temp vars local in timing macros removing color profile tags from images so firefox doesn't mess up the colors fixing issue #146, out of memory error fixing regression in reinterpret() how the hell did i delete the makefile in my previous commit? new web terminal design important fix to the message latency fix. the timing is now done in a separate thread so messages can't be delayed by compute tasks. Actually fixed permute (for Tensors n>2 dimensions), and fixed ipermute (which uses permute) limiting memory/cpu usage and number of active sessions for robustness Improved the tensor.j find command, fixed the permute function. Ipermute still needs to be fixed no longer crashes if thread creation fails better handling of expired sessions server no longer crashes when users call exit()
- Loading branch information
Showing
25 changed files
with
485 additions
and
417 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
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.