Home

Software-update: Julia 1.9.0

Julia is de naam van een high-level, high-performance dynamische programmeertaal voor numerieke wiskunde. Het bevat onder andere een krachtige compiler, distributed parallel execution en een uitgebreide library van wiskundige functies. De kern van Julia wordt onder de MIT-licentie uitgegeven, terwijl verschillende libraries andere licenties gebruiken, zoals gpl, lgpl en bsd. Voor meer informatie verwijzen we naar deze pagina. Versie 1.9.0 is uitgekomen en uitgebreide informatie daarover is op deze pagina te vinden, dit zijn in het kort de hoogtepunten:

Julia 1.9 Highlights

After 3 betas and 3 release candidates, Julia version 1.9 has finally(!) been released. We would like to thank all the contributors to this release and all the testers that helped with finding regressions and issues in the pre-releases. Without you, this release would not have been possible. The full list of changes can be found in the NEWS file, but here we'll give a more in-depth overview of some of the release highlights:

  • Caching of native code
  • Package extensions
  • Heap snapshot
  • Memory usage hint for the GC with --heap-size-hint
  • Sorting performance
  • Tasks and the interactive thread pool
  • REPLContextual module REPLNumbered prompt
  • Contextual module REPL
  • Numbered prompt
  • DelimitedFiles – first stdlib to be upgradable
  • --math-mode=fast disabled
  • Pkgpkg> up Foo will now try to only update Foopkg> add will only auto update the registry once per daypkg> add can now try to only add already installed packagespkg> why to tell you why a package is in the manifestpkg> test --coverage (the default for CI) is now faster
  • pkg> up Foo will now try to only update Foo
  • pkg> add will only auto update the registry once per day
  • pkg> add can now try to only add already installed packages
  • pkg> why to tell you why a package is in the manifest
  • pkg> test --coverage (the default for CI) is now faster
  • Apple Silicon Achieves Tier 1 Status
  • LLVM Update to v14
  • Native half-precision floating-point arithmetic
  • Source: Tweakers.net

    Previous

    Next