# Package Announcements

**URL:** https://discourse.julialang.org/c/package-announcements/60.md?page=8

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

**Page:** 9

---

## [\[ANN\] Announcing GIFTI.jl for neuroimaging data](https://discourse.julialang.org/t/ann-announcing-gifti-jl-for-neuroimaging-data/136158)

<div class="topic-metadata">

**Author:** [@myersm0](https://discourse.julialang.org/u/myersm0)\
**Replies:** 4\
**Last updated:** [March 12, 2026, 6:38am UTC](https://discourse.julialang.org/t/ann-announcing-gifti-jl-for-neuroimaging-data/136158 "2026-03-12T06:38:29Z")

</div>

I’d like to belatedly announce a small package of mine, GIFTI.jl: A Julia package for working with gifti (.gii) neuroimaging surface files. Unfortunately it’s not register-able in its current form due to naming conflict…

---

## [\[ANN\] RunBinary.jl: easily run binaries from YggDrasil](https://discourse.julialang.org/t/ann-runbinary-jl-easily-run-binaries-from-yggdrasil/63179)

<div class="topic-metadata">

**Author:** [@aplavin](https://discourse.julialang.org/u/aplavin)\
**Replies:** 10\
**Last updated:** [March 10, 2026, 4:52pm UTC](https://discourse.julialang.org/t/ann-runbinary-jl-easily-run-binaries-from-yggdrasil/63179 "2026-03-10T16:52:31Z")

</div>

Thanks to BinaryBuilder, some programs are now much easier to install as Julia \*\_jll packages compared to other solutions. However, simple no-setup ways to run these programs were not available yet to my knowledge. This…

---

## [NeatEvolution.jl: Neuroevolution of Augmenting Topologies](https://discourse.julialang.org/t/neatevolution-jl-neuroevolution-of-augmenting-topologies/136107)

<div class="topic-metadata">

**Author:** [@CodeReclaimers](https://discourse.julialang.org/u/CodeReclaimers)\
**Replies:** 0\
**Last updated:** [March 9, 2026, 8:19pm UTC](https://discourse.julialang.org/t/neatevolution-jl-neuroevolution-of-augmenting-topologies/136107 "2026-03-09T20:19:03Z")

</div>

Hi folks, I’m the maintainer of the neat-python package, and I finally got around to porting it to Julia. I tried to make sure it adheres to the original NEAT paper and has about the same set of capabilities as neat-py…

---

## [FlexUnits.jl 0.3.0, Support for Unitful-like inference](https://discourse.julialang.org/t/flexunits-jl-0-3-0-support-for-unitful-like-inference/134903)

<div class="topic-metadata">

**Author:** [@Deduction42](https://discourse.julialang.org/u/Deduction42)\
**Replies:** 40\
**Last updated:** [March 8, 2026, 10:59pm UTC](https://discourse.julialang.org/t/flexunits-jl-0-3-0-support-for-unitful-like-inference/134903 "2026-03-08T22:59:30Z")

</div>

FlexUnits.jl \*\*\*UPDATE\*\*\* A new version FlexUnits v0.4.0 has been released, which also supports high-efficiency linear algebra operations and improves compatibility with many Julia packages, including Differentia…

---

## [\[RFC/ANN\] JSXGraph: interactive plots on static websites](https://discourse.julialang.org/t/rfc-ann-jsxgraph-interactive-plots-on-static-websites/38613)

<div class="topic-metadata">

**Author:** [@tlienart](https://discourse.julialang.org/u/tlienart)\
**Replies:** 8\
**Last updated:** [March 6, 2026, 4:15pm UTC](https://discourse.julialang.org/t/rfc-ann-jsxgraph-interactive-plots-on-static-websites/38613 "2026-03-06T16:15:06Z")

</div>

Hello, I’d like to announce JSXGraph.jl a wrapper around the javascript library of the same name (jsxgraph.org), in their own words: JSXGraph is a cross-browser JavaScript library for interactive geometry, function pl…

---

## [\[ANN\] TimeFloats.jl: Converting time to floats and vice versa](https://discourse.julialang.org/t/ann-timefloats-jl-converting-time-to-floats-and-vice-versa/136034)

<div class="topic-metadata">

**Author:** [@yakir12](https://discourse.julialang.org/u/yakir12)\
**Replies:** 0\
**Last updated:** [March 5, 2026, 12:22pm UTC](https://discourse.julialang.org/t/ann-timefloats-jl-converting-time-to-floats-and-vice-versa/136034 "2026-03-05T12:22:08Z")

</div>

Hi all! TimeFloats.jl is a tiny utility package that converts between Julia’s Dates period types (Nanosecond, Second, Hour, Time, CompoundPeriod, etc.) and plain floating-point numbers, using any FixedPeriod as the unit…

---

## [\[ANN\] cuTile.jl: Tile-based GPU programming for CUDA GPUs](https://discourse.julialang.org/t/ann-cutile-jl-tile-based-gpu-programming-for-cuda-gpus/136011)

<div class="topic-metadata">

**Author:** [@maleadt](https://discourse.julialang.org/u/maleadt)\
**Replies:** 4\
**Last updated:** [March 4, 2026, 4:21pm UTC](https://discourse.julialang.org/t/ann-cutile-jl-tile-based-gpu-programming-for-cuda-gpus/136011 "2026-03-04T16:21:45Z")

</div>

I’m happy to announce an initial release of cuTile.jl, a new JuliaGPU package that makes it possible to program (Blackwell) NVIDIA GPUs using a tile-based abstraction by NVIDIA. This simplifies writing kernels, because y…

---

## [\[ANN\] AcceleratedKernels.jl - Cross-architecture parallel algorithms for Julia's GPU backends](https://discourse.julialang.org/t/ann-acceleratedkernels-jl-cross-architecture-parallel-algorithms-for-julias-gpu-backends/119698)

<div class="topic-metadata">

**Author:** [@anicusan](https://discourse.julialang.org/u/anicusan)\
**Replies:** 17\
**Last updated:** [March 3, 2026, 6:28pm UTC](https://discourse.julialang.org/t/ann-acceleratedkernels-jl-cross-architecture-parallel-algorithms-for-julias-gpu-backends/119698 "2026-03-03T18:28:45Z")

</div>

Hi everyone, I’m excited to announce the first public release of AcceleratedKernels.jl, a high-performance library of parallel algorithm building blocks for the Julia ecosystem, targeting: Multithreaded CPUs, and GPUs…

---

## [\[ANN\] StructuralVibration.jl - v1.0.0](https://discourse.julialang.org/t/ann-structuralvibration-jl-v1-0-0/133413)

<div class="topic-metadata">

**Author:** [@Maucejo](https://discourse.julialang.org/u/Maucejo)\
**Replies:** 6\
**Last updated:** [March 3, 2026, 3:16pm UTC](https://discourse.julialang.org/t/ann-structuralvibration-jl-v1-0-0/133413 "2026-03-03T15:16:55Z")

</div>

After some months of hard work, I am thrilled to announce the release of the v1 of StructuralVibration.jl. In this release, I have polished the API to be consistent across the package, but also with SciML conventions. B…

---

## [\[ANN\] BayesDensity.jl - A package for univariate nonparametric Bayesian density estimation](https://discourse.julialang.org/t/ann-bayesdensity-jl-a-package-for-univariate-nonparametric-bayesian-density-estimation/135779)

<div class="topic-metadata">

**Author:** [@oskarhs](https://discourse.julialang.org/u/oskarhs)\
**Replies:** 2\
**Last updated:** [March 2, 2026, 8:03am UTC](https://discourse.julialang.org/t/ann-bayesdensity-jl-a-package-for-univariate-nonparametric-bayesian-density-estimation/135779 "2026-03-02T08:03:28Z")

</div>

Hi Julia users! I am pleased to announce the first release of the BayesDensity.jl package! The goal of BayesDensity.jl is to provide a uniform interface to nonparametric Bayesian density estimation in one dimension. Th…

---

## [\[ANN\] Accord.jl v0.3: Production-Ready Discord Bots (CLI Scaffolding, Fault Injection & AI-Ready)](https://discourse.julialang.org/t/ann-accord-jl-v0-3-production-ready-discord-bots-cli-scaffolding-fault-injection-ai-ready/135905)

<div class="topic-metadata">

**Author:** [@manelsen](https://discourse.julialang.org/u/manelsen)\
**Replies:** 0\
**Last updated:** [February 28, 2026, 4:11am UTC](https://discourse.julialang.org/t/ann-accord-jl-v0-3-production-ready-discord-bots-cli-scaffolding-fault-injection-ai-ready/135905 "2026-02-28T04:11:46Z")

</div>

I am pleased to announce the release of Accord.jl v0.3.0. This update transitions the library from a simple API wrapper to a comprehensive framework for engineering robust Discord bots. The most significant addition is a…

---

## [Agents.jl v6 + releases announcement post](https://discourse.julialang.org/t/agents-jl-v6-releases-announcement-post/111678)

<div class="topic-metadata">

**Author:** [@Datseris](https://discourse.julialang.org/u/Datseris)\
**Replies:** 12\
**Last updated:** [February 27, 2026, 7:17pm UTC](https://discourse.julialang.org/t/agents-jl-v6-releases-announcement-post/111678 "2026-02-27T19:17:47Z")

</div>

Hi everyone, we are happy to announce v6 of Agents.jl. This could well be the most major-est of Agents.jl major changes. We also hope that this will be last major increment of Agents.jl version, or at least, the last on…

---

## [Julia implementations of Pavel Pevzner algorithms and Deep Learning with Flux github repositories](https://discourse.julialang.org/t/julia-implementations-of-pavel-pevzner-algorithms-and-deep-learning-with-flux-github-repositories/135809)

<div class="topic-metadata">

**Author:** [@Stergios\_Papadimitri](https://discourse.julialang.org/u/Stergios_Papadimitri)\
**Replies:** 7\
**Last updated:** [February 27, 2026, 2:43pm UTC](https://discourse.julialang.org/t/julia-implementations-of-pavel-pevzner-algorithms-and-deep-learning-with-flux-github-repositories/135809 "2026-02-27T14:43:31Z")

</div>

I like to announce two new github repositories. The first one implements Bioinformatics Algorithms from the book “Bioinformatics Algorithms, 2nd and 3nd edition” of Pavel Pevzner et. all The other one Deep Learning e…

---

## [\[ANN\] MCPRepl.jl -- share your REPL with your AI Agent](https://discourse.julialang.org/t/ann-mcprepl-jl-share-your-repl-with-your-ai-agent/130536)

<div class="topic-metadata">

**Author:** [@hexaeder](https://discourse.julialang.org/u/hexaeder)\
**Replies:** 32\
**Last updated:** [February 27, 2026, 9:09am UTC](https://discourse.julialang.org/t/ann-mcprepl-jl-share-your-repl-with-your-ai-agent/130536 "2026-02-27T09:09:27Z")

</div>

I am experimenting a bit more with coding agents lately, especially Claude Code. To circumvent the TTFX issues, I am trying to teach Claude to use Julia how I use it: through the REPL. For that, I’ve created a small pack…

---

## [Typstry.jl: The Julia to Typst Interface](https://discourse.julialang.org/t/typstry-jl-the-julia-to-typst-interface/114381)

<div class="topic-metadata">

**Author:** [@jakobjpeters](https://discourse.julialang.org/u/jakobjpeters)\
**Replies:** 13\
**Last updated:** [February 26, 2026, 8:01pm UTC](https://discourse.julialang.org/t/typstry-jl-the-julia-to-typst-interface/114381 "2026-02-26T20:01:38Z")

</div>

Introduction Hi everyone! I’m excited to announce Typstry.jl, which helps you create Typst formatted strings and render documents from Julia. If you are familiar with LaTeXStrings.jl and Latexify.jl, then Typstry.jl aims…

---

## [\[ANN\] Durbyn.jl — Time Series Forecasting in Julia](https://discourse.julialang.org/t/ann-durbyn-jl-time-series-forecasting-in-julia/132544)

<div class="topic-metadata">

**Author:** [@Resul.Akay](https://discourse.julialang.org/u/Resul.Akay)\
**Replies:** 66\
**Last updated:** [February 25, 2026, 9:27pm UTC](https://discourse.julialang.org/t/ann-durbyn-jl-time-series-forecasting-in-julia/132544 "2026-02-25T21:27:23Z")

</div>

Time Series Forecasting in Julia We’re excited to share Durbyn.jl, a new Julia package that reimplements much of the functionality of R’s forecast package. It provides a broad set of tools for time series forecasting, in…

---

## [\[ANN\] Heval.jl -- AI-Powered Forecasting Agent for Julia](https://discourse.julialang.org/t/ann-heval-jl-ai-powered-forecasting-agent-for-julia/135807)

<div class="topic-metadata">

**Author:** [@Resul.Akay](https://discourse.julialang.org/u/Resul.Akay)\
**Replies:** 5\
**Last updated:** [February 25, 2026, 7:11am UTC](https://discourse.julialang.org/t/ann-heval-jl-ai-powered-forecasting-agent-for-julia/135807 "2026-02-25T07:11:27Z")

</div>

Heval.jl is an AI-powered forecasting agent that combines LLMs with production-grade statistical models to automate time series analysis using natural language. You provide time series data and a plain-English question.…

---

## [\[ANN\] Ark.jl v0.4.0 - Archetype-based ECS, now with support for simulations on the GPU](https://discourse.julialang.org/t/ann-ark-jl-v0-4-0-archetype-based-ecs-now-with-support-for-simulations-on-the-gpu/135786)

<div class="topic-metadata">

**Author:** [@Tortar](https://discourse.julialang.org/u/Tortar)\
**Replies:** 8\
**Last updated:** [February 23, 2026, 10:53pm UTC](https://discourse.julialang.org/t/ann-ark-jl-v0-4-0-archetype-based-ecs-now-with-support-for-simulations-on-the-gpu/135786 "2026-02-23T22:53:46Z")

</div>

Ark.jl v0.4 focuses on bringing parallelization and customization to the core of the system. This major release introduces three powerful new features: seamless integration with all major GPU backends for component stora…

---

## [\[ANN\] RayMakie, the new PBRT based rendering backend!](https://discourse.julialang.org/t/ann-raymakie-the-new-pbrt-based-rendering-backend/135734)

<div class="topic-metadata">

**Author:** [@sdanisch](https://discourse.julialang.org/u/sdanisch)\
**Replies:** 17\
**Last updated:** [February 23, 2026, 2:34pm UTC](https://discourse.julialang.org/t/ann-raymakie-the-new-pbrt-based-rendering-backend/135734 "2026-02-23T14:34:06Z")

</div>

We’ve been working on a new 100% Julia backend for GPU accelerated raytracing for Makie to replace RPRMakie! Its physically based ray tracing (pbrt) and is pretty much a Julia port of the amazing pbrt-v4 ray tracer. I …

---

## [\[ANN\] Zana.jl — an AI coding copilot in the Julia REPL](https://discourse.julialang.org/t/ann-zana-jl-an-ai-coding-copilot-in-the-julia-repl/135568)

<div class="topic-metadata">

**Author:** [@Resul.Akay](https://discourse.julialang.org/u/Resul.Akay)\
**Replies:** 3\
**Last updated:** [February 22, 2026, 7:16pm UTC](https://discourse.julialang.org/t/ann-zana-jl-an-ai-coding-copilot-in-the-julia-repl/135568 "2026-02-22T19:16:12Z")

</div>

Hi all, I’d like to share a new package we’ve been working on: Bilge.jl — an AI coding assistant that runs directly inside the Julia REPL. Code Base: https://github.com/taf-society/Bilge.jl Docs (dev): https://taf-s…

---

## [A UI architecture](https://discourse.julialang.org/t/a-ui-architecture/135769)

<div class="topic-metadata">

**Author:** [@jkroso](https://discourse.julialang.org/u/jkroso)\
**Replies:** 0\
**Last updated:** [February 21, 2026, 11:40pm UTC](https://discourse.julialang.org/t/a-ui-architecture/135769 "2026-02-21T23:40:48Z")

</div>

There have been a couple of Clay\_C inspired packages recently. This is to some degree is another one but really it’s an architecture for UI libraries that enables relatively readable and reusable code. It breaks down the…

---

## [\[ANN\] FlexUnits.jl 0.4 Mixed-Unit Linear Algebra Support](https://discourse.julialang.org/t/ann-flexunits-jl-0-4-mixed-unit-linear-algebra-support/135649)

<div class="topic-metadata">

**Author:** [@Deduction42](https://discourse.julialang.org/u/Deduction42)\
**Replies:** 1\
**Last updated:** [February 19, 2026, 2:54pm UTC](https://discourse.julialang.org/t/ann-flexunits-jl-0-4-mixed-unit-linear-algebra-support/135649 "2026-02-19T14:54:22Z")

</div>

FlexUnits.jl While the previous FlexUnits.jl focused on performance increases for static inference to match the performance of Unitful.jl, this release focuses on mixed-unit linear algebra, something that Unitful a…

---

## [\[ANN\] SymBasis.jl: Symmetry-conserving bases for Julia](https://discourse.julialang.org/t/ann-symbasis-jl-symmetry-conserving-bases-for-julia/135653)

<div class="topic-metadata">

**Author:** [@cevenkadir](https://discourse.julialang.org/u/cevenkadir)\
**Replies:** 3\
**Last updated:** [February 18, 2026, 12:11pm UTC](https://discourse.julialang.org/t/ann-symbasis-jl-symmetry-conserving-bases-for-julia/135653 "2026-02-18T12:11:15Z")

</div>

SymBasis.jl is a Julia package for generating bases that conserve symmetries in systems with a discrete number of degrees of freedom, with a focus on quantum many-body applications. Key features Simple API to generate…

---

## [New package: Collects.jl - meant to improve upon and generalize the interface of collect](https://discourse.julialang.org/t/new-package-collects-jl-meant-to-improve-upon-and-generalize-the-interface-of-collect/129468)

<div class="topic-metadata">

**Author:** [@nsajko](https://discourse.julialang.org/u/nsajko)\
**Replies:** 9\
**Last updated:** [February 17, 2026, 11:36pm UTC](https://discourse.julialang.org/t/new-package-collects-jl-meant-to-improve-upon-and-generalize-the-interface-of-collect/129468 "2026-02-17T23:36:31Z")

</div>

Just requested the registration of the new package, Collects.jl, meaning it should be registered after three days pass. Basically it’s meant to replace collect, especially when the desired output container type is not A…

---

## [RelativisticRadiationTransport.jl -- Radiation transport in Minkowski space](https://discourse.julialang.org/t/relativisticradiationtransport-jl-radiation-transport-in-minkowski-space/135652)

<div class="topic-metadata">

**Author:** [@kschwenk](https://discourse.julialang.org/u/kschwenk)\
**Replies:** 2\
**Last updated:** [February 16, 2026, 6:18pm UTC](https://discourse.julialang.org/t/relativisticradiationtransport-jl-radiation-transport-in-minkowski-space/135652 "2026-02-16T18:18:59Z")

</div>

Hello Julia people! I’ve started working on a relativistic ray tracer that I’ve called (maybe somewhat presumptuously) RelativisticRadiationTransport.jl. Currently, its main claim to fame is that you can visualize some…

---

## [\[ANN\] juliaserver – convenient, persistent julia sessions](https://discourse.julialang.org/t/ann-juliaserver-convenient-persistent-julia-sessions/135622)

<div class="topic-metadata">

**Author:** [@tomerarnon](https://discourse.julialang.org/u/tomerarnon)\
**Replies:** 3\
**Last updated:** [February 16, 2026, 3:18pm UTC](https://discourse.julialang.org/t/ann-juliaserver-convenient-persistent-julia-sessions/135622 "2026-02-16T15:18:23Z")

</div>

juliaserver - Persistent Julia REPL sessions via tmux I’ve built a very simple bash CLI tool that manages long-lived Julia REPL sessions in tmux, solving the startup time problem for interactive development for me. The …

---

## [\[ANN\] FixedSizeArrays.jl: What Array probably should have been](https://discourse.julialang.org/t/ann-fixedsizearrays-jl-what-array-probably-should-have-been/129724)

<div class="topic-metadata">

**Author:** [@giordano](https://discourse.julialang.org/u/giordano)\
**Replies:** 79\
**Last updated:** [February 16, 2026, 12:04am UTC](https://discourse.julialang.org/t/ann-fixedsizearrays-jl-what-array-probably-should-have-been/129724 "2026-02-16T00:04:58Z")

</div>

This has been one year in the making, but the first release of FixedSizeArrays.jl is finally out and you can install it in your environment with import Pkg Pkg.add("FixedSizeArrays") This package can be installed in Ju…

---

## [\[ANN\] Typst back end for PrettyTables.jl](https://discourse.julialang.org/t/ann-typst-back-end-for-prettytables-jl/135639)

<div class="topic-metadata">

**Author:** [@Ronis\_BR](https://discourse.julialang.org/u/Ronis_BR)\
**Replies:** 1\
**Last updated:** [February 14, 2026, 3:37pm UTC](https://discourse.julialang.org/t/ann-typst-back-end-for-prettytables-jl/135639 "2026-02-14T15:37:15Z")

</div>

Hi everyone! After an amazing work of @gustavohtc23, PrettyTables.jl now has a Typst back end! If you load it together with Typstry.jl, you can have a very nice experience in VS Code where all tables shown to stdout us…

---

## [\[ANN\] NonlinearOptimization TestFunctions.jl: A comprehensive collection of test functions for nonlinear optimization](https://discourse.julialang.org/t/ann-nonlinearoptimization-testfunctions-jl-a-comprehensive-collection-of-test-functions-for-nonlinear-optimization/131384)

<div class="topic-metadata">

**Author:** [@Aoxo\_MoxoA](https://discourse.julialang.org/u/Aoxo_MoxoA)\
**Replies:** 12\
**Last updated:** [February 14, 2026, 9:37am UTC](https://discourse.julialang.org/t/ann-nonlinearoptimization-testfunctions-jl-a-comprehensive-collection-of-test-functions-for-nonlinear-optimization/131384 "2026-02-14T09:37:26Z")

</div>

Hello Julia Community, I am excited to announce my new package, NonlinearOptimizationTestFunctionsInJulia.jl. It is designed to be a comprehensive collection of test functions for benchmarking nonlinear optimization alg…

---

## [\[ANN\] Epicycle.jl Initial Release - Space Mission Design and Trajectory Optimization](https://discourse.julialang.org/t/ann-epicycle-jl-initial-release-space-mission-design-and-trajectory-optimization/135024)

<div class="topic-metadata">

**Author:** [@stevenhughes](https://discourse.julialang.org/u/stevenhughes)\
**Replies:** 3\
**Last updated:** [February 14, 2026, 12:58am UTC](https://discourse.julialang.org/t/ann-epicycle-jl-initial-release-space-mission-design-and-trajectory-optimization/135024 "2026-02-14T00:58:15Z")

</div>

Epicycle is an integrated application for spacecraft trajectory design, optimization, and analysis. Leveraging Julia’s combination of high performance and intuitive syntax, this initial release delivers a modular ecosyst…

[Previous page](https://discourse.julialang.org/c/package-announcements/60.md?page=7)

[Next page](https://discourse.julialang.org/c/package-announcements/60.md?page=9)
