[jira] [Comment Edited] (PYLUCENE-66) JCC doesn't build with Python 3.11.

2022-10-31 Thread Andi Vajda (Jira)
[ https://issues.apache.org/jira/browse/PYLUCENE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17626895#comment-17626895 ] Andi Vajda edited comment on PYLUCENE-66 at 11/1/22 1:12 AM: - I switched

[jira] [Commented] (PYLUCENE-66) JCC doesn't build with Python 3.11.

2022-10-31 Thread Andi Vajda (Jira)
[ https://issues.apache.org/jira/browse/PYLUCENE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17626895#comment-17626895 ] Andi Vajda commented on PYLUCENE-66: I switched that line to use Py_SET_TYPE() and that should fix

[jira] [Resolved] (PYLUCENE-66) JCC doesn't build with Python 3.11.

2022-10-31 Thread Andi Vajda (Jira)
[ https://issues.apache.org/jira/browse/PYLUCENE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-66. Resolution: Fixed fixed in rev 1904960. > JCC doesn't build with Python 3.11. >

[jira] [Updated] (PYLUCENE-66) JCC doesn't build with Python 3.11.

2022-10-31 Thread A. Coady (Jira)
[ https://issues.apache.org/jira/browse/PYLUCENE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] A. Coady updated PYLUCENE-66: - Environment: Python 3.11, PyLucene 9.4.1-rc (was: Python 3.11) > JCC doesn't build with Python 3.11. >

[jira] [Created] (PYLUCENE-66) JCC doesn't build with Python 3.11.

2022-10-31 Thread A. Coady (Jira)
A. Coady created PYLUCENE-66: Summary: JCC doesn't build with Python 3.11. Key: PYLUCENE-66 URL: https://issues.apache.org/jira/browse/PYLUCENE-66 Project: PyLucene Issue Type: Bug

Re: [VOTE] Release PyLucene 9.4.1

2022-10-31 Thread Jeff Breidenbach
+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: > https://dist.apache.org/repos/dist/dev/lucene/pylucene/9.4.1-rc1/ > > PyLucene 9.4.1 is built

[VOTE] Release PyLucene 9.4.1

2022-10-31 Thread Andi Vajda
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: https://dist.apache.org/repos/dist/dev/lucene/pylucene/9.4.1-rc1/ PyLucene 9.4.1 is built with JCC 3.12, included in these release artifacts. JCC 3.12

Re: New release of PyLucene?

2022-10-31 Thread Andi Vajda
On Mon, 31 Oct 2022, Benjamin Trent wrote: Thank you very much Andi! Once I wrapped my head around the basics, I found PyLucene excellent, intuitive, and just like writing in Lucene, but with Python! It would be marvelous if we could automate the process or document the steps for building

Re: New release of PyLucene?

2022-10-31 Thread Benjamin Trent
Thank you very much Andi! Once I wrapped my head around the basics, I found PyLucene excellent, intuitive, and just like writing in Lucene, but with Python! It would be marvelous if we could automate the process or document the steps for building newer versions. Thanks! Ben On Mon, Oct 31,

Re: New release of PyLucene?

2022-10-31 Thread Andi Vajda
> 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 > particular concern is around KNN search. > > What is the process to start a new release

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