Zachary Sunberg
Zachary Sunberg
> I still think the eltype(::Interval) method should be removed. Because the use of Base.eltype is intended for iterable objects (see [documentation](https://docs.julialang.org/en/v1/base/collections/#Base.eltype)), and the method eltype(::Interval) can be considered as...
> But... Why? The user writing 1..3//2 and not 1..3/2 looks like a very explicit request for the bounds to be exact rationals, not floats. Yes! Absolutely! The bounds are...
> Float conversion would also break current correct behavior in > ``` > julia> 10^16+1 ∈ (10^16+1)..10^17 > true > > julia> 10^16 ∈ (10^16+1)..10^17 > false > ``` >...
@hyrodium regarding the type piracy issue, I do not think using `eltype` is that much different than using `in`. From the docstring for `in`: > Determine whether an item is...
Oh man, I didn't know that `]` works in jupyter - that is so convenient. Finally I will get to stop worrying about which incantation of pkg I should be...
Ah, good suggestion! I will do that when I have some time.
FYI @WhiffleFish and I plan to do this on Thursday
Yeah, at this point, @dylan-asmar , I think you can just go ahead and merge all pull requests that you have yourself. Just make sure tests pass, etc. The only...
I don't think we should maintain POMDPExamples. The important tutorials there should be moved to the main POMDPs.jl documentation (i.e. I still think we should fix #417). I'm less sure...
- [ ] states hash correctly and are completely immutable