-
Notifications
You must be signed in to change notification settings - Fork 34
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
Release 0.4 #101
Comments
Hi @sappelhoff ! Sorry I have not been much active. There has been quite a lot of work on my hands.
Tbh I have forgot about that. What I get reading the comments there is that the goal now is to have a documented example that compares both RANSAC's in an isolated way (that is, not as a part of PREP or Autoreject, but just as something that finds bad channels). @a-hurst commented that
From this what I get is that whatever functionality that PR tried to do, it is already done on another. Thus I should focus myself on a documented example. Now, originally it was only about RANSACs, but @a-hurst mentions a Pyprep Vs Autoreject comparison. For me that would be two different documented examples. So, what is expected for 0.4 is a documented example of PyPrep RANSAC vs Autoreject RANSAC comparison (not the comparison of the whole packages). Is this correct? Right now, I have a lot on my hands, I think I cannot promise something before October . I could advance here and there but for something guaranteed to be delivered I need my semester to finish first :/ |
Yes, I think that's what #36 could do ... just compare the pyprep and autoreject RANSAC implementations with each other.
Yep
okay! :-) |
Hey @sappelhoff, I've been taking some time for myself and for other projects but I can definitely try to get #99 finished up in the next few days! Apart from other work, the issue is that an API-changing PR like that has a tendency to snowball as you encounter other issues and things to clean up, so I'm going to try breaking it down a bit to make things simpler/easier. |
https://pypi.org/project/pyprep/0.4.0/ 🎉 as discussed in #105 (comment) |
Hey @a-hurst @yjmantilla, I feel like we should draw up a timetable for a 0.4 release. It's not a good idea to just have the little note in the README for people to please install from
master
--> many people will not see/read it, and install from pypi/conda-forge instead, then they'll experience issues, and become disappointed and won't use pyprep.Judging from the milestone (https://github.com/sappelhoff/pyprep/milestone/1), there are just two major things left, both pertaining to examples / documentation:
However, more informally we discussed in #95 how we probably should improve the pyprep API for the 0.4 release, rather than in 0.5 --> @a-hurst has started towards this in #99 to first solve #73 (as that may simplify doing #95)
My questions are mainly:
Lastly I propose that we don't block ourselves with #15 --> if somebody has the time and energy to do it: good, else we migrate it to the 0.5 milestone.
As usual I am available for reviewing and maintaining, but probably won't have a lot of time to go into coding myself.
The text was updated successfully, but these errors were encountered: