home.social

Search

1000 results for “numba”

  1. The main reason for the Ikara-Flinders visit was to revisit the #YellowFootedRockWallaby colony in Brachina Gorge. Aside from Numbat (which I've only glimpsed for a second or two), this is definitely my favourite Australian #mammal.

    And there were three other #macropod species we don't see here in Canberra - #CommonWallaroo, #RedKangaroo and #WesternGreyKangaroo.

    The male red kangaroo was in Brookfield Conservation Park where sadly the Southern Hairy-nosed Wombats didn't show themselves.

  2. The main reason for the Ikara-Flinders visit was to revisit the #YellowFootedRockWallaby colony in Brachina Gorge. Aside from Numbat (which I've only glimpsed for a second or two), this is definitely my favourite Australian #mammal.

    And there were three other #macropod species we don't see here in Canberra - #CommonWallaroo, #RedKangaroo and #WesternGreyKangaroo.

    The male red kangaroo was in Brookfield Conservation Park where sadly the Southern Hairy-nosed Wombats didn't show themselves.

  3. The main reason for the Ikara-Flinders visit was to revisit the #YellowFootedRockWallaby colony in Brachina Gorge. Aside from Numbat (which I've only glimpsed for a second or two), this is definitely my favourite Australian #mammal.

    And there were three other #macropod species we don't see here in Canberra - #CommonWallaroo, #RedKangaroo and #WesternGreyKangaroo.

    The male red kangaroo was in Brookfield Conservation Park where sadly the Southern Hairy-nosed Wombats didn't show themselves.

  4. Reunido con dirigentes obreros en Puerta de Hierro, Juan #Perón expone las necesidades de amoldar los distintos sectores al ímpetu revolucionario, a la vez que instruye cómo instalar el #Cubo de #Compiz en #Ubuntu #Mate 24.04LTS Noble Numbat. ✌️ 🧊
    tinyurl.com/mry2mckt

  5. 🚀 Parallel Python Made Easy! 🐍

    We're hosting a hands-on tutorial on PyOMP, a system bringing OpenMP parallelism to Python! By combining OpenMP directives (as strings) with Numba's JIT compiler, PyOMP taps into LLVM's OpenMP support, delivering C-like performance in Python's simplicity.

    Our participants are mastering this game-changing tool to supercharge their workflows.

    Stay tuned for updates!

    #Python #OpenMP #PyOMP #ParallelComputing #Numba #HPC

  6. 0.13.5 is out! While not our largest release, it has something for everyone! Note, this release is the last to support
    3.9 and 1.22.

    First, ImageItem got another substantial performance boost, especially if you're using but there is a significant boost for users as well.

    A ColorMapMenu was added to ColorBarItem, allowing for users to be able to change color maps interactively instead of programmatically.

  7. Calling all pythonistas who are interested in executing code on the GPU (but haven't had an interest in learning CUDA C), come to our April MadPy gathering to learn about what @numba can do for you!

    We'll be meeting at the downtown Madison Public Library. Attendance is free and open to all. Free pizza and beverages will also be provided 🍕 🥤

    Looking forward to seeing everybody!

    madpy.com/meetups/2024/4/11/20

  8. Made a python library called #pyrebel which implements the idea of abstraction of data. The idea is explained in github.com/ps-nithin/pyrebel/b. The program runs on an #nvidia #gpu and uses #numba library for using #cuda with #python . I have demo programs for image abstraction and edge detection at github.com/ps-nithin/pyrebel

    Thanks,

  9. Made a python library called #pyrebel which implements the idea of abstraction of data. The idea is explained in github.com/ps-nithin/pyrebel/b. The program runs on an #nvidia #gpu and uses #numba library for using #cuda with #python . I have demo programs for image abstraction and edge detection at github.com/ps-nithin/pyrebel

    Thanks,

  10. 🚀 Parallel Python Made Easy! 🐍

    We're hosting a hands-on tutorial on PyOMP, a system bringing OpenMP parallelism to Python! By combining OpenMP directives (as strings) with Numba's JIT compiler, PyOMP taps into LLVM's OpenMP support, delivering C-like performance in Python's simplicity.

    Our participants are mastering this game-changing tool to supercharge their workflows.

    Stay tuned for updates!

    #Python #OpenMP #PyOMP #ParallelComputing #Numba #HPC

  11. 🚀 Parallel Python Made Easy! 🐍

    We're hosting a hands-on tutorial on PyOMP, a system bringing OpenMP parallelism to Python! By combining OpenMP directives (as strings) with Numba's JIT compiler, PyOMP taps into LLVM's OpenMP support, delivering C-like performance in Python's simplicity.

    Our participants are mastering this game-changing tool to supercharge their workflows.

    Stay tuned for updates!

    #Python #OpenMP #PyOMP #ParallelComputing #Numba #HPC

  12. 🚀 Parallel Python Made Easy! 🐍

    We're hosting a hands-on tutorial on PyOMP, a system bringing OpenMP parallelism to Python! By combining OpenMP directives (as strings) with Numba's JIT compiler, PyOMP taps into LLVM's OpenMP support, delivering C-like performance in Python's simplicity.

    Our participants are mastering this game-changing tool to supercharge their workflows.

    Stay tuned for updates!

    #Python #OpenMP #PyOMP #ParallelComputing #Numba #HPC

  13. Noticias sobre Python y Datos de la semana, episodio 76 🐍⚙️

    En resumen: Edición ultrarrápida de domingo por la tarde: versiones nuevas de numba, statsmodels y geopandas, por qué no usar leyendas en matplotlib, y primeras pruebas con StarCoder.

    buttondown.email/astrojuanlu/a

    Apoya el noticiero suscribiéndote por correo 📬

    #noticieropythonydatos #python #pydata #numba #statsmodels #geopandas #matplotlib #starcoder #polars

    ¡Sigue a @numba y @geopandas en Mastodon!

  14. Hello ! Time for an 🚀

    poliastro is an (MIT) pure library for interactive and . It provides a simple and intuitive API, it's fast thanks to , and it handles physical quantities with units thanks to .

    🌐 Website poliastro.space/
    :github: Source code github.com/poliastro/poliastro

    We will be posting tips, news about the project, and cool plots. Stay tuned!

  15. The #BackBox Team is happy to announce the updated release of BackBox Linux, version 9 codename “Noble Numbat”.

    blog.backbox.org/2024/10/30/ba

  16. There's a new release of #JSXGraph - jsxgraph.org/wp/2024-01-26-rel.
    Among other things, it adds an 'implicit curve' object.

    I thought I'd try it out in @numbas, then realised that the way Numbas evaluates expressions is far too slow for this kind of numerical approximation - it does a lot of dynamic type-checking that takes a long time.

    So I nerdsniped myself into writing a routine to take a Numbas JME expression and make a function which is as close to native JS as I can get. It works on all of the operations that you'd expect a student to use, since those have plain-JS implementations. There's just the control flow stuff and things to do with collections that need the whole JME system.

    And now that I've done that, I have a nice, real-time interactive function plotter!
    I've made a demo question at numbas.mathcentre.ac.uk/questi

    It's really simple to implement in Numbas: you set up a JSXGraph diagram, and fill in the function parameter of the implicit curve object with the expression the student typed. Just a few lines of code. Nice!

  17. #Linux #Mint22.1 »Xia« mit #Cinnamon 6.4 verfügbar.

    Noch ist das auf Ubuntu 24.04 LTS »Noble Numbat« basierende Linux Mint 22.1 nicht offiziell freigegeben, die Beta-Phase endete vor wenigen Tagen, so dass mit der offiziellen Freigabe noch diese Woche gerechnet werden kann. Eigentlich wurde Linux Mint 22.1 bereits vor den Feiertagen erwartet, aber die Entwickler hatten sich im Vorfeld einen dicken Brocken ins Pflichtenheft geschrieben, der vermutlich maßgeblich ...

    linuxnews.de/linux-mint-22-1-x

  18. Do you like animals? Morning at the perthzoo. I only had one free morning in Perth, so I went to the Zoo since my youngest LOVES animals and wants me to send back as many pics as I can take. A kind docent named Rose took me on the Aussie Bush Walk & dropped copious knowledge. Big fun & big learning. #Quokkas #Kangaroos #Wallabies #Numbats #Cassowary #Emus #Koalas #Perth #Travel #Australia #Zoo #Animals tiktok.com/t/ZTLk1xUpo/

  19. The best days are when you can learn something new! Today, the @eScienceCenter is filled with participants wanting to gain first-hand experience in learning how to use #Python and #CUDA to program #GPUs! They'll even become familiar with libraries such as #CuPy and #NUMBA to accelerate Python code.

  20. We are organizing a GPU programming workshop the 18th and 19th of April. The workshop takes place at the Netherlands eScience Center in Amsterdam. Registration is free for academics working in the Netherlands.

    esciencecenter.nl/event/gpu-pr

    #GPU #Python #CuPy #Numba #CUDA

  21. I am so looking forward to giving my guest lecture on 𝗥𝗲𝘄𝗿𝗶𝘁𝗶𝗻𝗴 𝗥 𝗰𝗼𝗱𝗲 𝗶𝗻 𝗖++ during the 𝘈𝘥𝘷𝘢𝘯𝘤𝘦𝘥 𝘙 𝘗𝘳𝘰𝘨𝘳𝘢𝘮𝘮𝘪𝘯𝘨 subject by @robjhyndman and @tslumley at Monash University

    arp.numbat.space/week12/

  22. Looking forward to the EGRAPHS community call lightning talks tomorrow...

    egraphs.org/meeting/2024-03-21

    Wish me luck trying in explaining this chart of optimizing scikit-learn with numba using egraphs in ten minutes 🫣

    egglog-python.readthedocs.io/l

    #python #opensource #egraph