--
You received this message because you are subscribed to the Google Groups "lmdb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+uns...@googlegroups.com.
To post to this group, send email to lm...@googlegroups.com.
Visit this group at https://groups.google.com/group/lmdb.
For more options, visit https://groups.google.com/d/optout.
Hi everyone,I of course support the promotion of 4 (Abelian varieties over FF_q) since it is my database :) A few words: We have received a lot of good comments on our pull request when it was originally merged to beta, and while we haven’t acted on them, I very much plan to make all of these modifications and to write the necessary knowls.My timeline right now is to do this when the semester at UVM ends, which is in mid-May. I would think that if there is support from others, the promotion could happen in late May after the updates are made.
Christelle
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+unsubscribe@googlegroups.com.
To post to this group, send email to lm...@googlegroups.com.
Visit this group at https://groups.google.com/group/lmdb.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "lmdb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+unsubscribe@googlegroups.com.
Christelle
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+uns...@googlegroups.com.
To post to this group, send email to lm...@googlegroups.com.
Visit this group at https://groups.google.com/group/lmdb.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "lmdb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+uns...@googlegroups.com.
To post to this group, send email to lm...@googlegroups.com.
Visit this group at https://groups.google.com/group/lmdb.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "lmdb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+uns...@googlegroups.com.
To post to this group, send email to lm...@googlegroups.com.
Visit this group at https://groups.google.com/group/lmdb.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "lmdb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+uns...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+unsubscribe@googlegroups.com.
To post to this group, send email to lm...@googlegroups.com.
Visit this group at https://groups.google.com/group/lmdb.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "lmdb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+unsubscribe@googlegroups.com.
I had a chance to play around a little with the latest abelian varieties pages. In general I think they look very good! I did notice a few small things:
I had a chance to play around a little with the latest abelian varieties pages. In general I think they look very good! I did notice a few small things:I had a chance to play around with the new version a bit and did find a few small bugs and a few things that were confusing/troubling:(1) If you enter an invalid search value (e.g. "cat") for base field or dimension, the error message refers to input fields Q and G, respectively, which I think should be "base field" and "dimension".
(2) It would be nice if points on variety and points on curve let you specify ranges; you can specify lists of values, but if you specify a range you get no matches (and no error message, which is potentially confusing). (As an aside, I really like the fact that you can specify a negative value for the number of points on the "virtual curve", very cool!)
(2) If you set dimension to 3 and principally polarizable to yes you get 0 matches, and if you set principally polarizable to no you also get 0 matches, but if you make it unrestricted you get 117148 matches. I assume this is because you simply don't know which isogeny classes are principally polarizable, but this is potentially confusing, especially since in dimensions 1 and 2 things work as one would expect (so if you do a search with prinicpally polarizable set to yes or no and dimension unspecified you will get a bunch of results, but none will have dimension greater than 2).(4) Similar to (3), if you set Jacobian to yes you will get no matches if dimension is 3 or greater. But if you set Jacobian to no and dimension to 3 you now do get matches (523), which I presume is because these 523 have a negative number of points on the "curve". But if you now also set principally polarizable to no, you get zero matches, which is potentially confusing (one might conclude that these 523 are all principally polarizable but not Jacobians, but is that really true?).
--
You received this message because you are subscribed to the Google Groups "lmdb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lmdb+unsubscribe@googlegroups.com.
On Wed, Aug 2, 2017 at 1:41 PM, Andrew Sutherland <andrewvs...@gmail.com> wrote:I had a chance to play around a little with the latest abelian varieties pages. In general I think they look very good! I did notice a few small things:I had a chance to play around with the new version a bit and did find a few small bugs and a few things that were confusing/troubling:(1) If you enter an invalid search value (e.g. "cat") for base field or dimension, the error message refers to input fields Q and G, respectively, which I think should be "base field" and "dimension".Fixed.(2) It would be nice if points on variety and points on curve let you specify ranges; you can specify lists of values, but if you specify a range you get no matches (and no error message, which is potentially confusing). (As an aside, I really like the fact that you can specify a negative value for the number of points on the "virtual curve", very cool!)This isn't easy to fix. The problem is that the point counts are stores as strings, since they can get very large. This means that the method we have of dealing with ranges (adding "$gte" and "$lte" conditions) won't work. If you know how to get Mongo to deal with very large integers correctly, that would clearly be the best solution. In lieu of that, I can add an error message if the search string contains a hyphen....
--
You received this message because you are subscribed to the Google Groups
"lmdb" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lmdb+unsubscribe@googlegroups.com.
To post to this group, send email to lm...@googlegroups.com.
Visit this group at https://groups.google.com/group/lmdb.
For more options, visit https://groups.google.com/d/optout.