Skip to content

v0.4.0

Compare
Choose a tag to compare
@jmoralez jmoralez released this 25 Apr 02:02
· 153 commits to main since this release
06cebcc

What's Changed

Python package name change

We're deprecating the nixtlats package in favor of nixtla. Please ensure you make the following changes:

  1. Install the nixtla package: pip install nixtla
  2. Update your imports accordingly, e.g. from nixtla import NixtlaClient

New features

  • [FEAT] Process multiple partitions in parallel by @elephaint in #296

Enhancements

New Contributors

Full Changelog: v0.3.0...v0.4.0