Re: [VOTE] Release PyLucene 9.4.1-rc3

2022-11-01 Thread Benjamin Trent
+1 from me On Tue, Nov 1, 2022 at 4:37 PM Andi Vajda wrote: > > The PyLucene 9.4.1 (rc3) release tracking the recent release of > Apache Lucene 9.4.1 is ready. > > A release candidate is available from: > https://dist.apache.org/repos/dist/dev/lucene/pylucene/9.4.1-rc3/ > > PyLucene 9.4.1

Re: [VOTE] Release PyLucene 9.4.1-rc2

2022-11-01 Thread Benjamin Trent
Andi, I pulled down the rc-2 and tested in Docker on Ubuntu 18.04.6 LTS (Bionic Beaver), with Python 3.6.9, I get the following error attempting to build JCC jcc3/sources/functions.cpp: In function 'void installType(PyTypeObject**, PyType_Def*, PyObject*, char*, int)':

New release of PyLucene?

2022-10-31 Thread Benjamin Trent
Lucene 9.4.1 was recently released. The last version of PyLucene released was 9.1.0. There have been some improvements to Lucene since then. My particular concern is around KNN search. What is the process to start a new release of PyLucene? Thank you! Ben

Adding new extension point

2022-11-10 Thread Benjamin Trent
Hey y'all, I am new to this type of workflow, I am used to github and Pull-requests. What is the process for adding a new extension point? With a recent foray into getting Lucene KNN into the ann-benchmarks repository, I found the need to adjust the current codec (Lucene94Codec) to allow us to

Re: [VOTE] Release PyLucene 9.4.1

2022-11-01 Thread Benjamin Trent
+1 On Mon, Oct 31, 2022 at 6:50 PM Jeff Breidenbach wrote: > +1 > > On Mon, Oct 31, 2022, 3:50 PM Andi Vajda wrote: > > > > > The PyLucene 9.4.1 (rc1) release tracking the recent release of > > Apache Lucene 9.4.1 is ready. > > > > A release candidate is available from: > >

Re: New release of PyLucene?

2022-10-31 Thread Benjamin Trent
, 2022 at 11:50 AM Andi Vajda wrote: > > > On Oct 31, 2022, at 07:55, Benjamin Trent wrote: > > > > Lucene 9.4.1 was recently released. The last version of PyLucene > released > > was 9.1.0. There have been some improvements to Lucene since then. My > > par

New release for PyLucene?

2023-07-05 Thread Benjamin Trent
Lucene 9.7 was just released and contains multiple desirable improvements: https://lucene.apache.org/core/9_7_0/changes/Changes.html Could we kick off a new release for PyLucene? Thanks! Ben

Re: [VOTE] Release PyLucene 9.7.0-rc1

2023-07-07 Thread Benjamin Trent
+1 I tested getting ann-benchmarks updated and it worked just fine. Was also able to build locally and run some tests (non-exhaustive) on my M1 macbook. Hope everyone else has the same success! On Thu, Jul 6, 2023 at 3:47 AM Andi Vajda wrote: > > The PyLucene 9.7.0 (rc1) release tracking the