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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 55
66setuptools .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." ,
You can’t perform that action at this time.
0 commit comments