v0.4.0
What's Changed
Python package name change
We're deprecating the nixtlats
package in favor of nixtla
. Please ensure you make the following changes:
- Install the nixtla package:
pip install nixtla
- Update your imports accordingly, e.g.
from nixtla import NixtlaClient
New features
- [FEAT] Process multiple partitions in parallel by @elephaint in #296
Enhancements
- Create CODE_OF_CONDUCT.md by @tracykteal in #292
- use fill_gaps in resample_dataframe by @jmoralez in #267
New Contributors
- @tracykteal made their first contribution in #292
- @elephaint made their first contribution in #296
Full Changelog: v0.3.0...v0.4.0