# Package Announcements

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

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

**Page:** 45

---

## [\[ANN\] LabVIEW0 - Calling Julia from LabVIEW using ZeroMQ](https://discourse.julialang.org/t/ann-labview0-calling-julia-from-labview-using-zeromq/75033)

<div class="topic-metadata">

**Author:** [@Eben60](https://discourse.julialang.org/u/Eben60)\
**Replies:** 2\
**Last updated:** [January 23, 2022, 11:32am UTC](https://discourse.julialang.org/t/ann-labview0-calling-julia-from-labview-using-zeromq/75033 "2022-01-23T11:32:02Z")

</div>

I’m happy to announce this package. The package is alreary registered. For documentation see on GitHub https://github.com/Eben60/LabVIEW0.jl/blob/main/README.md and links therein (I still have to learn Documenter). A num…

---

## [\[ANN\] CircStats.jl, Julia version of MATLAB CircStat toolbox](https://discourse.julialang.org/t/ann-circstats-jl-julia-version-of-matlab-circstat-toolbox/74998)

<div class="topic-metadata">

**Author:** [@babaq](https://discourse.julialang.org/u/babaq)\
**Replies:** 8\
**Last updated:** [January 22, 2022, 8:16pm UTC](https://discourse.julialang.org/t/ann-circstats-jl-julia-version-of-matlab-circstat-toolbox/74998 "2022-01-22T20:16:27Z")

</div>

Hi, The circular statistics are important for many areas, and for neuroscience, the MATLAB CircStat toolbox is probably the most well-known and used one. Since i needed it for my own research, I’ve been gradually rewrit…

---

## [\[ANN\] HelloJulia.jl: Some resources for that "Intro to Julia" workshop you are planning](https://discourse.julialang.org/t/ann-hellojulia-jl-some-resources-for-that-intro-to-julia-workshop-you-are-planning/74322)

<div class="topic-metadata">

**Author:** [@ablaom](https://discourse.julialang.org/u/ablaom)\
**Replies:** 2\
**Last updated:** [January 20, 2022, 8:00pm UTC](https://discourse.julialang.org/t/ann-hellojulia-jl-some-resources-for-that-intro-to-julia-workshop-you-are-planning/74322 "2022-01-20T20:00:35Z")

</div>

The HelloJulia.jl repo (which is also an unregistered package) collects some resources I included in 1 hour workshop introducing julia to (mostly) university researchers. I make no guarantees about it’s quality or corre…

---

## [\[ANN\] Eyeball.jl: An interactive object viewer](https://discourse.julialang.org/t/ann-eyeball-jl-an-interactive-object-viewer/74027)

<div class="topic-metadata">

**Author:** [@tshort](https://discourse.julialang.org/u/tshort)\
**Replies:** 5\
**Last updated:** [January 17, 2022, 12:53pm UTC](https://discourse.julialang.org/t/ann-eyeball-jl-an-interactive-object-viewer/74027 "2022-01-17T12:53:04Z")

</div>

https://github.com/tshort/Eyeball.jl This was a fun hack over the holidays. This provides eye for interactively viewing objects in the REPL. Use it when you might use dump or varinfo. Browse modules, type trees, express…

---

## [\[WIP\] Diff2DRaster.jl - Differentiable 2d graphics rasterizer](https://discourse.julialang.org/t/wip-diff2draster-jl-differentiable-2d-graphics-rasterizer/74710)

<div class="topic-metadata">

**Author:** [@jtkornel](https://discourse.julialang.org/u/jtkornel)\
**Replies:** 0\
**Last updated:** [January 16, 2022, 4:43pm UTC](https://discourse.julialang.org/t/wip-diff2draster-jl-differentiable-2d-graphics-rasterizer/74710 "2022-01-16T16:43:23Z")

</div>

I am working on a differentiable 2D rasterizer Diff2DRaster.jl which uses Zygote to calculate the gradient of geometric parameters, allowing some basic inverse rendering of 2D graphics. The code uses signed distance fun…

---

## [ANN: Documenter 0.27](https://discourse.julialang.org/t/ann-documenter-0-27/62726)

<div class="topic-metadata">

**Author:** [@pfitzseb](https://discourse.julialang.org/u/pfitzseb)\
**Replies:** 20\
**Last updated:** [January 16, 2022, 2:13pm UTC](https://discourse.julialang.org/t/ann-documenter-0-27/62726 "2022-01-16T14:13:20Z")

</div>

Hey everyone, version 0.27 of Documenter.jl just got released. It brings a bunch of bug fixes and general improvements, but also a new feature: Warnings and SEO for outdated docs Documenter now injects a tiny piece of …

---

## [SampledVectors.jl - vectors of limited capacity and unlimited logical length](https://discourse.julialang.org/t/sampledvectors-jl-vectors-of-limited-capacity-and-unlimited-logical-length/74702)

<div class="topic-metadata">

**Author:** [@guoyongzhi](https://discourse.julialang.org/u/guoyongzhi)\
**Replies:** 2\
**Last updated:** [January 16, 2022, 2:07pm UTC](https://discourse.julialang.org/t/sampledvectors-jl-vectors-of-limited-capacity-and-unlimited-logical-length/74702 "2022-01-16T14:07:40Z")

</div>

Hello, everyone. I want to announce a simple and handy package - SampledVectors.jl. SampledVector is of limited capacity, but has unlimited logical length. If a new element pushed leads to the vector exceeding its maxi…

---

## [Announcing IntegerMathUtils.jl](https://discourse.julialang.org/t/announcing-integermathutils-jl/74269)

<div class="topic-metadata">

**Author:** [@Oscar\_Smith](https://discourse.julialang.org/u/Oscar_Smith)\
**Replies:** 4\
**Last updated:** [January 12, 2022, 3:32pm UTC](https://discourse.julialang.org/t/announcing-integermathutils-jl/74269 "2022-01-12T15:32:33Z")

</div>

Hi all, I’m just announcing a small utility package called JuliaMath/IntegerMathUtils.jl. It adds a few gmp wrappers that provide useful integer functionality that doesn’t exist in Base. Specifically, it currently expor…

---

## [\[ANN\] HijriConverter.jl](https://discourse.julialang.org/t/ann-hijriconverter-jl/74427)

<div class="topic-metadata">

**Author:** [@jafar.isbarov](https://discourse.julialang.org/u/jafar.isbarov)\
**Replies:** 0\
**Last updated:** [January 11, 2022, 8:46pm UTC](https://discourse.julialang.org/t/ann-hijriconverter-jl/74427 "2022-01-11T20:46:27Z")

</div>

Hijri calendar was not supported in Julia stdlib or any external package, so I tried to remedy the situation a little. I looked for Hijri packages in other languages that I could rewrite in Julia. It was suggested to me …

---

## [TimetableSolver.jl: Create a timetable schedule, using ConstraintSolver.jl and JuMP](https://discourse.julialang.org/t/timetablesolver-jl-create-a-timetable-schedule-using-constraintsolver-jl-and-jump/74407)

<div class="topic-metadata">

**Author:** [@Sushant-Padha](https://discourse.julialang.org/u/Sushant-Padha)\
**Replies:** 0\
**Last updated:** [January 11, 2022, 4:44pm UTC](https://discourse.julialang.org/t/timetablesolver-jl-create-a-timetable-schedule-using-constraintsolver-jl-and-jump/74407 "2022-01-11T16:44:06Z")

</div>

TimetableSolver.jl Julia package to create a timetable schedule, using ConstraintSolver.jl and JuMP. This package can be used to solve a timetable schedule, modelled using simple types. Note that this is not a package f…

---

## [\[ANN\] BesselK.jl: an AD-compatible modified second-kind Bessel function](https://discourse.julialang.org/t/ann-besselk-jl-an-ad-compatible-modified-second-kind-bessel-function/74047)

<div class="topic-metadata">

**Author:** [@cgeoga](https://discourse.julialang.org/u/cgeoga)\
**Replies:** 3\
**Last updated:** [January 8, 2022, 6:33pm UTC](https://discourse.julialang.org/t/ann-besselk-jl-an-ad-compatible-modified-second-kind-bessel-function/74047 "2022-01-08T18:33:47Z")

</div>

Hey all. Just wanted to share a project that I am just finishing up with some collaborators: BesselK.jl. It is a package for evaluating the second-kind modified Bessel function \\mathcal{K}\_\\nu(x) that has been specifical…

---

## [MessyTimeSeries.jl and MessyTimeSeriesOptim.jl](https://discourse.julialang.org/t/messytimeseries-jl-and-messytimeseriesoptim-jl/72546)

<div class="topic-metadata">

**Author:** [@fipelle](https://discourse.julialang.org/u/fipelle)\
**Replies:** 1\
**Last updated:** [January 6, 2022, 8:58pm UTC](https://discourse.julialang.org/t/messytimeseries-jl-and-messytimeseriesoptim-jl/72546 "2022-01-06T20:58:08Z")

</div>

Hi there, I have some major news for those who are interested in time series analysis: I have renamed TSAnalysis.jl to MessyTimeSeries.jl (link) and released a new package called MessyTimeSeriesOptim.jl (link) The rena…

---

## [\[ANN\] Skans.jl: Get notified when a web page has changed](https://discourse.julialang.org/t/ann-skans-jl-get-notified-when-a-web-page-has-changed/74086)

<div class="topic-metadata">

**Author:** [@rikh](https://discourse.julialang.org/u/rikh)\
**Replies:** 1\
**Last updated:** [January 5, 2022, 2:06pm UTC](https://discourse.julialang.org/t/ann-skans-jl-get-notified-when-a-web-page-has-changed/74086 "2022-01-05T14:06:46Z")

</div>

To keep track of things, web pages are often the primary source of information. Twitter bots and journalist base much of their news on updated web pages. For example, organizations and businesses update their web pages w…

---

## [\[ANN\] Justly.jl: a package for composing music in just intonation](https://discourse.julialang.org/t/ann-justly-jl-a-package-for-composing-music-in-just-intonation/67706)

<div class="topic-metadata">

**Author:** [@bramtayl](https://discourse.julialang.org/u/bramtayl)\
**Replies:** 3\
**Last updated:** [January 4, 2022, 6:28pm UTC](https://discourse.julialang.org/t/ann-justly-jl-a-package-for-composing-music-in-just-intonation/67706 "2022-01-04T18:28:11Z")

</div>

Hi all, I just published Justly, a package for composing music in just intonation. I’ve written a tutorial in the README. To be able publish it, I’ve written the docs for QML, cross-compiled PulseAudio and its unholy num…

---

## [\[ANN\] PrettyPrint.jl: handy and extensible pretty print, also simple](https://discourse.julialang.org/t/ann-prettyprint-jl-handy-and-extensible-pretty-print-also-simple/23591)

<div class="topic-metadata">

**Author:** [@thautwarm](https://discourse.julialang.org/u/thautwarm)\
**Replies:** 15\
**Last updated:** [January 4, 2022, 4:24pm UTC](https://discourse.julialang.org/t/ann-prettyprint-jl-handy-and-extensible-pretty-print-also-simple/23591 "2022-01-04T16:24:17Z")

</div>

I’m now developing a parser generator library and I’ve found debugging extremely disturbing for the lack of nested datatypes’ pretty print, which motivates me to create a pretty print library. using PrettyPrint struc…

---

## [\[ANN\] NLP packages](https://discourse.julialang.org/t/ann-nlp-packages/19235)

<div class="topic-metadata">

**Author:** [@zgornel](https://discourse.julialang.org/u/zgornel)\
**Replies:** 0\
**Last updated:** [January 3, 2019, 3:03pm UTC](https://discourse.julialang.org/t/ann-nlp-packages/19235 "2019-01-03T15:03:30Z")

</div>

Good day to everyone, Below is a list of NLP-related packages I developed in the last few months that may be of interest: ConceptnetNumberbatch.jl an interface for Conceptnet Numberbatch word embeddings Glowe.jl an …

---

## [ANN: Package for NIST Statistical Reference Data](https://discourse.julialang.org/t/ann-package-for-nist-statistical-reference-data/73822)

<div class="topic-metadata">

**Author:** [@joshday](https://discourse.julialang.org/u/joshday)\
**Replies:** 0\
**Last updated:** [December 30, 2021, 4:59pm UTC](https://discourse.julialang.org/t/ann-package-for-nist-statistical-reference-data/73822 "2021-12-30T16:59:46Z")

</div>

Hey all, I’m working on a package to aid in working with the NIST Statistical Reference Data (StRD), a collection of datasets and certified computations meant to help validate statistical software. I did not find any u…

---

## [\[ANN\] Cosmology on the sphere with PowerSpectra.jl, WignerFamilies.jl, and Healpix.jl 3.0](https://discourse.julialang.org/t/ann-cosmology-on-the-sphere-with-powerspectra-jl-wignerfamilies-jl-and-healpix-jl-3-0/73799)

<div class="topic-metadata">

**Author:** [@xzackli](https://discourse.julialang.org/u/xzackli)\
**Replies:** 0\
**Last updated:** [December 30, 2021, 1:24am UTC](https://discourse.julialang.org/t/ann-cosmology-on-the-sphere-with-powerspectra-jl-wignerfamilies-jl-and-healpix-jl-3-0/73799 "2021-12-30T01:24:14Z")

</div>

Here are some related packages for the analysis of sky maps. In cosmology, this is sometimes called “curved sky” data analysis, since observations are made on the celestial sphere. These packages have been around for a w…

---

## [Nonlinear Dynamics textbook + DynamicalSystems.jl 2.0](https://discourse.julialang.org/t/nonlinear-dynamics-textbook-dynamicalsystems-jl-2-0/65665)

<div class="topic-metadata">

**Author:** [@Datseris](https://discourse.julialang.org/u/Datseris)\
**Replies:** 8\
**Last updated:** [December 24, 2021, 4:30pm UTC](https://discourse.julialang.org/t/nonlinear-dynamics-textbook-dynamicalsystems-jl-2-0/65665 "2021-12-24T16:30:37Z")

</div>

Hello everyone! In this post I’m happy to announce the latest news surrounding the DynamicalSystems.jl library! In the following I’ll summarize the most exciting things that have been happening to the library over the p…

---

## [Nbdev.jl Alpha release](https://discourse.julialang.org/t/nbdev-jl-alpha-release/73669)

<div class="topic-metadata">

**Author:** [@satyabrata\_pal](https://discourse.julialang.org/u/satyabrata_pal)\
**Replies:** 0\
**Last updated:** [December 27, 2021, 6:21am UTC](https://discourse.julialang.org/t/nbdev-jl-alpha-release/73669 "2021-12-27T06:21:39Z")

</div>

I am happy to announce that I have released the Alpha version of Nbdev.jl. This project is an attempt to port fastai’s Nbdev to Julia. Nbdev (both the original version and the Julia version) is based on the idea of using…

---

## [\[Proof of concept\] Blender.jl](https://discourse.julialang.org/t/proof-of-concept-blender-jl/65591)

<div class="topic-metadata">

**Author:** [@jagot](https://discourse.julialang.org/u/jagot)\
**Replies:** 14\
**Last updated:** [December 26, 2021, 8:31pm UTC](https://discourse.julialang.org/t/proof-of-concept-blender-jl/65591 "2021-12-26T20:31:28Z")

</div>

This is nowhere near releaseability, but maybe someone could find it interesting. Blender has (as you may know) a rather extensive Python API, and I always wanted to leverage Blender’s capabilities for 3d plotting. At th…

---

## [\[ANN\] DataFrameMacros v0.2](https://discourse.julialang.org/t/ann-dataframemacros-v0-2/73651)

<div class="topic-metadata">

**Author:** [@jules](https://discourse.julialang.org/u/jules)\
**Replies:** 9\
**Last updated:** [December 26, 2021, 6:52pm UTC](https://discourse.julialang.org/t/ann-dataframemacros-v0-2/73651 "2021-12-26T18:52:30Z")

</div>

With DataFrames 1.3, it’s now possible to mutate subsets of DataFrames. The normal approach looks like this: df = DataFrame(x = 1:5, y = \[2, 4, 6, missing, 10\]) sdf = subset(df, :y =\> ByRow(ismissing), view = true) tran…

---

## [\[ANN\] CircleFit.jl](https://discourse.julialang.org/t/ann-circlefit-jl/45773)

<div class="topic-metadata">

**Author:** [@feanor12](https://discourse.julialang.org/u/feanor12)\
**Replies:** 2\
**Last updated:** [December 20, 2021, 6:10pm UTC](https://discourse.julialang.org/t/ann-circlefit-jl/45773 "2021-12-20T18:10:39Z")

</div>

This is a simple package to fit a circle to points in a plane. Currently, there are 3 methods implemented (Kasa, Pratt, Taubin).

---

## [\[ANN\] PrettyNumbers.jl](https://discourse.julialang.org/t/ann-prettynumbers-jl/73272)

<div class="topic-metadata">

**Author:** [@Ronis\_BR](https://discourse.julialang.org/u/Ronis_BR)\
**Replies:** 12\
**Last updated:** [December 18, 2021, 9:05pm UTC](https://discourse.julialang.org/t/ann-prettynumbers-jl/73272 "2021-12-18T21:05:12Z")

</div>

Hi! Long time, no see :slight\_smile: I am passing through a very big change, I was pretty much off-line in the previous months. I just want to announce a very simple package called PrettyNumbers.jl. The idea is to form…

---

## [Very special RNG](https://discourse.julialang.org/t/very-special-rng/73242)

<div class="topic-metadata">

**Author:** [@wildart](https://discourse.julialang.org/u/wildart)\
**Replies:** 3\
**Last updated:** [December 17, 2021, 10:37am UTC](https://discourse.julialang.org/t/very-special-rng/73242 "2021-12-17T10:37:09Z")

</div>

Recently, I’ve seen an issue that mentioned using a “special” random number generator from XKCD-221. Unfortunately, I do not remember where it was. But, if you need such RNG, you can get it from here: Xkcd221.jl. It’s …

---

## [HorseML.jl (formerly LearningHorse.jl)](https://discourse.julialang.org/t/horseml-jl-formerly-learninghorse-jl/73149)

<div class="topic-metadata">

**Author:** [@QGMW22](https://discourse.julialang.org/u/QGMW22)\
**Replies:** 2\
**Last updated:** [December 15, 2021, 9:36pm UTC](https://discourse.julialang.org/t/horseml-jl-formerly-learninghorse-jl/73149 "2021-12-15T21:36:45Z")

</div>

LearningHorse I’m glad to release new version of this package. please try using this version! Big change Although it is a new version, please note that the package name has also been changed to HorseML because I changed…

---

## [\[ANN\] Reviving LMDB.jl](https://discourse.julialang.org/t/ann-reviving-lmdb-jl/73061)

<div class="topic-metadata">

**Author:** [@fabiangans](https://discourse.julialang.org/u/fabiangans)\
**Replies:** 0\
**Last updated:** [December 14, 2021, 7:36am UTC](https://discourse.julialang.org/t/ann-reviving-lmdb-jl/73061 "2021-12-14T07:36:41Z")

</div>

I want to announce that LMDB.jl, a wrapper for the LMDB C library, was added to the General registry again. The package existed before in pre-1.0 times, and was now brought up to date using new wrapper generators, the Ar…

---

## [\[ANN\] PolygonIO.jl](https://discourse.julialang.org/t/ann-polygonio-jl/67811)

<div class="topic-metadata">

**Author:** [@PyDataBlog](https://discourse.julialang.org/u/PyDataBlog)\
**Replies:** 11\
**Last updated:** [December 12, 2021, 4:28pm UTC](https://discourse.julialang.org/t/ann-polygonio-jl/67811 "2021-12-12T16:28:08Z")

</div>

I am excited to share the initial release of PolygonIO.jl. PolygonIO.jl aims to enrich Julia finance ecosystem with full coverage of all the REST API and websocket services provided by the popular financial data platfor…

---

## [TSAnalysis: time series analysis and state-space modelling](https://discourse.julialang.org/t/tsanalysis-time-series-analysis-and-state-space-modelling/30672)

<div class="topic-metadata">

**Author:** [@fipelle](https://discourse.julialang.org/u/fipelle)\
**Replies:** 49\
**Last updated:** [December 10, 2021, 9:24pm UTC](https://discourse.julialang.org/t/tsanalysis-time-series-analysis-and-state-space-modelling/30672 "2021-12-10T21:24:52Z")

</div>

Hi all, I am a third-year PhD student in Statistics at the London School of Economics and Political Science. I just released the first version of TSAnalysis (GitHub - fipelle/MessyTimeSeries.jl: A Julia implementation …

---

## [\[ANN\] Telegram.jl - SDK, logger and bots](https://discourse.julialang.org/t/ann-telegram-jl-sdk-logger-and-bots/41840)

<div class="topic-metadata">

**Author:** [@Skoffer](https://discourse.julialang.org/u/Skoffer)\
**Replies:** 16\
**Last updated:** [December 9, 2021, 5:28pm UTC](https://discourse.julialang.org/t/ann-telegram-jl-sdk-logger-and-bots/41840 "2021-12-09T17:28:52Z")

</div>

Hello everyone! I am really happy to announce Telegram.jl, a package that contains native Julia Telegram Messanger SDK, logging and bot facilities. This package was built with the main idea of using Telegram as an insta…

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

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