patch

2007-11-23 Thread Goutham D L
Removed the function quad_residue() from residue.py. Goutham --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com To unsubscribe from this group,

Patch review

2007-11-23 Thread Ondrej Certik
for anyone to say I don't like it, before it gets committed. Here is a first patch for a review: http://groups.google.com/group/sympy-patches/browse_thread/thread/c44016dd7b75edd4 Ondrej --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: patch

2007-11-24 Thread Ondrej Certik
On Nov 24, 2007 8:34 AM, Goutham D L <[EMAIL PROTECTED]> wrote: > Removed the function quad_residue() from residue.py. Thanks. Commited. BTW next time, could you please tell you hg to include your full name and email? This is so that it is shown at: http://hg.sympy.org/sympy/ and when you do "h

Re: patch

2007-11-24 Thread Goutham D L
*Commited. BTW next time, could you please tell you hg to include your full name and email? * sure. Is there a way to send the patches directly using hg? Goutham --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy

Re: patch

2007-11-24 Thread Ondrej Certik
On Nov 24, 2007 4:05 PM, Goutham D L <[EMAIL PROTECTED]> wrote: > > Commited. BTW next time, could you please tell you hg to > include your full name and email? > sure. > Is there a way to send the patches directly using hg? Yes, see: http://code.google.com/p/sympy/wiki/HgWorkflow how to sent p

Re: patch

2007-11-26 Thread Kirill Smelkov
On Sat, Nov 24, 2007 at 08:35:17PM +0530, Goutham D L wrote: > *Commited. BTW next time, could you please tell you hg to > include your full name and email? * > sure. > Is there a way to send the patches directly using hg? Use patchbomb extension: http://www.selenic.com/mercurial/wiki/index.cgi/

isympy patch

2008-04-14 Thread Friedrich Hagedorn
Hello, from revision 194752e14bd7 you have to apply the attached patch to install the sympy.interactive module with the setup.py script. Otherwise isympy dont work. By, Friedrich --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[sympy] regarding patch

2012-03-29 Thread Harsh Chhabra
In proposal template i didn't understand the concept of patch requirement what is it ? can any one tell in detail ? -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To u

Re: isympy patch

2008-04-14 Thread Ondrej Certik
On Mon, Apr 14, 2008 at 9:48 AM, Friedrich Hagedorn <[EMAIL PROTECTED]> wrote: > Hello, > > from revision 194752e14bd7 you have to apply the attached patch to > install the sympy.interactive module with the setup.py script. Otherwise > isympy dont work. Thanks a lot for

[sympy] patch review

2008-12-01 Thread Vinzent Steinberg
Sage has problems with reviewing patches: http://sagemath.blogspot.com/2008/11/sage-patch-review.html I think our current patch review system could be improved too. So I suggest to take part in the discussion. Vinzent --~--~-~--~~~---~--~~ You received this

patch mercurial to send both inline+attachement patch for review

2007-12-10 Thread Ondrej Certik
Hi, when reviewing patches, sometimes I want to download them and test them (I download the attachement), but first I just want to look at the code, without testing it - so I'd prefer if mercurial sent both inline and attachement patch. It shouldn't be hard to patch Mercurial to do t

Re: patch mercurial to send both inline+attachement patch for review

2007-12-10 Thread Kirill Smelkov
urial sent both inline and attachement patch. > > It shouldn't be hard to patch Mercurial to do that for us and then > have the patch accepted. What do you think about it? 'hg email -a' uses inline attachment, so it is strange patch content is not displayed. Maybe

[sympy] Action Verbs Patch

2010-04-15 Thread Addison Cugini
ogle.com/group/sympy?hl=en. From 7d0f3c23b0deb18066731b508554c9a492e49c37 Mon Sep 17 00:00:00 2001 From: Addison Cugini Date: Thu, 15 Apr 2010 19:19:38 -0700 Subject: [PATCH] Added wrapper methods for 'action verbs' which allows them to be called both as global functions and as methods e

Re: [sympy] regarding patch

2012-03-29 Thread Alexey U. Gudchenko
On 29.03.2012 17:38, Harsh Chhabra wrote: > In proposal template i didn't understand the concept of patch > requirement > what is it ? > can any one tell in detail ? > Sorry by citing, but it is better to use them Technically: >> take a look at the list >

[sympy] SymPy Patch Requirement

2012-04-03 Thread Vipul Amler
Hi all, Can the Demo's be considered for the patch requirement. I have concentrated on SL4A more{cause that's what I will be building in, instead of modifying sympy core} This I ask, because I hadn't delved into sympy code more, and it will now take my time from concentrating on

[sympy] sympy.physics.gaussopt module patch

2012-04-06 Thread alexandr popov
Hi, Just finished to perform PATCH requirment for GSoC. https://github.com/sympy/sympy/pull/1219 Added the beam_plot and beam_plot2 utilities (one of TODO tasks) for plotting gaussian beam propagation (waist parameter). The first one uses pyglet (this method appears to be not convenient and

[sympy] gaussopt module patch

2012-04-10 Thread alexandr popov
Corresponding pull request: https://github.com/sympy/sympy/pull/1226 Improved formalism in gaussopt module Implemented new class ThinPrism which describes single angle thin prism that can be used for deviation of geometrical and gaussian (not impl.) beam propagation. Added optimized *mul* meth

[sympy] Re: patch review

2008-12-01 Thread Ondrej Certik
On Mon, Dec 1, 2008 at 8:50 PM, Vinzent Steinberg <[EMAIL PROTECTED]> wrote: > > Sage has problems with reviewing patches: > > http://sagemath.blogspot.com/2008/11/sage-patch-review.html > > I think our current patch review system could be improved too. So I >

[sympy] Re: patch review

2008-12-01 Thread mabshoff
On Dec 1, 12:07 pm, "Ondrej Certik" <[EMAIL PROTECTED]> wrote: > On Mon, Dec 1, 2008 at 8:50 PM, Vinzent Steinberg > > <[EMAIL PROTECTED]> wrote: > > > Sage has problems with reviewing patches: > > >http://sagemath.blogspot.com/2008/11/sage-

[sympy] Re: patch review

2008-12-01 Thread Brian Granger
;> >> > Sage has problems with reviewing patches: >> >> >http://sagemath.blogspot.com/2008/11/sage-patch-review.html >> >> > I think our current patch review system could be improved too. So I >> > suggest to take part in the discussion. >>

[sympy] GSoC Patch Requirement

2017-04-04 Thread harsha bandari
Hi, I have a doubt regarding patch requirement. Does it mean that for a participant to be eligible for GSoC in SymPy, he/she need to have atleast one merged patch before deadline? Or is it fine to have a patch that is Open at the end of deadline? And what abut SymEngine ? A merged patch in

Re: [sympy] Action Verbs Patch

2010-04-15 Thread Brian Granger
Addison, Thanks for tackling this one. I will have a look. Cheers, Brian On Thu, Apr 15, 2010 at 7:35 PM, Addison Cugini wrote: > Per the issue here: > > http://groups.google.com/group/sympy/browse_thread/thread/59e5dfb987963204/eca6fd634?pli=1 > > I have created methods which allows 'action

[sympy] Patch for module geometry.ellipse

2010-05-31 Thread Matteo Boscolo
Hi, Working with Ellipse.is_tangent I found an issue at elif isinstance(o, Polygon): The Polygon class is not included in the ellipse module so we get the error. I patch the code in the following way.. Regards, Matteo def is_tangent(self, o): """Returns True if o is

Re: [sympy] SymPy Patch Requirement

2012-04-04 Thread Aaron Meurer
A demo is important. You should submit at least one patch, even if it is just a small one, so that we know that you can work through the git workflow. There are a bunch of easy to fix bugs in the issue tracker that you can do, so it shouldn't be too much work. Aaron Meurer On Tue, Apr 3,

Re: [sympy] sympy.physics.gaussopt module patch

2012-04-06 Thread krastanov.ste...@gmail.com
Thanks for the additions. I will comment directly on the pull request page. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com. To unsubscribe from this group, send email to sympy+unsubscr...@go

[sympy] Re: sympy.physics.gaussopt module patch

2012-04-10 Thread alexandr popov
The patch was revised. The discussion on "gaussopt module patch" is opened in new pull request https://github.com/sympy/sympy/pull/1226 -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on

Re: [sympy] GSoC Patch Requirement

2017-04-04 Thread Aaron Meurer
The patch should have been submitted by the proposal deadline, and needs to be merged by the date that Google announces students (ideally sooner if possible). The same applies for SymEngine, although a SymEngine patch is obviously only required if the proposal is for SymEngine. Aaron Meurer On

Re: [sympy] GSoC Patch Requirement

2017-04-18 Thread harsha bandari
Thanks Aaron for the reply. On Tuesday, April 4, 2017 at 11:32:34 PM UTC+5:30, Aaron Meurer wrote: > > The patch should have been submitted by the proposal deadline, and > needs to be merged by the date that Google announces students (ideally > sooner if possible). So do you w

Re: [sympy] GSoC Patch Requirement

2017-04-18 Thread Aaron Meurer
On Tue, Apr 18, 2017 at 11:03 AM, harsha bandari wrote: > > Thanks Aaron for the reply. > On Tuesday, April 4, 2017 at 11:32:34 PM UTC+5:30, Aaron Meurer wrote: >> >> The patch should have been submitted by the proposal deadline, and >> needs to be merged by the

Re: [sympy] Patch for module geometry.ellipse

2010-05-31 Thread Ondrej Certik
On Mon, May 31, 2010 at 1:04 AM, Matteo Boscolo wrote: > Hi, > Working with Ellipse.is_tangent I found an issue at elif isinstance(o, > Polygon): > > The Polygon class is not included in the ellipse module so we get the error. > I patch the code in the following way.. Can you p

[sympy] Re: Patch for module geometry.ellipse

2010-06-06 Thread smichr
On May 31, 10:09 pm, Ondrej Certik wrote: > On Mon, May 31, 2010 at 1:04 AM, Matteo Boscolo > > wrote: > > Hi, > > Working with Ellipse.is_tangent I found an issue at elif isinstance(o, > > Polygon): > > > The Polygon class is not included in the ellipse mod

[sympy] Milestone for GSoC patch PRs

2012-03-24 Thread Aaron Meurer
Hi everyone. I've added a milestone to the GitHub pull request system for GSoC patches, so we can easily sort those out and get them reviewed. See https://github.com/sympy/sympy/issues?milestone=1&state=open. If you are a project member, you can add milestones to issues either through the issues

[sympy] Working towards my first patch

2015-02-16 Thread Lokesh Sharma
I have been relieved to find something which I can finally work on. I am happy how well documented it is. The result is I have set up the environment and finally ready to work on it. Let's get started. -- You received this message because you are subscribed to the Google Groups "sympy" group.

[sympy] Patch requirement for GSoC22 application

2022-04-14 Thread Youssef Akoudad
work on to satisfy the patch requirement: https://github.com/sympy/sympy/issues/22994 So I wanna ask if I can solve this by adding a Lobb numbers and Delannoy numbers classes to sympy/sympy/functions/combinatorial/numbers.py? Should I do that and then make a pull request? -- You received th

[sympy] a patch to examples/intermediate/mplot3d.py

2009-12-20 Thread chu-ching huang
Hi all, As title, this is a patch for matplotlib used in Sympy: @@ -17,7 +17,7 @@ try: import pylab as p -import matplotlib.axes3d as p3 +import mpl_toolkits.mplot3d as p3 except ImportError: raise ImportError("Matplotlib is required to use mp

RE: [sympy] Re: Patch for module geometry.ellipse

2010-06-06 Thread Matteo Boscolo
I test it and it seems to work well .. For me it's ok Regards, Matteo -Original Message- From: sympy@googlegroups.com [mailto:sy...@googlegroups.com] On Behalf Of smichr Sent: 07 June 2010 03:32 To: sympy Subject: [sympy] Re: Patch for module geometry.ellipse On May 31, 10:

[sympy] patch for the printing of quantum.spin

2011-04-01 Thread krastanov.ste...@gmail.com
ons, visit this group at http://groups.google.com/group/sympy?hl=en. From 08e877d664a150daa45b1becd801eea3d2c51c25 Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Fri, 1 Apr 2011 16:14:25 +0200 Subject: [PATCH] Changing the printing methods of quantum.Spin The JzKet(a,b), JxKet(a,b) and JyK

[sympy] Ideas And Patch Submission:What to do?

2012-03-27 Thread Rhythm Gupta
Hi, I'm have been on the easy to fix issue list. But some of the bugs are very old, and corrected. How to know which bugs have not been corrected ? For patch requirement, should i fix issues or implement some other function or algorithm? I am still not sure about what idea should i choos

[sympy] [PATCH 2/2] Fix Mul._eval_subs

2008-10-06 Thread Riccardo Gori
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this

[sympy] Patch for finding the Power set

2014-03-22 Thread Amit Saha
Hello, I submitted a pull request for adding a new method, powerset() to find the power set of a set: https://github.com/sympy/sympy/pull/7329 I shall look forward to your feedback and suggestions. Best, Amit. -- You received this message because you are subscribed to the Google Groups "symp

[sympy] Re: Patch requirement for GSoC22 application

2022-04-16 Thread Kuldeep Borkar
I think I was also late to realise that the patch requirement must be a code related change. It would be helpful if anyone could review my Pull Request so that it can be merged. https://github.com/sympy/sympy/pull/23346 On Thursday, 14 April 2022 at 20:18:29 UTC+5:30 akou...@gmail.com wrote

Re: [sympy] a patch to examples/intermediate/mplot3d.py

2009-12-20 Thread Aaron S. Meurer
I can verify that it doesn't work before this patch and that it works afterwords on Mac OS X 10.6 with matplotlib installed via fink (0.99.0). I'd like further verification first though, as I am not too familiar with matplotlib. Thanks for the patch. Just for the future, it is much

Re: [sympy] a patch to examples/intermediate/mplot3d.py

2009-12-23 Thread Ondrej Certik
On Mon, Dec 21, 2009 at 8:01 AM, Aaron S. Meurer wrote: > I can verify that it doesn't work before this patch and that it works > afterwords on Mac OS X 10.6 with matplotlib installed via fink (0.99.0).  I'd > like further verification first though, as I am not too familiar

[sympy] Re: patch for the printing of quantum.spin

2011-04-01 Thread krastanov.ste...@gmail.com
By the way there is something that is not immediately obvious to me (concerning InnerProduct and a bug in my patch): *This is ok:* JzKet('1/2','1/2') ==> ❘z:1/2,-1/2⟩ JxKet('1/2','1/2') ==> ❘x:1/2,-1/2⟩ TimeDepKet('psi', 't

[sympy] Re: patch for the printing of quantum.spin

2011-04-01 Thread Julien Rioux
> *This is NOT ok:* > JxKet('1/2','1/2').dual*JzKet('1/2','1/2')  ==> ⟨1/2,-1/2❘z:1/2,-1/2⟩ # The > x is lost, the output is not clear. > > What should be done? .dual returns the J?Bra classes. You didn't define _direction_string_label for these classes. -- You received this message because you

[sympy] Re: patch for the printing of quantum.spin

2011-04-01 Thread Julien Rioux
On Apr 1, 12:21 pm, "krastanov.ste...@gmail.com" wrote: > The problem is that innerproduct uses print_label and not print_content for > the bra which is the way it should be, at least for TimeDepKet. > I see. Well I don't agree that ⟨ψ❘ψ;t⟩ is how it should be. I think it should be ⟨ψ;t❘ψ;t⟩. --

[sympy] Re: patch for the printing of quantum.spin

2011-04-02 Thread Vinzent Steinberg
On 1 Apr., 18:31, "krastanov.ste...@gmail.com" wrote: > If there is a consensus on this I will be happy to change it. > > Otherwise is the patch ok? If it is to whom should I send it? > Here is the second part that adds _distance_string_label to the bras The preferable w

Re: [sympy] Ideas And Patch Submission:What to do?

2012-03-27 Thread Sergiu Ivanov
w to trigger that specific wrong behaviour. Try to reproduce the bug. If you are not able to reproduce the behaviour, report this in a comment on the issue. > For patch requirement, should i fix issues or implement some other function > or algorithm? Either will do. The patch requirement

Re: [sympy] Ideas And Patch Submission:What to do?

2012-03-27 Thread Chris Smith
If you are interested in geometry, you could get to know a little more about how curves are handled by looking at https://github.com/sympy/sympy/pull/1182 . Any comments you have for that work is also welcome. -- You received this message because you are subscribed to the Google Groups "sympy" g

Re: [sympy] Ideas And Patch Submission:What to do?

2012-03-27 Thread Aaron Meurer
se it. Aaron Meurer > > For patch requirement, should i fix issues or implement some other function > or algorithm? > > I am still not sure about what idea should i choose for my project. > I am good at Mathematics and every idea looks fascinating. So I'm confused. > Would yo

Re: [sympy] Ideas And Patch Submission:What to do?

2012-03-27 Thread Chris Smith
On Tue, Mar 27, 2012 at 10:28 PM, Chris Smith wrote: > If you are interested in geometry, you could get to know a little more > about how curves are handled by looking at > https://github.com/sympy/sympy/pull/1182 . Any comments you have for that > work is also welcome. I also saw a nice intera

Re: [sympy] Ideas And Patch Submission:What to do?

2012-03-28 Thread Rhythm Gupta
Hello, > Perhaps, at school/university, you like (or liked) some of the > mathematics-related subjects more? You may also start thinking about > how to implement certain tasks; this may help you form an attitude > towards the tasks and prioritise them according to your preference. > > Thanks Ser

Re: [sympy] Ideas And Patch Submission:What to do?

2012-03-28 Thread Tom Bachmann
You should also think about what algorithms you want to implement. There is for example the Todd-Coxeter algorithm for enumerating cosets, and the Schreier-Sims algorithm for computing strong generating sets of permutation groups (this is useful because it immediately tells you the order, allow

[sympy] Re: patch: adding mercurial support to codereview

2008-05-25 Thread Ondrej Certik
On Mon, May 26, 2008 at 3:40 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > Hi, > > here is the promised patch: > > http://codereview.appspot.com/1026 > > (see the second patch set). Some debugging leftovers are still there, > but generally it works for me. Us

[sympy] [PATCH 0/2] Fix some subs issue

2008-10-06 Thread Riccardo Gori
Fix for Add and Mul subs. It fixes Issue 801 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com To unsubscribe from this group, send email to [E

[sympy] Re: [PATCH 2/2] Fix Mul._eval_subs

2008-10-06 Thread Ondrej Certik
This patch also looks good to me. Thanks. Kirill, any objections to pushing both patches in? Ondrej --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send emai

[sympy] Re: [PATCH 2/2] Fix Mul._eval_subs

2008-10-06 Thread Kirill Smelkov
On Mon, Oct 06, 2008 at 08:19:37PM +0200, Ondrej Certik wrote: > > This patch also looks good to me. Thanks. Kirill, any objections to > pushing both patches in? I'm very tired to study those patches, but if they look good to at least one other developer (and you've al

[sympy] Re: [PATCH 2/2] Fix Mul._eval_subs

2008-10-08 Thread Ondrej Certik
On Mon, Oct 6, 2008 at 8:36 PM, Kirill Smelkov <[EMAIL PROTECTED]> wrote: > > On Mon, Oct 06, 2008 at 08:19:37PM +0200, Ondrej Certik wrote: >> >> This patch also looks good to me. Thanks. Kirill, any objections to >> pushing both patches in? > > I'm very

[sympy] Draft of patch to fix bugs in Relationals

2010-03-01 Thread Brian Granger
Hello, I have been working on a patch to fix some bugs in the Relationals. There is 1 failing test in test_ode.py, but I had to change how checkodesol works in some cases. I think that checkodesol could be cleaned up some, but it may require changing some of the tests in test_ode.py. The main

Re: [sympy] Re: patch for the printing of quantum.spin

2011-04-01 Thread krastanov.ste...@gmail.com
That is not the problem _but_ It is true that I should define _direction_string_label for J?Bra for another reason. With the patch (and no _direction_string_label for the J?Bras) I have JxKet('1/2','1/2').dual ==> ⟨z:1/2,-1/2❘ which is ok. The problem is that innerprodu

Re: [sympy] Re: patch for the printing of quantum.spin

2011-04-01 Thread Brian Granger
On Fri, Apr 1, 2011 at 9:27 AM, Julien Rioux wrote: > On Apr 1, 12:21 pm, "krastanov.ste...@gmail.com" > wrote: >> The problem is that innerproduct uses print_label and not print_content for >> the bra which is the way it should be, at least for TimeDepKet. >> > > I see. Well I don't agree that ⟨

Re: [sympy] Re: patch for the printing of quantum.spin

2011-04-01 Thread krastanov.ste...@gmail.com
If there is a consensus on this I will be happy to change it. Otherwise is the patch ok? If it is to whom should I send it? Here is the second part that adds _distance_string_label to the bras On 1 April 2011 18:29, Brian Granger wrote: > On Fri, Apr 1, 2011 at 9:27 AM, Julien Rioux >

Re: [sympy] Re: patch for the printing of quantum.spin

2011-04-02 Thread krastanov.ste...@gmail.com
Thanks. Brian also explained it in a private message. On 2 April 2011 14:25, Vinzent Steinberg wrote: > On 1 Apr., 18:31, "krastanov.ste...@gmail.com" > wrote: > > If there is a consensus on this I will be happy to change it. > > > > Otherwise is the patch ok?

Re: [sympy] Re: patch for the printing of quantum.spin

2011-04-02 Thread krastanov.ste...@gmail.com
there is a consensus on this I will be happy to change it. >> > >> > Otherwise is the patch ok? If it is to whom should I send it? >> > Here is the second part that adds _distance_string_label to the bras >> >> The preferable way is to create a pull request on gith

Re: [sympy] Re: patch for the printing of quantum.spin

2011-04-02 Thread krastanov.ste...@gmail.com
>>> On 1 Apr., 18:31, "krastanov.ste...@gmail.com" >>> wrote: >>> > If there is a consensus on this I will be happy to change it. >>> > >>> > Otherwise is the patch ok? If it is to whom should I send it? >>> > Here is the second part th

Re: [sympy] Re: patch for the printing of quantum.spin

2011-04-02 Thread krastanov.ste...@gmail.com
com> wrote: >> >>> Thanks. Brian also explained it in a private message. >>> >>> >>> >>> On 2 April 2011 14:25, Vinzent Steinberg < >>> vinzent.steinb...@googlemail.com> wrote: >>> >>>> On 1 Apr., 18:31, &quo

[sympy] [PATCH 1/2] Fix Add._eval_subs, issue 801

2008-10-06 Thread Riccardo Gori
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this

[sympy] Re: Draft of patch to fix bugs in Relationals

2010-03-01 Thread Brian Granger
On Mon, Mar 1, 2010 at 2:29 PM, Brian Granger wrote: > Hello, > > I have been working on a patch to fix some bugs in the Relationals. There > is 1 failing test in test_ode.py, but I had to change how checkodesol works > in some cases. > I think that checkodesol could be clean

[sympy] Re: Draft of patch to fix bugs in Relationals

2010-03-02 Thread Vinzent Steinberg
On 1 mar, 23:29, Brian Granger wrote: > Hello, > > I have been working on a patch to fix some bugs in the Relationals.  There > is 1 failing test in test_ode.py, but I had to change how checkodesol works > in some cases. > I think that checkodesol could be cleaned up some,

[sympy] GSoC Wiki additions and Help with the Patch Process

2011-03-21 Thread Matthew Rocklin
I've added a link in the GSoC section for GSoC2011 Project Proposals. If other students feel like linking their wiki pages (once they're created) there as well it might become an interesting space. Also, you've asked that applying students have a patch accepted by the SymPy commu

[sympy] Re: [PATCH 1/2] Fix Add._eval_subs, issue 801

2008-10-06 Thread Ondrej Certik
This patch looks good to me, thanks. Ondrej P.S. Please send patches to the sympy-patches list. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send emai

[sympy] Re: [PATCH 1/2] Fix Add._eval_subs, issue 801

2008-10-08 Thread Riccardo Gori
Should I resend them to the correct mailing list? Sorry for the mistake... Riccardo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups.com To unsub

[sympy] Re: [PATCH 1/2] Fix Add._eval_subs, issue 801

2008-10-08 Thread Ondrej Certik
On Wed, Oct 8, 2008 at 7:48 PM, Riccardo Gori <[EMAIL PROTECTED]> wrote: > > Should I resend them to the correct mailing list? Sorry for the mistake... No, I'll apply them now, sorry for the delay. Ondrej --~--~-~--~~~---~--~~ You received this message because yo

Re: [sympy] Re: Draft of patch to fix bugs in Relationals

2010-03-02 Thread Aaron S. Meurer
We chatted about his patches on IRC and decided to go with the first one and to just make the failing test an XFAIL. Aaron Meurer On Mar 2, 2010, at 7:05 AM, Vinzent Steinberg wrote: > On 1 mar, 23:29, Brian Granger wrote: >> Hello, >> >> I have been working on a patch to

Re: [sympy] GSoC Wiki additions and Help with the Patch Process

2011-03-21 Thread Ronan Lamy
gt; Good idea, thanks! > > Also, you've asked that applying students have a patch accepted by the > SymPy community. If any of the more experienced members wouldn't mind > writing up a brief tutorial (or perhaps links to other relevant > tutorials) explaining the steps necessary to

Re: [sympy] GSoC Wiki additions and Help with the Patch Process

2011-03-21 Thread Tim Lahey
On 2011-03-21, at 10:03 PM, Ronan Lamy wrote: We borrowed Guido van Rossum's time machine to help us with GSoC applications. Alexey has started writing the tutorial: [https://github.com/sympy/sympy/wiki/Development-workflow]. It's not complete yet, but it should steer you on the right track. Fee

Re: [sympy] GSoC Wiki additions and Help with the Patch Process

2011-03-21 Thread Ronan Lamy
Le lundi 21 mars 2011 à 22:36 -0400, Tim Lahey a écrit : > On 2011-03-21, at 10:03 PM, Ronan Lamy wrote: > > > > > We borrowed Guido van Rossum's time machine to help us with GSoC > > applications. Alexey has started writing the tutorial: > > [https://github.com/sympy/sympy/wiki/Development-work

Re: [sympy] GSoC Wiki additions and Help with the Patch Process

2011-03-21 Thread Tim Lahey
On 03-21-2011, at 11:06 PM, Ronan Lamy wrote: > Yes, a pull request basically connects your branch with the main repo, > so every commit into the branch appears in the pull request - that's > very convenient when you want to react to the comments made during > review. If you want to open a separa

Re: [sympy] GSoC Wiki additions and Help with the Patch Process

2011-03-21 Thread Ondrej Certik
On Mon, Mar 21, 2011 at 8:39 PM, Tim Lahey wrote: > > On 03-21-2011, at 11:06 PM, Ronan Lamy wrote: > >> Yes, a pull request basically connects your branch with the main repo, >> so every commit into the branch appears in the pull request - that's >> very convenient when you want to react to the c

[sympy] How to run Sympy Test on a module or patch.

2014-12-15 Thread Adrián Ashley
Hello Everyone! I am new to unit testing. It would be great if anyone could tell me how to run sympy tests, so as to test a patch. Thanks in advance! -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

[sympy] Re: How to run Sympy Test on a module or patch.

2014-12-15 Thread Sergey Kirpichev
It would be great if anyone could tell me how to > run sympy tests, so as to test a patch. > > Thanks in advance! > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails fr

[sympy] Re: How to run Sympy Test on a module or patch.

2014-12-15 Thread Adrián Ashley
> > On Monday, December 15, 2014 2:16:02 PM UTC+3, Adrián Ashley wrote: >> >> Hello Everyone! >> >> I am new to unit testing. It would be great if anyone could tell me how >> to run sympy tests, so as to test a patch. >> >> Thanks in advance! >&

[sympy] Difficulty computing the surface area of a quartic triangle Bezier patch.

2016-04-29 Thread Davis Vigneault
is some hint I could give sympy which would let it proceed, or (c) I just need to let it run for a week. Specifically, I'm trying to compute the surface area of a quartic triangle Bezier patch. The way this works is that you have fifteen control points (X, a 15 x 3 matrix) and a corresp

Re: [sympy] Difficulty computing the surface area of a quartic triangle Bezier patch.

2016-04-29 Thread Aaron Meurer
sure whether (a) it is an intractable > problem that sympy simply can't solve, (b) there is some hint I could give > sympy which would let it proceed, or (c) I just need to let it run for a > week. Specifically, I'm trying to compute the surface area of a quartic > triangle Bez