File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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.7] - 2020-12-15
8
+ ### Fixed
9
+ - Fix around alias re-assignment.
10
+
7
11
## [ v0.0.6] - 2020-12-11
8
12
### Added
9
13
- Added support for ragged numpy arrays.
@@ -17,6 +21,7 @@ and the versioning is mostly derived from [Semantic Versioning](https://semver.o
17
21
### Added
18
22
- Initial public release.
19
23
24
+ [ v0.0.7 ] : https://github.com/interpretml/slicer/releases/tag/v0.0.7
20
25
[ v0.0.6 ] : https://github.com/interpretml/slicer/releases/tag/v0.0.6
21
26
[ v0.0.5 ] : https://github.com/interpretml/slicer/releases/tag/v0.0.5
22
27
[ 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.6 " ,
8
+ version = "0.0.7 " ,
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