Aaron Meurer

Results 1002 comments of Aaron Meurer

My hope is that after we do this, we will no longer be over quota, but even if we aren't we will be again soon. How can we export the...

Yeah, I actually doubt it will solve the quota issue, but it is something that needs to be done. Even `dev_appserver` no longer works with Python 2.5.

This does migrate to 2.7 (you have to to move to hrd). Or did I misunderstand your question?

OK, I got it working: http://sympy-reviews.appspot.com/report/ag9zfnN5bXB5LXJldmlld3NyCwsSBFRhc2sY6QcM. Now, how to point the reviews site to it...

A data store solution would be to just leave old reviews site as it is (instead of migrating), and starting fresh with this one. The downside is that urls will...

[This](http://reviews.sympy.org/report/ag9zfnN5bXB5LXJldmlld3NyCwsSBFRhc2sY6QcM) is what would happen if we did that. I am also in the process of downloading the data to my computer. It looks like it is going into a...

- [ ] When we fix the domain, don't forget to revert d522a21.

A possible concern with adding `tau` to the main namespace is that `sympify('tau')` would start returning `tau` the constant, whereas currently it creates a Symbol named tau, which would be...

We could also call it `turn` or `τ`.

The other question is implementation. The simplest implementation is just an alias, `tau = 2*pi`. That's so simple that we arguably don't even need to include it. People who want...