Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anserini 0.5.0 release? #660

Closed
lintool opened this issue May 31, 2019 · 10 comments
Closed

Anserini 0.5.0 release? #660

lintool opened this issue May 31, 2019 · 10 comments

Comments

@lintool
Copy link
Member

lintool commented May 31, 2019

Thoughts about cutting a 0.5.0 release? @r-clancy @emmileaf @Victor0118 @Peilin-Yang

We'd use this for OSIRRC. Folds in all the code for SIGIR.

Blocks on #658 though

@ryan-clancy
Copy link
Contributor

Sounds good to me now that #658 is fixed.

🚢

@lintool
Copy link
Member Author

lintool commented May 31, 2019

Okay, there's a CAR patch I need to make per #641 - I'll then need to rerun all regressions from scratch cw12 full takes two days, so we're probably talking about mid-week next week for release. FYI in terms of planning for OSIRRC.

@lintool
Copy link
Member Author

lintool commented May 31, 2019

The other major addition is Anserini -> Solr ingestion right? I'm going to verify that it works... can we get @emmileaf to test also to get independent verification?

@ryan-clancy
Copy link
Contributor

The Solr integration was mainly 0.4.0, I think 0.5.0 just contains some tweaks. Either way, it's good to sanity check it.

@lintool
Copy link
Member Author

lintool commented May 31, 2019

We should try to fix #515 also? @emmileaf

@emmileaf
Copy link
Member

Yup, I can send in a PR for #515 for Monday.

@emmileaf
Copy link
Member

emmileaf commented Jun 3, 2019

The other major addition is Anserini -> Solr ingestion right? I'm going to verify that it works... can we get @emmileaf to test also to get independent verification?

For the sanity check- I was able to successfully set up solrini by following the doc.

@lintool
Copy link
Member Author

lintool commented Jun 3, 2019

Merged in #665

Release candidate for v0.5.0 3545350

Will proceed to run all regressions from scratch and report back.

@lintool
Copy link
Member Author

lintool commented Jun 5, 2019

At commit 3545350 (6/3/2019) - the following regressions all successfully completed:

[o] nohup python src/main/python/run_regression.py --index --collection disk12 >& log.disk12 &
[o] nohup python src/main/python/run_regression.py --index --collection robust04 >& log.robust04 &
[o] nohup python src/main/python/run_regression.py --index --collection robust05 >& log.robust05 &
[o] nohup python src/main/python/run_regression.py --index --collection core17 >& log.core17 &
[o] nohup python src/main/python/run_regression.py --index --collection core18 >& log.core18 &

[o] nohup python src/main/python/run_regression.py --index --collection wt10g >& log.wt10g &
[o] nohup python src/main/python/run_regression.py --index --collection gov2 >& log.gov2 &

[o] nohup python src/main/python/run_regression.py --index --collection car17v1.5 >& log.car17v1.5 &
[o] nohup python src/main/python/run_regression.py --index --collection car17v2.0 >& log.car17v2.0 &

[o] nohup python src/main/python/run_regression.py --index --collection mb11 >& log.mb11 &
[o] nohup python src/main/python/run_regression.py --index --collection mb13 >& log.mb13 &

[o] nohup python src/main/python/run_regression.py --index --collection cw09b >& log.cw09b &
[o] nohup python src/main/python/run_regression.py --index --collection cw12b13 >& log.cw12b13 &
[o] nohup python src/main/python/run_regression.py --index --collection cw12 >& log.cw12 &

[o] nohup python src/main/python/jdiq2018/run_regression.py --collection disk12 >& jdiq2018.disk12.log &
[o] nohup python src/main/python/jdiq2018/run_regression.py --collection robust04 >& jdiq2018.robust04.log &
[o] nohup python src/main/python/jdiq2018/run_regression.py --collection robust05 >& jdiq2018.robust05.log &
[o] nohup python src/main/python/jdiq2018/run_regression.py --collection wt10g >& jdiq2018.wt10g.log &
[o] nohup python src/main/python/jdiq2018/run_regression.py --collection gov2 >& jdiq2018.gov2.log &
[o] nohup python src/main/python/jdiq2018/run_regression.py --collection cw09b --metrics map ndcg20 err20 >& jdiq2018.cw09b.log &
[o] nohup python src/main/python/jdiq2018/run_regression.py --collection cw12b13 --metrics map ndcg20 err20 >& jdiq2018.cw12b13.log &

All commits thereafter is documentation only.

Proceeding to cut v0.5.0 release.

@lintool
Copy link
Member Author

lintool commented Jun 5, 2019

Release successful: https://search.maven.org/artifact/io.anserini/anserini/0.5.0/jar

Closing issue.

@lintool lintool closed this as completed Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants