Skip to content

Commit

Permalink
Update to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
interpret-ml committed Dec 11, 2020
1 parent d2db3aa commit 742c52c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="slicer",
version="0.0.5",
version="0.0.6",
author="InterpretML",
author_email="[email protected]",
description="A small package for big slicing.",
Expand Down

0 comments on commit 742c52c

Please sign in to comment.