Skip to content

Commit 43fad3d

Browse files
committed
bump version for release
1 parent 3dcee25 commit 43fad3d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Terrier IR Platform - Terabyte Retriever v5.7
1+
Terrier IR Platform - Terabyte Retriever v5.9
22
---------------------------------------------
33
![Terrier Maven CI](https://github.com/terrier-org/terrier-core/workflows/Terrier%20Maven%20CI/badge.svg) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.terrier/terrier-platform/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.terrier/terrier-platform)
44

@@ -36,4 +36,4 @@ citation licence.
3636
------------------------
3737
> Webpage: <http://terrier.org>
3838
> Contact: [School of Computing Science](http://www.dcs.gla.ac.uk/)
39-
> Copyright (C) 2004-2022 [University of Glasgow](http://www.gla.ac.uk/). All Rights Reserved.
39+
> Copyright (C) 2004-2024 [University of Glasgow](http://www.gla.ac.uk/). All Rights Reserved.

doc/whats_new.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
What's New in Terrier
22
=====================
33

4-
Terrier 5.9 - XX/XX/XXX
4+
Terrier 5.9 - 2/5/2024
55
-----------------------
66

7+
## Indexing
8+
* Prevent negative free memory from ending indexing
9+
710
## Retrieval
811
* Fix problem with FatFull misassociating postings to documents [#246](https://github.com/terrier-org/terrier-core/pull/246). In PyTerrier, this makes the retrieval results/effectivenesss of `BatchRetrieve >> FeaturesBatchRetrieve` identical to `FeaturesBatchRetrieve(..., wmodel=...)`.
912

13+
## Other
14+
* Bump logback by @dependabot
15+
* dont cutoff stacktraces during Unit tests
16+
1017
Terrier 5.8 - 1/11/2023
1118
-----------------------
1219

0 commit comments

Comments
 (0)