File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 0.11.0 ] - 17.02.2025
99
1010### Added
1111- ` SASRecModel ` and ` BERT4RecModel ` - models based on transformer architecture ([ #220 ] ( https://github.com/MobileTeleSystems/RecTools/pull/220 ) )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " RecTools"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44description = " An easy-to-use Python library for building recommendation systems"
55license = " Apache-2.0"
66authors = [
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- VERSION = "0.10 .0"
15+ VERSION = "0.11 .0"
You can’t perform that action at this time.
0 commit comments