Published onJuly 11, 2024Shipping conda environments to production using pixipythoncondapixipackagingWe show how we ship conda environments into production using the pixi package manager. To do that, we introduce a tool called pixi-pack.
Published onJune 18, 2024How QuantCo automatically keeps hundreds of repositories up-to-dategithubautomationWe built a tool to automatically keep all of our repositories up-to-date with the latest best practices and dependency versions.
Published onJune 7, 2024High-performance and user-friendly GLMs with glum 3pythonperformanceglmThe new glum release introduces a formula interface that simplifies preprocessing and offers various enhancements for categorical and mixed sparse and dense data.
Published onAugust 25, 2023Automatically transform complex python methods to polars expressionspolarspythonastcompilersTired of writing complicated Polars expressions? polarIFy automatically translates your easy-to-read Python methods into efficient Polars expressions!
Published onJuly 31, 2022Introducing the multiregex librarypythonperformanceregexIn this post we discuss how we improved the runtime performance of a text mining step in a machine learning pipeline by a factor of 12.