Skip to content

Commit

Permalink
Update NEWS. Remove DEBUGGER.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
ViralBShah committed Jul 23, 2016
1 parent 4317f58 commit c9f9f55
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
6 changes: 0 additions & 6 deletions DEBUGGER.md

This file was deleted.

23 changes: 23 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Julia v0.5.0 Release Notes
==========================

Along with a long list of language features and performance
improvements listed below, this Julia release includes:

* The [Julia debugger](https://github.com/Keno/Gallium.jl). Install
it with `Pkg.add("Gallium")`, and the debugger
documentation](https://github.com/Keno/Gallium.jl#gallium) should
get you going. Also, do see the [JuliaCon
talk](https://www.youtube.com/watch?v=e6-hcOHO0tc&list=PLP8iPy9hna6SQPwZUDtAM59-wPzCPyD_S&index=5).

* The [Juno IDE](http://junolab.org) has matured significantly, and
also includes support for plotting and debugging.

* Experimental support for
[multi-threading](http://docs.julialang.org/en/latest/manual/parallel-computing/#multi-threading-experimental). This
makes it easy to parallelize loops with independent iterations in
a common address space with the `@threads` macro.

* A convenient C++ FFI in
[Cxx.jl](https://github.com/Keno/Cxx.jl). Using it requires
building Julia with some additional build flags that will build clang along with llvm.

New language features
---------------------

Expand Down Expand Up @@ -46,6 +67,8 @@ New language features
operator names like `Base.≤` should now use `Base.:≤` (prefixed by `@compat`
if you need 0.4 compatibility via the `Compat` package).

* Experimental support for [multi-threading](http://docs.julialang.org/en/latest/manual/parallel-computing/#multi-threading-experimental).

New architectures
-----------------

Expand Down

0 comments on commit c9f9f55

Please sign in to comment.