You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the information was fetched from packages' readmes to data/readme_html/[packagename].txt 2 years ago and was not updated since then, so the situation might be quite similar for many projects. It seems that there is no mechanism for maintainers to update their title pages.
Given that often the link to juliapackages.com is on the first page of search engines, a very unfortunate impression of newcomers might be that julia ecosystem is abandoned, which is not the case.
I think it could be reasonable to have some mechanism for keeping title pages up to date.
The text was updated successfully, but these errors were encountered:
Yep, the source htmls are up to date now. Thanks for fixing this and for a great package navigation on juliapackages.com
BTW, are you planning to do some sort of regular update, e.g. with CI of package descriptions?
Possibly in the future. Its hard to do with the war on APIs every company is creating nowadays
When I built JuliaObserver.com, I had cron jobs that updated 4 times a day. But sometimes the website would stop working and I only found out when people made github issues (i.e. if i was on vacation)
However I will try to do better than updating once every 2 years. The main hurdle here was Github blocked how I used to do API requests. Actually had to use ChatGPT to figure out how to port over to the new paradigm
Title pages for packages on https://juliapackages.com are generated from higly outdated readme files. For example it is quite misleading to see warning on https://juliapackages.com/p/outlierdetection about installation of versions before 0.2, while the actual version on github is 0.3.3. Examples from https://juliapackages.com/p/outlierdetection also do not work.
It turned out that the maintainer did not know how to update the information on title page of his package: OutlierDetectionJL/OutlierDetection.jl#37 (comment)
I see that the information was fetched from packages' readmes to data/readme_html/[packagename].txt 2 years ago and was not updated since then, so the situation might be quite similar for many projects. It seems that there is no mechanism for maintainers to update their title pages.
Given that often the link to juliapackages.com is on the first page of search engines, a very unfortunate impression of newcomers might be that julia ecosystem is abandoned, which is not the case.
I think it could be reasonable to have some mechanism for keeping title pages up to date.
The text was updated successfully, but these errors were encountered: