File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and the versioning is mostly derived from [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
12
## [ v0.0.5] - 2020-11-04
8
13
### Added
9
14
- 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
12
17
### Added
13
18
- Initial public release.
14
19
20
+ [ v0.0.6 ] : https://github.com/interpretml/slicer/releases/tag/v0.0.6
15
21
[ v0.0.5 ] : https://github.com/interpretml/slicer/releases/tag/v0.0.5
16
22
[ v0.0.4 ] : https://github.com/interpretml/slicer/releases/tag/v0.0.4
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "slicer" ,
8
- version = "0.0.5 " ,
8
+ version = "0.0.6 " ,
9
9
author = "InterpretML" ,
10
10
author_email = "interpret@microsoft.com" ,
11
11
description = "A small package for big slicing." ,
You can’t perform that action at this time.
0 commit comments