-
Notifications
You must be signed in to change notification settings - Fork 2
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
Prepare for version 0.6 #22
Conversation
@dilawar I was wondering about a more meta issue -- if we are using |
Yes. I haven't added anything new except an easier API. This is more tested and I can use it today and move on to unsolved problems. We can re-invent the wheel later (but why?). I'll still have to add more computations #23 etc. |
It is a major rewrite. Major changes are
pop
andremove
apis.push
ed, the statistics are computed.new
,default
andwith_fixed_capacity
APIs.Vec
is replaced byVecDeque
cc: @purnatag