Make New Release 1.4.2
Closed this issue ยท 9 comments
There are some changes for a new release:
- Rollback some changes to fix polygon creation (@vitcpp)
- Fix dist rule in the Makefile (@pdowler)
- Implement KNN algorithm for spoints (@waaeer)
The last commit was pushed directly into the master branch by mistake. The master branch is a dev branch. I propose to keep the last commit and test it directly in master, once it is already committed.
P.S. I will check that the master branch is protected and protect it if not.
I'd like to see a couple minor tweaks made to the "KNN support for spoints" commit.
doc/indices.sgm: Change "fast finding" to "quickly finding". Also, the commit deleted a blank line before the </sect1>, and that line shouldn't have been deleted.
pgs_gist.sql.in: The "17" in "OPERATOR 17" should line up with the "16" on the previous line, please.
And an upgrade script is needed, of course.
I think the other two changes (makefile and spoly validation) would be a 1.4.2 release that's valuable now.
Then the KNN work is a new feature to show up in 1.5 or later depending on what happens.
Status update:
- knn commit was removed from the master
- dist rule PR was merged
- knn PR was created for review and improvement (for the upcoming 1.5.0 release)
I propose to make 1.4.2 version artifact from the current code snapshot.
Do you have any objections against bumping 1.4.2 as the latest release?
@vitcpp asked:
Do you have any objections against bumping 1.4.2 as the latest release?
No objections.
Closed as completed.