Commit 72ec3db 1 parent e4d9951 commit 72ec3db Copy full SHA for 72ec3db
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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 this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.1] - 2023-05-16
8
+ ### Added
9
+ - Added doc strings to ` sparse_retriver.py ` .
10
+ - Added doc strings to ` dense_retriver.py ` .
11
+ - Added doc strings to ` hybrid_retriver.py ` .
12
+
7
13
## [ 0.2.0] - 2023-02-19
8
14
### Added
9
15
- Added ` sparse_retriver.py ` .
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "retriv" ,
8
- version = "0.2.0 " ,
8
+ version = "0.2.1 " ,
9
9
author = "Elias Bassani" ,
10
10
author_email = "elias.bssn@gmail.com" ,
11
11
description = "retriv: A Blazing-Fast Python Search Engine." ,
You can’t perform that action at this time.
0 commit comments