From 2d9b82141caadd138e3ab692090a3e984e136ae2 Mon Sep 17 00:00:00 2001 From: Charlie Marshak Date: Tue, 12 Mar 2024 14:03:05 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f98145..b6e8acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.5] + +### Added +* Include `dask` in environment.yml as it appears to not be correctly handled in pandera: https://github.com/unionai-oss/pandera/issues/1525 + ## [0.3.4] ### Changed