[sympy] Pretty printing a custom Function (hinge functions)

2016-04-18 Thread Vladimir Perić
ke there should be. Thanks in advance, -- Vladimir Perić -- 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...@googlegroups.com. To post to this gro

[sympy] Writing a symbolic version of numpy.clip for use by lambdify

2016-02-03 Thread Vladimir Perić
Hi, I'm trying to write a symbolic numpy.clip function[1], to be used in expressions (it's ok if it doesn't get simplified) and in lambdify (and consequently evaluated by numpy). Doing this in pure numpy would be trivial, but it doesn't work well with my current code (and would be inelegant). I'v

Re: [sympy] Planet Sympy Update

2012-10-29 Thread Vladimir Perić
b.com/snaptortoise/jekyll-rss-feeds On Mon, Oct 29, 2012 at 6:33 PM, Vladimir Perić wrote: > On Mon, Oct 29, 2012 at 5:46 PM, Matthew Rocklin wrote: >> How do we direct a blog feed that we own to be posted on Planet SymPy? In >> particular does anyone know how to do this for a particular c

Re: [sympy] Planet Sympy Update

2012-10-29 Thread Vladimir Perić
ll try to do it soon. >> >> Then I just change the update script to always do a git commit >> (currently it doesn't do it if only the time stamp changed, but not >> any new blog posts). >> >> That way, if github doesn't update the pages (this happen

Re: [sympy] Re: Google Code In 2012

2012-09-26 Thread Vladimir Perić
Live and Gamma improved a lot). We can't really expect a random high school student to dive into quantum mechanics or whatever. -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@go

Re: [sympy] Re: Deprecation Cycles

2012-08-12 Thread Vladimir Perić
On Mon, Aug 13, 2012 at 6:24 AM, Aaron Meurer wrote: > On Sun, Aug 12, 2012 at 9:55 AM, Vladimir Perić wrote: >> Hi, >> >> First of all, sorry for resurrecting this - I was browsing the issue page, >> there's one that references this thread and I felt making a

Re: [sympy] Re: Deprecation Cycles

2012-08-12 Thread Vladimir Perić
group. > To post to this group, send email to sympy@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Vladimir Perić -- You recei

[sympy] Re: Deprecation Cycles

2012-08-12 Thread Vladimir Perić
Hi, First of all, sorry for resurrecting this - I was browsing the issue page, there's one that references this thread and I felt making a new thread would lose us some context. Anyway, in working on Twisted (my GSoC for this year) - which is a much more structured project, with many developmen

Re: [sympy] could sympy-patches be made to receive only the announcements of the new PRs (not the whole discussion)

2012-08-09 Thread Vladimir Perić
; To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy&

Re: [sympy] Running full test during development

2012-05-29 Thread Vladimir Perić
that I am out of > the weekend, and plan to switch to 12.04 ubuntu, hoping it will fix my flash > related problems as well. > > -Guru > > > > > > > > > On Sunday, May 27, 2012 12:17:33 PM UTC-5, Vladimir Perić wrote: >> >> On Sun, May 27, 2012 a

Re: [sympy] set.union in 2.5

2012-05-27 Thread Vladimir Perić
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...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=

Re: [sympy] Running full test during development

2012-05-27 Thread Vladimir Perić
ch spare time :), perhaps you could try running a LiveCD of the 64-bit version of Ubuntu, and see if that helps perhaps. Other than that, I'm quite clueless. -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post t

Re: [sympy] Should we drop 2.5 support?

2012-05-25 Thread Vladimir Perić
ses, and the 3.2 version is much faster. IMHO, there's really no point in running 2to3 from either 2.6 or 2.7 - if you need py3k code, that means you have a Python 3 interpreter available, so might as well use the 2to3 from it. > > You shouldn't have to worry about it, though, be

Re: [sympy] Should we drop 2.5 support?

2012-05-24 Thread Vladimir Perić
s group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To

Re: [sympy] Full Fledged Python 3 Development

2012-05-24 Thread Vladimir Perić
On Thu, May 24, 2012 at 9:29 PM, Aaron Meurer wrote: > On Thu, May 24, 2012 at 11:22 AM, Sergiu Ivanov > wrote: >> On Thu, May 24, 2012 at 6:59 PM, Sergiu Ivanov >> wrote: >>> On Thu, May 24, 2012 at 1:52 PM, Vladimir Perić >>> wrote: >>>> >&

Re: [sympy] Full Fledged Python 3 Development

2012-05-24 Thread Vladimir Perić
"sympy" group. > To post to this group, send email to sympy@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Vladi

Re: [sympy] Travis CI: open-source continuous integration service

2012-04-11 Thread Vladimir Perić
anybody > outside the Travis team can set up such a server without a LOT of effort. This is simply not worth it. > > - Give up on Travis. As should be obvious, I disagree. I think it's a fair system, and does what it's supposed to do well enough. I really see no reason NOT to use it.

[sympy] Travis CI: open-source continuous integration service

2012-04-08 Thread Vladimir Perić
ly, kudos to Tarek Ziade and his blog post [4] for mentioning this in the first place. [1] http://about.travis-ci.org/ [2] http://about.travis-ci.org/docs/user/getting-started/ [3] http://about.travis-ci.org/docs/user/build-configuration/ [4] http://blog.ziade.org/2012/04/06/github-based-service

[sympy] Intent to apply for GSoC

2012-02-07 Thread Vladimir Perić
ing to Python 3 was). Whatever happens, I'll probably end up applying for GSoC. I'd just love if it could be for SymPy, rather than some other project. My previous knowledge will, hopefully, make me that much more productive. Thanks in advance, Vladimir Perić -- You received this me

[sympy] Re: Fixing Sphinx docs (finally!)

2012-02-02 Thread Vladimir Perić
docstring as a raw string (with r"""...) and then escape the stars with a backslash, but I feel that will hurt readibility too much in this case. Thoughts? On Thu, Feb 2, 2012 at 8:18 PM, Vladimir Perić wrote: > Hello, > > There have been a lot of efforts, both during GCI a

[sympy] Fixing Sphinx docs (finally!)

2012-02-02 Thread Vladimir Perić
t, I think most of the errors I'll be able to figure out myself. If there are any other major issues, I'll write here. [1] https://github.com/sympy/sympy/pull/918 [2] https://github.com/vperic/sympy/tree/sphinx-docs -- Vladimir Perić -- You received this message because you are sub

Re: [sympy] Test modules

2012-02-02 Thread Vladimir Perić
options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Vladimir Perić -- 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 gro

Re: [sympy] deprecation warnings

2012-01-10 Thread Vladimir Perić
t; > Or we test for a few months the new plotting module in git and break the api > without deprecation. It's probably a bad idea. > > I'll wait for the opinion of our BDsFL :) > > > On 10 January 2012 18:56, Vladimir Perić wrote: >> >> On Tue, Jan 10,

Re: [sympy] deprecation warnings

2012-01-10 Thread Vladimir Perić
I guess this solution is better if we are sure the new Plot module is rock solid, but I'm just not sure we can give it such thorough testing. Or I'm just overthinking it all. :) > > > On 10 January 2012 11:13, Vladimir Perić wrote: >> >> On Tue, J

Re: [sympy] deprecation warnings

2012-01-10 Thread Vladimir Perić
bscribe from this group, send email to >> sympy+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/sympy?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "sympy&q

Re: [sympy] new features in sympy-bot

2011-12-14 Thread Vladimir Perić
e >>>> >> conflicts and if it is some easy conflict (typically changed imports), >>>> >> one can choose to simply fix it manually and merge the pull request. >>>> >> If the conflict is large, one would ask the reviewer to rebase. >>>>

Re: [sympy] file mode changes (again)?

2011-12-04 Thread Vladimir Perić
> >> To post to this group, send email to sympy@googlegroups.com. >> >> To unsubscribe from this group, send email to >> >> sympy+unsubscr...@googlegroups.com. >> >> For more options, visit this group at >> >> http://groups.google.com/group/sy

Re: [sympy] Re: Releasing SymPy 0.7.2

2011-12-03 Thread Vladimir Perić
uot;sympy" group. > To post to this group, send email to sympy@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Vladimir Perić -- Yo

Re: [sympy] Re: Releasing SymPy 0.7.2

2011-12-02 Thread Vladimir Perić
, we > would constantly be in a release cycle. Ok, we can also brainstorm what is needed to make the release process quicker and less painful? Aaron, ideas? You are the only one who actually went through it. > > Aaron Meurer > >>> >>> >>> Aaron Meurer >>

Re: [sympy] file mode

2011-11-30 Thread Vladimir Perić
..@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- Vladimir Perić -- 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. T

Re: [sympy] Re: Releasing SymPy 0.7.2

2011-11-30 Thread Vladimir Perić
@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegroups

Re: [sympy] Re: GitHub issues view for pull requests

2011-11-29 Thread Vladimir Perić
etter! -- Vladimir Perić -- 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...@googlegroups.com. For more options, visit this

Re: [sympy] Re: framework for translating our webpage

2011-11-27 Thread Vladimir Perić
ubscribed 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...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/s

Re: [sympy] Re: framework for translating our webpage

2011-11-27 Thread Vladimir Perić
2011/11/27 Ondřej Čertík : > On Sun, Nov 27, 2011 at 1:10 PM, Vladimir Perić wrote: >> Yeah. I always thought .po files would be the way to go, though I >> still created a "Research" task for GCI to see if something better >> could be found. I didn't look

Re: [sympy] Re: framework for translating our webpage

2011-11-27 Thread Vladimir Perić
> To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups &q

Re: [sympy] Questions for lambda: in raises() (issue #2867)

2011-11-26 Thread Vladimir Perić
.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups

Re: [sympy] Questions for lambda: in raises() (issue #2867)

2011-11-26 Thread Vladimir Perić
ing away from py.test and do they still apply? > > -- > 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+unsu

Re: [sympy] Translation tasks

2011-11-23 Thread Vladimir Perić
tation is not)? We would have to have tons of >> volunteers to translate *everything* and keep it translated, and even >> then, names in the code are in English, and Python is in English. >> >> By the way, I was thinking.  One of our tasks is to improve the >> Wikipedia ar

Re: [sympy] Translation tasks

2011-11-21 Thread Vladimir Perić
nsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sympy@googlegro

Re: [sympy] Google Code-In

2011-11-21 Thread Vladimir Perić
want to check Melange to see if someone has applied. Also, the upload system in Melange isn't working quite right, so students should be aware of that also. For these two tasks it's probably not a problem, though. And finally, it would be really good if more mentors would sign up. :) -

Re: [sympy] SymPy for Maemo 4 & 5 and MeeGo 1.2 Harmattan

2011-11-20 Thread Vladimir Perić
>> For more options, visit this group at >> http://groups.google.com/group/sympy?hl=en. >> > > -- > 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. &

Re: [sympy] Google Code-In

2011-11-20 Thread Vladimir Perić
On Sun, Nov 20, 2011 at 7:54 PM, Vladimir Perić wrote: > On Sun, Nov 20, 2011 at 7:01 PM, krastanov.ste...@gmail.com > wrote: >> >> >> On 20 November 2011 18:54, Vladimir Perić wrote: >>> >>> Gah, the Google Spreadsheet interface is really bad once

Re: [sympy] Google Code-In

2011-11-20 Thread Vladimir Perić
On Sun, Nov 20, 2011 at 7:01 PM, krastanov.ste...@gmail.com wrote: > > > On 20 November 2011 18:54, Vladimir Perić wrote: >> >> Gah, the Google Spreadsheet interface is really bad once the text gets >> a bit bigger (either the columns are too wide or the rows are too &

Re: [sympy] Google Code-In

2011-11-20 Thread Vladimir Perić
want to keep editing the Spreadsheet, it's getting rather unwieldy. On Sun, Nov 20, 2011 at 5:59 PM, Alexey U. Gudchenko wrote: > 20.11.2011 18:16, Vladimir Perić пишет: >> What is there left to do? I see additional (all?) tasks have been >> imported from the tracker to t

Re: [sympy] Google Code-In

2011-11-20 Thread Vladimir Perić
ail to sympy@googlegroups.com. >>> To unsubscribe from this group, send email to >>> sympy+unsubscr...@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/sympy?hl=en. >> >> -- >> You received this message bec

[sympy] Should we support Python 3.1?

2011-11-20 Thread Vladimir Perić
ps://code.google.com/p/sympy/issues/detail?id=2634 -- Vladimir Perić -- 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...@g

Re: [sympy] Google Code-In

2011-11-17 Thread Vladimir Perić
ou 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...@googlegroups.com. > For more options, visit this group

Re: [sympy] Google Code-In

2011-11-16 Thread Vladimir Perić
to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, se

Re: [sympy] Re: Releasing SymPy 0.7.2

2011-11-15 Thread Vladimir Perić
ail to >> sympy+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/sympy?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to sy

Re: [sympy] Releasing SymPy 0.7.2

2011-11-15 Thread Vladimir Perić
On Tue, Nov 15, 2011 at 7:44 PM, Mateusz Paprocki wrote: > Hi, > > On 15 November 2011 01:17, Vladimir Perić wrote: >> >> On Tue, Nov 15, 2011 at 8:08 AM, Aaron Meurer wrote: >> > Hi. >> > >> > On Tue, Nov 15, 2011 at 12:02 AM, Mateusz Paprocki

Re: [sympy] Releasing SymPy 0.7.2

2011-11-15 Thread Vladimir Perić
o > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to

Re: [sympy] fcode

2011-11-11 Thread Vladimir Perić
ogle Groups > "sympy" group. > To post to this group, send email to sympy@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > &

Re: [sympy] Sympy debugging

2011-11-08 Thread Vladimir Perić
On Tue, Nov 8, 2011 at 8:23 PM, Joachim Durchholz wrote: > Am 08.11.2011 18:39, schrieb Aaron Meurer: >> >> First, to clarify one thing, `Expr.__lt__` returns a Relational `Lt` >> object (and the same for the other relations): > > Oh. I was unable to get Eclipse's debugger to work with Sympy, so I

Re: [sympy] papers on sympy?

2011-10-30 Thread Vladimir Perić
On Sun, Oct 30, 2011 at 5:56 PM, David Joyner wrote: > On Sun, Oct 30, 2011 at 12:48 PM, Vladimir Perić > wrote: > > ... > >> >> I spotted a minor typo: in the "Acknowledgments" you say "think" >> instead of "thank". > > >

Re: [sympy] papers on sympy?

2011-10-30 Thread Vladimir Perić
e 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...@googlegroups.com. > For more options, visit this group at > http://groups.g

Re: [sympy] Google Code-In

2011-10-25 Thread Vladimir Perić
gt;> >> -- >> 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...@googlegroups.co

Re: [sympy] (Code In) Adding a feature 'See Also'

2011-10-25 Thread Vladimir Perić
> -- >> 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...@googlegroups.com. >

Re: [sympy] Test failure in solvers/test_solvers.py

2011-10-13 Thread Vladimir Perić
ail to sympy@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > -- Vladimir Perić -- You received this message because you are subscr

Re: [sympy] papers on sympy?

2011-10-06 Thread Vladimir Perić
en. >> >> > > -- > 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...@googlegroups

Re: [sympy] new sympy spkg for Sage

2011-08-18 Thread Vladimir Perić
.@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > > [1] http://trac.sagemath.org/sage_trac/ticket/11560 -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to

Re: [sympy] Script to open a random issue

2011-08-16 Thread Vladimir Perić
On Mon, Aug 15, 2011 at 10:57 PM, Aaron Meurer wrote: > On Mon, Aug 15, 2011 at 1:59 PM, Vladimir Perić wrote: >> Actually, I was trying to clean up our issue list a few times already >> (generally closing a few way, way outdated issues and such) and I was >> thinking about

Re: [sympy] Script to open a random issue

2011-08-15 Thread Vladimir Perić
Meurer > > -- > 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...@googlegroups.com. > For

[sympy] [RFC] bin/use2to3 script

2011-08-02 Thread Vladimir Perić
nd sympy/, doc/, examples/, bin/ and ./ (root), so copying everything is the cleanest solution IMHO. -- Vladimir Perić -- 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 f

Re: [sympy] Changing function - Fibonacci

2011-08-02 Thread Vladimir Perić
Mateusz noted, you should probably include some more info in the commit message. You should also reference the algorithm used, preferably both in the commit message and in the code (in a doctest, for example). -- Vladimir Perić -- You received this message because you are subscribed to the Go

Re: [sympy] Problem related to import reduce

2011-08-01 Thread Vladimir Perić
ght. > > [0] https://github.com/sympy/sympy/pull/230 > [1] https://github.com/sympy/sympy/blob/master/sympy/series/gruntz.py > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to

Re: [sympy] Cannot import sympy at Python 3

2011-08-01 Thread Vladimir Perić
o view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/AOFSQ5AckPMJ. > To post to this group, send email to sympy@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group

[sympy] Remaining errors in porting to Python 3

2011-07-27 Thread Vladimir Perić
o we can start hunting for the bugs not covered by tests, of course). [1] http://code.google.com/p/sympy/issues/detail?id=2608 and then use "next" :-) -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post

Re: [sympy] Re: testing code

2011-07-24 Thread Vladimir Perić
il to sympy@googlegroups.com. >> To unsubscribe from this group, send email to >> sympy+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/sympy?hl=en. >> >> > > -- > You received this message

Re: [sympy] Re: SymPy 0.7.1 Release Candidate 1

2011-07-24 Thread Vladimir Perić
u 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...@googlegroups.com. > For more options, visit this g

Re: [sympy] SymPy 0.7.1 Release Candidate 1

2011-07-23 Thread Vladimir Perić
% of the time with ness' latest patch). This is bad because users might think this is some more important failure. On the other hand, simply reverting the whole patchset is no good either, as it does bring nice new features. So, if ness doesn't manage to solve it completely in a few days i

Re: [sympy] testing code

2011-07-19 Thread Vladimir Perić
On Tue, Jul 19, 2011 at 5:51 PM, Alan Bromborsky wrote: > On 07/19/2011 10:48 AM, Vladimir Perić wrote: >> >> On Tue, Jul 19, 2011 at 3:14 PM, Alan Bromborsky >>  wrote: >>> >>> On 07/18/2011 06:12 PM, Matthew Rocklin wrote: >>> >>> Test i

Re: [sympy] testing code

2011-07-19 Thread Vladimir Perić
file? That ought to work. Also, is there any particular reason why you're developing outside the tree? If you use git it's trivial to switch between master (or a certain version) and your own work. > > -- > You received this message because you are subscribed to the Google Groups

Re: [sympy] Re: SymPy 0.7.1 Release

2011-07-19 Thread Vladimir Perić
;>> By the way, I haven't run the tests in master in a while.  Is >>> everything passing? >>> >>> Aaron Meurer >>> >> > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. &

Re: [sympy] testing code

2011-07-18 Thread Vladimir Perić
is group, send email to sympy@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Vladimir Perić -- You received this message because yo

Re: [sympy] issues to be closed

2011-06-26 Thread Vladimir Perić
ed 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...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sy

[sympy] Setting up Jenkins

2011-06-19 Thread Vladimir Perić
s... 4) Anything else to talk about? Finally, I'd just like to mention that we've already found two test failures/bugs with Jenkins, so there is definitely value to using it. [1] http://vperic.blogspot.com/2011/05/continuous-integration-and-sympy.html -- Vladimir Perić -- You re

Re: [sympy] Re: [IPython-User] isympy in newest ipython

2011-06-14 Thread Vladimir Perić
>> >> > >> > > >> > > >> > > >> > -- > >> > Brian E. Granger > >> > Cal Poly State University, San Luis Obispo > >> > bgran...@calpoly.edu and elliso...@gmail.com > >> > > >> >

Re: [sympy] Possible Code Sprint Next Week?

2011-06-13 Thread Vladimir Perić
nt it would be a better idea to dig up some more EasyToFix issues, though I suppose working on coverage is ok if nothing else can be found. -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email t

Re: [sympy] Re: [IPython-User] isympy in newest ipython

2011-06-13 Thread Vladimir Perić
y State University, San Luis Obispo > bgran...@calpoly.edu and elliso...@gmail.com > > -- > 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 t

Re: [sympy] how to use tox

2011-06-13 Thread Vladimir Perić
.testrun.org/en/latest/example/jenkins.html > > > Ondrej > > -- > 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 &g

Re: [sympy] Trying out Tox

2011-06-04 Thread Vladimir Perić
p. > To post to this group, send email to sympy@googlegroups.com. > To unsubscribe from this group, send email to > sympy+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- Vladimir Perić -- You received this