Julia 1.0 came out well over 2 years ago.
Since then a lot has changed and a lot hasn’t.
Julia 1.0 was a commitment to no breaking changes,
but that is not to say no new features have been added to the language. (more…)
Read more »
If you have a large collection of data and have to do similar computations on each element, data parallelism is an easy way to speedup computation using multiple CPUs and machines as well as GPU(s). While this is not the only kind of parallelism, it cover... (more…)
Read more »
After toiling away in relative obscurity for over a decade, open source Julia is right on time for the big enterprise AI/ML code modernization party. (more…)
Read more »
As I have recently written in this post the
Julia for Data Analysis
book that I am preparing is already available in MEAP preview.
Manning is releasing its chapters sequentially (approximately one chapter per
several weeks). I thought that when some chapt... (more…)
Read more »