From 742c52ca47f74a6cdcea51bda1104cf0ee6ddd30 Mon Sep 17 00:00:00 2001 From: InterpretML <50031429+interpret-ml@users.noreply.github.com> Date: Fri, 11 Dec 2020 13:29:52 -0800 Subject: [PATCH] Update to 0.0.6 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752d367..02eee53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and the versioning is mostly derived from [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.6] - 2020-12-11 +### Added +- Added support for ragged numpy arrays. +- Added support for assignment on existing tracked objects. + ## [v0.0.5] - 2020-11-04 ### Added - Added support for SciPy csr, csc, lil, dok matrices. @@ -12,5 +17,6 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o ### Added - Initial public release. +[v0.0.6]: https://github.com/interpretml/slicer/releases/tag/v0.0.6 [v0.0.5]: https://github.com/interpretml/slicer/releases/tag/v0.0.5 [v0.0.4]: https://github.com/interpretml/slicer/releases/tag/v0.0.4 \ No newline at end of file diff --git a/setup.py b/setup.py index e619439..e849f43 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="slicer", - version="0.0.5", + version="0.0.6", author="InterpretML", author_email="interpret@microsoft.com", description="A small package for big slicing.",