[sympy] GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
do now to get familiar with the physics package of sympy. With Regards Sudhanshu Mishra -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscr...@goo

[sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
n help you > refine it. > (Dont forget about the PR requirement) > > On Monday, March 3, 2014 4:13:29 PM UTC+5:30, Sudhanshu Mishra wrote: >> >> Hi >> >> I am a second year undergraduate student of Information Systems from BITS >> Pilani, India. &g

Re: [sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
Is this project doable withing the summer duration? If we consider adding only necessary things, it should not hinder the next major release of sympy. With Regards Sudhanshu Mishra On Mon, Mar 3, 2014 at 8:46 PM, Sudhanshu Mishra wrote: > Hi Stefan > > Using physics.vector will make

Re: [sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
Hi Stefan Using physics.vector will make this work easier. It's always possible to do it without the vector. Not using vector will reduce the readability of the code. With Regards Sudhanshu Mishra On Mon, Mar 3, 2014 at 8:36 PM, Stefan Krastanov wrote: > Why is physics.vector be

[sympy] Re: GSoC: Introducing Optical Physics

2014-03-03 Thread Sudhanshu Mishra
s, you could use the vector > API- but that would just be the minimal use. The core operations would be > done better with matrices (and faster too). > @Sudhanshu, can you think of any optics application that would require > heavy-duty vector stuff? > > On Monday, March 3, 201

Re: [sympy] GSoC: Introducing Optical Physics

2014-03-04 Thread Sudhanshu Mishra
optics. Introduction of optics will increase use cases of SymPy. With Regrds Sudhanshu Mishra On Wed, Mar 5, 2014 at 12:35 AM, Ondřej Čertík wrote: > Hi Sudhanshu, > > I think this would be an interesting project. Do you have some > applications in mind? > Maybe for teaching or le

Re: [sympy] Taking down older versions of our docs

2014-04-16 Thread Sudhanshu Mishra
Hi all I've sent a PR <https://github.com/sympy/sympy_doc/pull/7> to update the dev docs. With Regards Sudhanshu Mishra On Wednesday, April 16, 2014 9:35:59 PM UTC+5:30, Aaron Meurer wrote: > > Until then, anyone can update the dev docs. Just send a pull request to > http

[sympy] Re: Installtion in a shared server

2014-04-21 Thread Sudhanshu Mishra
If you are talking about an interface such as cPanel or something, you should be able to have SSH access to your server. You can't install it without using a terminal or a GUI tool. If you were only concerned about the "root access", I suppose Aaron has answered it. On Monday, April 21, 2014 1

[sympy] Re: groups and matrix groups

2014-04-24 Thread Sudhanshu Mishra
Hi Kevin You should take a look at open issues related to matrices. You might get some clue about it. I hope this helps! On Thursday, April 24, 2014 8:14:15 PM UTC+5:30, kev devnull wrote: > > Hi all, > > Are there any

Re: [sympy] Pycon India

2014-05-07 Thread Sudhanshu Mishra
Hi Akshay Nice one! I'll also join you. With Regards Sudhanshu Mishra On Wed, May 7, 2014 at 11:31 PM, Akshay wrote: > Hi, > First of all is any one of you planning to come to the event? or is > planning to give a presentation? > As i am planning on going there i was thin

[sympy] Style Checker for Sphinx docs

2014-05-17 Thread Sudhanshu Mishra
ives are allowed, including footnotes - no trailing whitespace - D002 - no tabulation for indentation - D003 - no carriage returns (use unix newlines) - D004 Although we already have tool to strip whitespaces, we can use it for other three things. Regards Sudhanshu Mishra -- You recei

Re: [sympy] Planet SymPy

2014-05-24 Thread Sudhanshu Mishra
@Aaron It didn't work on my computer too. I couldn't even get Nikola planetoid working. Regards Sudhanshu Mishra On Sun, May 25, 2014 at 12:12 AM, Aaron Meurer wrote: > OK, I have created a twitter feed https://twitter.com/PlanetSymPy. The > site that does it is http:/

Re: [sympy] GSoC Reunion Lottery

2014-06-12 Thread Sudhanshu Mishra
Yeah. There's no reimbursement of the expenses. Regards Sudhanshu Mishra On Thu, Jun 12, 2014 at 11:16 PM, Matthew Rocklin wrote: > I don't think Google is paying expenses. I think that you're responsible > for airfare and hotel. > > > On Thu, Jun 12, 2014 at

Re: [sympy] Run all tests

2014-07-08 Thread Sudhanshu Mishra
Hi Alan If you have all the versions of Python installed on your system, you can run the tests for all of them easily be issuing following command: $ ./bin/test $ ./bin/doctest There's also a test called test_code_quality in sympy/utilities/ Regards Sudhanshu Mishra On Tue, Jul 8, 20

Re: [sympy] Run all tests

2014-07-08 Thread Sudhanshu Mishra
@Saurabh yea you are correct. Those two commands need to be executed with both binaries. Regards Sudhanshu Mishra On Tue, Jul 8, 2014 at 11:20 PM, Saurabh Jha wrote: > >> If you have all the versions of Python installed on your system, you can >> run the tests for all of

Re: [sympy] Run all tests

2014-07-08 Thread Sudhanshu Mishra
I think you should submit the pull request first. It would be easier to debug the problem after looking at the code. Regards Sudhanshu Mishra On Wed, Jul 9, 2014 at 6:28 AM, Alan Bromborsky wrote: > What I meant was that I get errors when I run > > python3 bin/test sympy/galgebra &

Re: [sympy] Run all tests

2014-07-09 Thread Sudhanshu Mishra
Yeah. It looks like master hasn't been updated since VERY long time! It should be rebased. Regards Sudhanshu Mishra On Wed, Jul 9, 2014 at 10:32 PM, Ondřej Čertík wrote: > Thanks. Now you just create the pull request --- I did it for you: > > https://github.com/sympy/s

Re: [sympy] Run all tests

2014-07-09 Thread Sudhanshu Mishra
I tried doing that but it failed with too many merge conflicts. I don't know any other smart way to resolve it. Maybe @Ondrej can help. Regards Sudhanshu Mishra On Thu, Jul 10, 2014 at 12:30 AM, Alan Bromborsky wrote: > How do I rebase? > > > On 07/09/2014 01:21 PM, Sudha

Re: [sympy] intermittent failure in master

2014-07-16 Thread Sudhanshu Mishra
Yes. I have already made an issue for this 13 days ago. https://github.com/sympy/sympy/issues/7684 Regards Sudhanshu Mishra On Wed, Jul 16, 2014 at 7:42 PM, Chris Smith wrote: > Has anybody else seen the following? I've seen it twice now. It happens in > 3.4. > > File

[sympy] Fwd: Science Showcase

2014-07-20 Thread Sudhanshu Mishra
SymPy is now under under science section of GitHub showcases! https://github.com/showcases/science Regards Sudhanshu Mishra -- Forwarded message -- From: Ivan Žužak Date: Sun, Jul 20, 2014 at 12:38 PM Subject: Re: Science Showcase To: Sudhanshu Mishra Sure thing -- we just

[sympy] Missing functions in sympy.physics.vector

2014-07-28 Thread Sudhanshu Mishra
This question was asked on the stackoverflow. http://stackoverflow.com/questions/25006834/missing-functions-in-sympy-physics-vector -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [sympy] SymPy on the frontpage of Hacker News again

2014-07-31 Thread Sudhanshu Mishra
It's also trending on GitHub. https://github.com/trending?l=python Regards Sudhanshu Mishra www.sudhanshumishra.in On Thu, Jul 31, 2014 at 5:25 AM, Aaron Meurer wrote: > https://news.ycombinator.com/item?id=8109265 > > Aaron Meurer > > -- > You received this message bec

Re: [sympy] summation over tuple of symbols

2014-08-03 Thread Sudhanshu Mishra
Hi Nova Since `a` is a python tuple, you can not access its elements by passing a symbol as index. `summation` can be used like this: >>> summation(2*i - 1, (i, 1, n)) Hope this helps. ​Regards​ ​Sudhanshu Mishra​ www.sudhanshumishra.in On Mon, Aug 4, 2014 at 11:00 AM, Nova Mun

Re: [sympy] A student intrested in contributing towards this community

2014-08-15 Thread Sudhanshu Mishra
Hi Sethu, Take a look at > https://github.com/sympy/sympy/issues?labels=Easy+to+Fix&milestone=&page=1&state=open > > and https://github.com/sympy/sympy/wiki/development-workflow and let > us know if you have any questions. Regards Sudhanshu Mishra www.sudhanshumishra.i

Re: [sympy] Re: Pycon India

2014-08-18 Thread Sudhanshu Mishra
Looks like our proposal hasn't been selected. Only three talks in Scientific Computing category. :-( http://in.pycon.org/funnel/2014/ On Monday, May 12, 2014 7:18:04 AM UTC+5:30, Aaron Meurer wrote: > > Cool. What algebraic geometry problems are you going to solve? > > Aaron Meurer > > On Sat,

[sympy] Re: Student interested in contributing to this open source organization.

2014-08-18 Thread Sudhanshu Mishra
Hi Dhananjay, Take a look at > https://github.com/sympy/sympy/issues?labels=Easy+to+Fix&milestone=&page=1&state=open > > and https://github.com/sympy/sympy/wiki/development-workflow and let > us know if you have any questions. Regards Sudhanshu Mishra On Sunday,

Re: [sympy] Tuple behaves different for summation of logical

2014-10-18 Thread Sudhanshu Mishra
Hey Duane, I think you've found a bug. Could you please create an issue here https://github.com/sympy/sympy/issues. Regards Sudhanshu Mishra On Sun, Oct 19, 2014 at 5:36 AM, Duane Nykamp wrote: > Is this intentional behavior? > > > In [1]: from sympy import Tuple >

Re: [sympy] How to Contribute to SymPy: Naive Pythoner

2014-10-27 Thread Sudhanshu Mishra
Hey Priyanka, Please read this wiki page https://github.com/sympy/sympy/wiki/Beginner%27s-introduction-to-contributing Let us know if you need more information. Regards Sudhanshu Mishra On Oct 27, 2014 9:20 PM, "Priyanka Jha" wrote: > Hello, Everyone! > I am new to SymPy, bu

Re: [sympy] New to sympy,open source

2014-12-04 Thread Sudhanshu Mishra
Hey Devendra, Go through this document to see how to get involved: https://github.com/sympy/sympy/wiki/introduction-to-contributing To learn about GitHub and Git, start with this https://try.github.io/levels/1/challenges/1 Regards Sudhanshu Mishra www.sudhanshumishra.in On Thu, Dec 4, 2014 at

Re: [sympy] How about cleaning up for Eclipse PyDev?

2014-12-27 Thread Sudhanshu Mishra
Hey Joachim, This is some good work. There's also an online service to monitor it. See this https://landscape.io/github/sympy/sympy/ Regards Sudhanshu Mishra www.sudhanshumishra.in On Sat, Dec 27, 2014 at 6:37 PM, Joachim Durchholz wrote: > It would be nice to be able to work on Sym

[sympy] Fwd: You received a tip for your commit

2014-12-31 Thread Sudhanshu Mishra
This is strange. Is anybody else getting these mails? -- Forwarded message -- From: Date: Wed, Dec 31, 2014 at 4:50 PM Subject: You received a tip for your commit To: mrsu...@gmail.com Hello, Sudhanshu Mishra! You were tipped 0.53 XPM for your commit on Project sympy/sympy

Re: [sympy] Re: transcendental equation solving

2015-01-05 Thread Sudhanshu Mishra
> Also, it can sometimes be more useful to have a numeric solution than a solution represented in symbolic form. And that's why we have libraries like scipy/numpy :) Regards Sudhanshu Mishra www.sudhanshumishra.in On Tue, Jan 6, 2015 at 4:20 AM, Luv Agarwal wrote: > Also, it can s

Re: [sympy] Re: You received a tip for your commit

2015-01-08 Thread Sudhanshu Mishra
> Aaron (and others!), if you agree, I am going to write them to stop spamming sympy contributors with this. ​+1 According to the current exchange rates it is less likely but it may create problems in future.​ Regards Sudhanshu Mishra www.sudhanshumishra.in On Thu, Jan 8, 2015 at 10:41

Re: [sympy] Introduction

2015-02-09 Thread Sudhanshu Mishra
labels/Easy%20to%20Fix ​ Regards Sudhanshu Mishra On Mon, Feb 9, 2015 at 5:58 PM, Aditya Gupta wrote: > Hi, > > I am a Computer Science undergrad pursuing my degree at BITS Pilani > University, Goa Campus, India. I am proficient in python and have an > interest in mathematics. I w

Re: [sympy] can't load stats module into live shell

2015-02-09 Thread Sudhanshu Mishra
Hi Juergen, By live shell do you mean sympy live or any python shell? On Mon, Feb 9, 2015 at 4:51 PM, Juergen Aschenbrenner < juergen.aschenbren...@gmail.com> wrote: > Hi all, it looks like that that stats package is not functional in the > live shell, why this? > > Cheers > > -- > You received

Re: [sympy] can't load stats module into live shell

2015-02-09 Thread Sudhanshu Mishra
> > ​ > i was referring to live.scipy.org ​I think live.scipy.org doesn't exist. Probably you are referring to http://live.sympy.org ​import script.stats as st​ If you want to import stats module, you should import it like this: import sympy.stats as st I hope it helps. ​ On Tue, Feb 10, 20

Re: [sympy] Stop long-running function

2015-02-20 Thread Sudhanshu Mishra
Perhaps this would be a good addition to functions like `solve`, `simplify`, `integrate`, etc. A parameter, maybe `max_time`, would take no. of seconds as input and stop the respective execution when it hits the max. On Sat, Feb 21, 2015 at 5:07 AM, Jason Moore wrote: > Maybe this: > http://stac

Re: [sympy] Stop long-running function

2015-02-20 Thread Sudhanshu Mishra
Great! I never saw this PR. There's not much discussion about it there. On Sat, Feb 21, 2015 at 5:30 AM, Aaron Meurer wrote: > See also https://github.com/sympy/sympy/pull/8297 and > https://github.com/sympy/sympy/pull/8295. > > Aaron Meurer > > On Fri, Feb 20, 2015 at 5:

[sympy] Add "Introduction to Contributing" on sympy.org

2015-03-01 Thread Sudhanshu Mishra
Hi all, I think we should put this ( https://github.com/sympy/sympy/wiki/introduction-to-contributing) in "Quick links" on sympy.org. It'll be good for newcomers who want to know what to do next. Regards Sudhanshu Mishra -- You received this message because you are subscribe

Re: [sympy] Add "Introduction to Contributing" on sympy.org

2015-03-01 Thread Sudhanshu Mishra
I've created a PR for the same. https://github.com/sympy/sympy.github.com/pull/81 Regards Sudhanshu Mishra On Sun, Mar 1, 2015 at 10:40 PM, Jason Moore wrote: > Sounds good. This is the source for the SymPy website: > https://github.com/sympy/sympy.github.com. You can submit

Re: [sympy] Re: Bad news

2015-03-04 Thread Sudhanshu Mishra
> > Could be lots of things. But GSoC isn't cheap. It could simply be that > Google decided to spend less funds on it this year. Even this blog post says so. On Thu, Mar 5, 2015 at

Re: [sympy] Concurrency in Sympy

2015-03-13 Thread Sudhanshu Mishra
nothing to do with it. I would suggest you to use HAProxy and distribute your app over multiple instances or you can use a really high end server. Regards Sudhanshu Mishra On Mar 13, 2015 2:37 AM, "Paul Royik" wrote: > Thank you will look. > > On Thursday, March 12, 2015 at 10:50:2

[sympy] GSoC 15: Improving Assumptions

2015-03-16 Thread Sudhanshu Mishra
to be done in 'c' since ideas are conflicting at different places. For 'd', I think SAT solvers are way to go. SDB's GSoC project last year had some good things for assumptions. Please comment on the points that I've made so that l could start writing my proposal. Regard

Re: [sympy] GSoC 15: Improving Assumptions

2015-03-17 Thread Sudhanshu Mishra
let it stay? Regards Sudhanshu Mishra On Tue, Mar 17, 2015 at 1:16 PM, Joachim Durchholz wrote: > Am 17.03.2015 um 05:17 schrieb Sudhanshu Mishra: > >> c) Let x.is_* API be there but handle it with new assumptions >> (Probably we do not have a consensus here) >> > >

Re: [sympy] GSoC 15: Improving Assumptions

2015-03-17 Thread Sudhanshu Mishra
; wrote: > Am 17.03.2015 um 09:10 schrieb Sudhanshu Mishra: > >> >>> ​​ >>> Compatibility is very important if the old assumptions system is being >>> used by SymPy users. >>> >> >> >> This is also not clear. The idea says that

[sympy] Re: GSoC 15: Improving Assumptions

2015-03-19 Thread Sudhanshu Mishra
Since we are trying to move to the new assumptions, wouldn't it be good if new additions in the codebase use new assumptions? It would help refine the module and make the transition easy IMO. On Tuesday, March 17, 2015 at 9:47:56 AM UTC+5:30, Sudhanshu Mishra wrote: > > Hi all, &g

Re: [sympy] Re: GSoC 15: Improving Assumptions

2015-03-19 Thread Sudhanshu Mishra
ort both systems for a while. We'll support the user facing API anyway. However, I was just asking if the developers start using new assumptions under the hood. On Thursday, March 19, 2015 at 6:41:28 PM UTC+5:30, Joachim Durchholz wrote: > > Am 19.03.2015 um 11:17 schrieb Sudhanshu Mis

Re: [sympy] Re: GSoC proposals can now be submitted

2015-03-20 Thread Sudhanshu Mishra
> 1. Is blogging about progress for GSoC required? It's mentioned in the melange application template. Yes. It is advised to do so. > 2. Which application template has to be followed? The one provided with melange or SymPy. SymPy's template should be compatible with other templates. Where is me

Re: [sympy] Re: GSoC 15: Improving Assumptions

2015-03-20 Thread Sudhanshu Mishra
​> Well, question is: Is is ready for that yet?​ Perhaps not. It might be after merging 2508. ​ On Thu, Mar 19, 2015 at 11:51 PM, Joachim Durchholz wrote: > Am 19.03.2015 um 19:08 schrieb Sudhanshu Mishra: > >> We'll support the user facing API anyway. However, I was j

Re: [sympy] Re: GSoC 15: Improving Assumptions

2015-03-20 Thread Sudhanshu Mishra
I have a question. This one is fine. In [9]: x = Symbol('x', zero=True) In [10]: (x*y).is_zero -- Here we didn't give facts about y then why ask returned True? In [3]: ask(Q.zero(x*y), Q.zero(x)) Out[3]: True On Fri, Mar 20, 2015 at 6:26 PM, S

Re: [sympy] what does S(0) mean?

2015-03-20 Thread Sudhanshu Mishra
Hi It gives sympyfied 0. Its different from Python's integer object. Regards Sudhanshu Mishra On Fri, Mar 20, 2015, 11:27 PM Christoph Kukulies < k...@physik.rwth-aachen.de> wrote: > Hi, > > I'm playing a bit with sympy and reduce_inequations while I'm stumblin

Re: [sympy] Re: GSoC 15: Improving Assumptions

2015-03-20 Thread Sudhanshu Mishra
I think, just like the old assumptions it should also consider the cases where the product might be NaN.​ On Sat, Mar 21, 2015 at 2:36 AM, Joachim Durchholz wrote: > Am 20.03.2015 um 13:56 schrieb Sudhanshu Mishra: > >> I have a question. >> >> This one is fine. >

Re: [sympy] Re: GSoC 15: Improving Assumptions

2015-03-20 Thread Sudhanshu Mishra
I think the handler just treats it as following but don't know why. Q.zero(Mul(*args)) -> Or(*[Q.zero(arg) for arg in args]) By the way, here's the link to the proposal which I've started writing: https://github.com/sympy/sympy/wiki/GSoC-2015-Application-Sudhanshu-Mishra:-Assum

Re: [sympy] GSoC 15: Improving Assumptions

2015-03-23 Thread Sudhanshu Mishra
I've updated the wiki. (Still far from complete) Please provide feedback on the matter so far. Places to look at: * The Project <https://github.com/sympy/sympy/wiki/GSoC-2015-Application-Sudhanshu-Mishra:-Assumptions#the-project> * Execution <https://github.com/sympy/sympy/

Re: [sympy] Substitution on Function Iteration

2015-03-24 Thread Sudhanshu Mishra
Hi Scott, It looks like your subs call is wrong. It should be fn.subs(x, q0) Hope this helps. Sudhanshu Mishra On Wed, Mar 25, 2015 at 3:06 AM, Scott Guthery wrote: > Any insight into the following will be greatly appreciated. Many thanks. > > from sympy import * > >

Re: [sympy] GSoC 2015 Application: Implement First Order Logic

2015-03-25 Thread Sudhanshu Mishra
Hello, You might want to see this. https://github.com/sympy/sympy/pull/7608 A substantial amount of work has been already done on FOL. It hasn't been merged yet because of some marginal work left. Sudhanshu Mishra On Wed, Mar 25, 2015 at 12:14 PM, wrote: > Dear SymPy mailing list,

Re: [sympy] Difference between expr.is_number and expr.is_Number

2015-03-25 Thread Sudhanshu Mishra
In [24]: pi.is_NumberSymbol Out[24]: True pi is not an object of Number class though. Sudhanshu Mishra On Wed, Mar 25, 2015 at 11:16 PM, Paul Royik wrote: > Thank you. > Can you tell me what pi is instance of? > > On Wednesday, March 25, 2015 at 6:55:53 PM UTC+2, Aaron Meurer wrot

Re: [sympy] GSoC 15: Improving Assumptions

2015-03-25 Thread Sudhanshu Mishra
roposal, this one got duplicated while syncing.​ Sorry about that. I'll remove one of them. ​​ > Regarding the last bullet point, what exactly would the find and replace > be? ​Replacing the use of old assumptions with the new one. Sudhanshu Mishra​ On Tue, Mar 24, 2015 at 9:43 PM, Aaron Meur

Re: [sympy] GSoC 15: Improving Assumptions

2015-03-25 Thread Sudhanshu Mishra
Yeah. I'll submit them right now. I'll keep editing later. I'm submitting my proposal to PSF and NumFOCUS only as it is related to SymPy only. Sudhanshu Mishra On Thu, Mar 26, 2015 at 4:23 AM, Aaron Meurer wrote: > Don't forget to submit your proposal in Melange. I

Re: [sympy] GSoC 15: Improving Assumptions

2015-03-25 Thread Sudhanshu Mishra
I've submitted the proposals(PSF and NumFOCUS). Please confirm if it's visible to you. Title: "SymPy: Improving assumptions in SymPy" Sudhanshu Mishra On Thu, Mar 26, 2015 at 4:28 AM, Sudhanshu Mishra wrote: > Yeah. I'll submit them right now. I'll keep e

Re: [sympy] GSoC 15: Improving Assumptions

2015-03-27 Thread Sudhanshu Mishra
Aaron, I've updated(Added more description about execution and added timeline) my proposal <https://github.com/sympy/sympy/wiki/GSoC-2015-Application-Sudhanshu-Mishra:-Assumptions> on wiki as well as on melange. Please have a look and let me know if it looks good. Sudhanshu Mishra.

Re: [sympy] GSoC 15: Improving Assumptions

2015-03-27 Thread Sudhanshu Mishra
Ok no problem. We can discuss that later over here if you have any question for me. Sudhanshu Mishra On Fri, Mar 27, 2015 at 9:22 PM, Aaron Meurer wrote: > I won't have a chance to look at this until after the deadline. > > Aaron Meurer > > On Fri, Mar 27, 2015 at 10:39

Re: [sympy] Re: solve traceback

2015-04-02 Thread Sudhanshu Mishra
Hi, This seems interesting and might be a bug. Could you please create an issue here <https://github.com/sympy/sympy/issues> with your *equations* and traceback. Sudhanshu Mishra On Fri, Apr 3, 2015 at 3:07 AM, G B wrote: > It looks like the root cause of this is that the Functio

Re: [sympy] The great issue cleanup of 2015

2015-04-17 Thread Sudhanshu Mishra
t;Needs changes" or "Waiting for changes"? Sudhanshu Mishra On Sat, Apr 18, 2015 at 12:35 AM, James Crist wrote: > On Friday, April 17, 2015 at 1:34:55 PM UTC-5, Joachim Durchholz wrote: > >> > - Help labeling. >> >> I haven't found a way to enab

Re: [sympy] Should declaring an assumption restrict values substituted?

2015-04-23 Thread Sudhanshu Mishra
Hi, There's also an old issue for this https://github.com/sympy/sympy/issues/4709 Sudhanshu Mishra On Fri, Apr 24, 2015 at 3:32 AM, Jason Moore wrote: > That makes sense, but I'm not sure whether "Garbage in - Garbage Out" > should apply or whether SymPy should th

Re: [sympy] Kharagpur SymPy dev sprint

2015-04-29 Thread Sudhanshu Mishra
te it. Sudhanshu Mishra On Wed, Apr 29, 2015 at 5:03 PM, Harsh Gupta wrote: > Hi, > > Me, Shivam Vats and Abinash Meher are having a sympy code sprint tomorrow > at IIT Kharagpur Central Library, Annex building at 8 PM (IST). Shivam will > start with GSoC project, I'll clean up the i

Re: [sympy] Looks like Gitter has limits on # of users

2015-05-07 Thread Sudhanshu Mishra
Hi, Is that a private room? Sudhanshu Mishra On Thu, May 7, 2015 at 11:11 PM, Jason Moore wrote: > Tried to view the csympy gitter chatroom and got this: > > Upgrade to Pro > > Shucks! The room *sympy/csympy* has reached the maximum number of users > allowed on our free

Re: [sympy] How to use Sympy from java?

2015-05-08 Thread Sudhanshu Mishra
Hi, Creating a full featured wrapper for SymPy in Java is an amazing idea. It will open a lot of opportunities and increase use cases of SymPy in the Android community. Sudhanshu Mishra On May 8, 2015 10:48 PM, "Joachim Durchholz" wrote: > Am 08.05.2015 um 19:04 schrieb Raymond

Re: [sympy] Save matrix to file

2015-05-25 Thread Sudhanshu Mishra
Hi, I think we can create a helper method, say save(filename, output_type) defined in Basic, which would write that object in the provided filename. Just a thought. I don't see many use cases though, given we have IPython notebook. Sudhanshu Mishra On Mon, May 25, 2015 at 10:30 PM,

[sympy] Test timeouts on Travis CI after merging 2508

2015-06-08 Thread Sudhanshu Mishra
an do that either by splitting the tests further or disabling the satask in ask. I would suggest to go with the former. Thoughts? Sudhanshu Mishra -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop r

Re: [sympy] Sympy CPU usage

2015-06-09 Thread Sudhanshu Mishra
Hi, Any normal profiler should work in views as mostly logic stays there. Sudhanshu Mishra On Wednesday, June 3, 2015 at 1:52:52 AM UTC+5:30, Paul Royik wrote: > > Is there anyway I can profile django app? > Because sympy code is used from django app. > > On Tuesday, June 2, 201

Re: [sympy] Local-only matplotlib failure

2015-06-09 Thread Sudhanshu Mishra
Same here. Sudhanshu Mishra On Tue, Jun 9, 2015 at 7:14 PM, Joachim Durchholz wrote: > I'm getting a failure for matplotlib when running the test suite locally, > but not on Travis. I'm not sure whether that's a bug in implicit_plot, or > in the test suite, or whe

Re: [sympy] Test timeouts on Travis CI after merging 2508

2015-06-09 Thread Sudhanshu Mishra
Yes. I already started a PR https://github.com/sympy/sympy/pull/9489 Sudhanshu Mishra On Tue, Jun 9, 2015 at 10:36 PM, Aaron Meurer wrote: > Oh I didn't realize it's already the slow tests. In that case, we should > either split them or lower the test timeout. > > Aaron

Re: [sympy] Idea for PRs reviewing workflow

2015-06-09 Thread Sudhanshu Mishra
> > I am pretty sure that builds that time out eventually turn into the red or gray cross, don't they? ​They show "Errored" instead of "Failed".​ Sudhanshu Mishra On Wed, Jun 10, 2015 at 2:10 AM, Ondřej Čertík wrote: > On Tue, Jun 9, 2015 at 2:31 PM,

[sympy] Package to minimize Travis builds.

2015-06-12 Thread Sudhanshu Mishra
Hi all, This <https://github.com/grosser/travis_dedup> package can be used to achieve what was being done here https://github.com/sympy/sympy/pull/2610. Sudhanshu Mishra -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe

Re: [sympy] Re: Introducing package maintainers

2015-07-12 Thread Sudhanshu Mishra
Hi, ​ > If anybody else is willing to take up let me know. ​I assume that there can be multiple maintainers. I am not aware of the discussion, though.​ Sudhanshu Mishra On Mon, Jul 13, 2015 at 7:43 AM, Sartaj Singh wrote: > Hi, > > On Monday, 13 July 2015 06:41:30 UTC+5:30,

Re: [sympy] mod_wsgi with sympy

2015-07-24 Thread Sudhanshu Mishra
Hi, Does it happen on development server too? On Jul 25, 2015 1:39 AM, "Paul Royik" wrote: > Again I'm asking about mod_wsgi. > I'm running some sort of webservice that uses sympy. > Site is running under apache mod_wsgi. > > Users access it an everything is fine. > But sometimes when I access t

Re: [sympy] Github issues refer to google code

2015-08-01 Thread Sudhanshu Mishra
Hi All the discussions have been copied. What issues are you referring to? Sudhanshu Mishra On Sat, Aug 1, 2015 at 5:39 PM, Denis Akhiyarov wrote: > I see bunch of old issues with references to google code hosting. Isn't > google code hosting going to retire soon? If yes, then

Re: [sympy] live shell on the website

2015-08-24 Thread Sudhanshu Mishra
to accommodate itself without covering text. Sudhanshu Mishra On Tue, Aug 25, 2015 at 2:30 AM, Nico wrote: > I've been using Sympy in the past few weeks more than ever before, and I > have to say it's been quite a nice experience. > > As a an almost-newcomer, the single mos

Re: [sympy] generate code for Boolean expressions

2015-08-24 Thread Sudhanshu Mishra
Hi I can't comment on the first part but for the boolean expression, it's a design issue. Booleans have not been derived from Expr class in sympy which is why it fails. ​ Sudhanshu Mishra On Tue, Aug 25, 2015 at 2:39 AM, Nico wrote: > With `codegen`, one can generate code

Re: [sympy] Assumptions in solve()

2015-09-23 Thread Sudhanshu Mishra
Hi, Assumptions on those symbols are not working? e.g. >>> V, r = symbols('V, r', positive=True) >>> Do solve here Sudhanshu Mishra On Tue, Sep 22, 2015 at 10:20 PM, Justin wrote: > Hey, > > So I am going through the advanced example in the tutorial:

Re: [sympy] Learning algorithms used in sympy

2015-12-30 Thread Sudhanshu Mishra
Hi, Hopefully this <http://docs.sympy.org/dev/tutorial/manipulation.html> will help. Sudhanshu Mishra On Wed, Dec 30, 2015 at 5:16 PM, Upendra Kumar wrote: > I want to contribute in sympy. I have knowledge of general mathematics. > But, I don't know how these algorithms a

Re: [sympy] Re: Who can mentor for GSoC?

2016-02-09 Thread Sudhanshu Mishra
Hi, I am willing to participate as a supporting mentor. Modules - Assumption, logic Sudhanshu Mishra On Feb 9, 2016 5:59 PM, "Isuru Fernando" wrote: > Hi, > > I'm willing to mentor a SymEngine project. > > Isuru Fernando > > On Tue, Feb 9, 2016 at 5:28 PM,

Re: [sympy] GSOC 2016: Assumptions

2016-02-12 Thread Sudhanshu Mishra
Thanks for the reply Aaron. Anish, Feel free to mail/Gitter me if you want to know anything regarding my code. ​ Sudhanshu Mishra On Sat, Feb 13, 2016 at 12:09 AM, Aaron Meurer wrote: > The ideas page on assumptions needs to be updated. There was a project > last year which did a lot o

Re: [sympy] parse_expr for Abs(-1)

2016-02-24 Thread Sudhanshu Mishra
Hi Abs(-1, evaluate=False) will stay without evaluating itself. Sudhanshu Mishra On Wed, Feb 24, 2016 at 10:20 PM, Victor Kam wrote: > I have an expression, something as simple as |-1|, i.e. Abs(-1). I don't > want it to evaluate to its value, i.e. 1, for printing reaso

Re: [sympy] Re: SymPy is selected for GSoC!

2016-02-29 Thread Sudhanshu Mishra
Cheers! Sudhanshu Mishra On Tue, Mar 1, 2016 at 1:09 AM, Sumith 1896 wrote: > Awesome! > Let's make it a great summer for SymPy. > > On Tue, Mar 1, 2016 at 12:51 AM AMiT Kumar wrote: > >> Great News! >> >> Good work! Aaron, Ondrej, Jason! >> >>

Re: [sympy] GSOC 2016: Assumptions

2016-03-01 Thread Sudhanshu Mishra
I don't remember the inconsistency between old and new assumptions but are you sure this is the only one left? Perhaps there was something to change which "needed decision". I'll try to go through my work and get back to you. ​ -- You received this message because you are subscribed to the Google

Re: [sympy] GSOC Query

2016-03-05 Thread Sudhanshu Mishra
Hi The patch can be made for any module not necessarily the project module of yours. On Mar 6, 2016 12:14 PM, "Anjan" wrote: > I am Anjan.I am a CSE fresher interested in Math and ML.I am very much > interested in working on singularity functions.The Sympy page clearly > states that atleast one

Re: [sympy] Re: SymPy Live and SymPy Gamma | GSoC'16

2016-03-10 Thread Sudhanshu Mishra
It's always a good idea to have a validated timeline in the proposal which is achievable. If you feel that both of the apps can be improved then we should go for it, right? Sudhanshu Mishra On Fri, Mar 11, 2016 at 12:52 AM, Ashutosh Saboo wrote: > It would be great if someone could c

Re: [sympy] PyCon, India 2016

2016-06-21 Thread Sudhanshu Mishra
If you keep it introductory, they might give you less preference for a workshop. I remember this kind of discussion somewhere on the mailing list. I'd suggest to pick something and do it with SymPy. Sudhanshu Mishra On Tue, Jun 21, 2016 at 4:34 PM, gxyd wrote: > Hi everyone, > &

Re: [sympy] Docker Image for Sympy

2016-06-28 Thread Sudhanshu Mishra
Docker containers are used(generally) for services which interact through a port. Having a SymPy docker will not be much useful because you can't expect people to have docker installed(and how to use it) on their system. Sudhanshu Mishra On Tue, Jun 28, 2016 at 11:00 AM, Sartaj Singh

Re: [sympy] Sphinx Documentation

2016-06-30 Thread Sudhanshu Mishra
If it's not code documentation, try docs directory. Sudhanshu Mishra On Thu, Jun 30, 2016 at 11:54 PM, SAMPAD SAHA wrote: > How to add sphinx documentation in Sympy ? > > Regards > Sampad Kumar Saha > Mathematics and Computing > I.I.T. Kharagpur > > > > --

Re: [sympy] Interested in Contributing

2017-03-01 Thread Sudhanshu Mishra
Hi Rahul, You can start by picking up small issues related to your project and fixing them. The right people will tag along as you go. This is a good way to get in touch with a new community. Cheers Sudhanshu Mishra On Thu, Mar 2, 2017 at 10:17 AM, Rahul Barnwal wrote: > Hi everyone, >

Re: [sympy] GSoC 2017 proposal: Improved code generation facilities

2017-04-17 Thread Sudhanshu Mishra
> This happened to Francesco recently too. GitHub really needs to get this under control. Few days back I was a victim too. They said it's their bot behaving erroneously. On Monday, April 3, 2017 at 3:22:41 AM UTC+5:30, Aaron Meurer wrote: > > This happened to Francesco recently too. GitHub re

Re: [sympy] Announcing CZI EOSS grant supporting SymPy

2021-08-31 Thread Sudhanshu Mishra
Great news! Congratulations to everyone! Sudhanshu Mishra On Tue, Aug 31, 2021 at 10:21 PM Aaron Meurer wrote: > Hello all. > > > I am very happy to announce that the Chan Zuckerberg Initiative > <https://chanzuckerberg.com/> (CZI) has awarded an Essential Open Source &