Skip to content

Commit 742c52c

Browse files
committed
Update to 0.0.6
1 parent d2db3aa commit 742c52c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and the versioning is mostly derived from [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.0.6] - 2020-12-11
8+
### Added
9+
- Added support for ragged numpy arrays.
10+
- Added support for assignment on existing tracked objects.
11+
712
## [v0.0.5] - 2020-11-04
813
### Added
914
- 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
1217
### Added
1318
- Initial public release.
1419

20+
[v0.0.6]: https://github.com/interpretml/slicer/releases/tag/v0.0.6
1521
[v0.0.5]: https://github.com/interpretml/slicer/releases/tag/v0.0.5
1622
[v0.0.4]: https://github.com/interpretml/slicer/releases/tag/v0.0.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="slicer",
8-
version="0.0.5",
8+
version="0.0.6",
99
author="InterpretML",
1010
author_email="interpret@microsoft.com",
1111
description="A small package for big slicing.",

0 commit comments

Comments
 (0)