SourceForge logo
SourceForge logo
Menu

pysparse-developers — pysparse developer talk

You can subscribe to this list here.

2004 Jan
Feb
Mar
(1)
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2005 Jan
Feb
Mar
Apr
(2)
May
Jun
(2)
Jul
Aug
Sep
(1)
Oct
Nov
Dec
2006 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
(1)
2007 Jan
(4)
Feb
(7)
Mar
(1)
Apr
May
(5)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2008 Jan
(3)
Feb
Mar
(6)
Apr
(3)
May
Jun
Jul
(1)
Aug
Sep
(1)
Oct
Nov
Dec
2009 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
(11)
Sep
Oct
(1)
Nov
(1)
Dec
2010 Jan
(4)
Feb
(7)
Mar
(4)
Apr
(6)
May
Jun
(5)
Jul
Aug
(2)
Sep
Oct
Nov
Dec
2011 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(2)
Nov
Dec
2012 Jan
Feb
(2)
Mar
Apr
May
(3)
Jun
Jul
Aug
Sep
(2)
Oct
(1)
Nov
Dec
2014 Jan
Feb
Mar
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
Oct
Nov
(3)
Dec
2015 Jan
Feb
Mar
Apr
May
Jun
(1)
Jul
Aug
Sep
Oct
(1)
Nov
Dec
(1)
2016 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
(3)
Sep
Oct
(1)
Nov
(1)
Dec
(1)
2017 Jan
(1)
Feb
(1)
Mar
(1)
Apr
(1)
May
(1)
Jun
Jul
(1)
Aug
Sep
Oct
Nov
Dec
S M T W T F S


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(3)
18
19
20
21
22
23
24
25
26
27
28
29
30
31


Showing 3 results of 3

From: Daniel W. <dan...@gm...> - 2012年05月17日 16:54:52
On Thu, May 17, 2012 at 12:33 PM, Dominique Orban
<dom...@gm...> wrote:
> On Thu, May 17, 2012 at 12:18 PM, Daniel Wheeler
> <dan...@gm...> wrote:
>> Is it time for a new release? Dominique has done a lot of work since
>> 1.1.1 if I remember rightly. I believe there was something holding up
>> a release a year or two back, but I can't remember what that was.
>
> The last thing I did is use the version of UMFPACK that comes with
> SuiteSparse. The code is in the suitesparse branch. My hope was to
> pave the way to interfacing other factorizations (CHOLMOD and
> SuiteSparseQR are my two targets), but time is short.
>
> Also I'm wondering if we should phase out SuperLU. I'm not having much
> success with it. Its only advatange is to run in parallel. Just a
> notion.
I assume you mean that you would remove pysparse/direct/superlu and
only have pysparse/direct/umfpack. I'll leave that up to you. The only
requirement that I have right now is that the code snippet at then end
of pysparse/__init__.py still works in some way that doesn't break
everything in fipy. Probably, the best thing to do is to deprecate it
now and remove it sometime in the future (or make it work with UMFPACK
and give a warning that superlu is not using SuperLU but something
else to do LU). The code snippet is this:
{{{
class _superlu:
 @Deprecated('Use pysparse.direct.superlu.factorize instead.')
 def factorize(self, *args, **kwargs):
 import pysparse.direct.superlu
 self.factorizeFnc = pysparse.direct.superlu.factorize
 return self.factorizeFnc(*args, **kwargs)
superlu = _superlu()
}}}
so that
{{{
from pysparse import superlu
}}}
still works. Actually, I need to switch fipy over to the new import
system of pysparse. I'll do that today or tomorrow while it is on my
mind.
Cheers
-- 
Daniel Wheeler
From: Dominique O. <dom...@gm...> - 2012年05月17日 16:33:48
On Thu, May 17, 2012 at 12:18 PM, Daniel Wheeler
<dan...@gm...> wrote:
> Is it time for a new release? Dominique has done a lot of work since
> 1.1.1 if I remember rightly. I believe there was something holding up
> a release a year or two back, but I can't remember what that was.
The last thing I did is use the version of UMFPACK that comes with
SuiteSparse. The code is in the suitesparse branch. My hope was to
pave the way to interfacing other factorizations (CHOLMOD and
SuiteSparseQR are my two targets), but time is short.
Also I'm wondering if we should phase out SuperLU. I'm not having much
success with it. Its only advatange is to run in parallel. Just a
notion.
Cheers,
-- 
Dominique
From: Daniel W. <dan...@gm...> - 2012年05月17日 16:19:06
Is it time for a new release? Dominique has done a lot of work since
1.1.1 if I remember rightly. I believe there was something holding up
a release a year or two back, but I can't remember what that was.
Cheers
-- 
Daniel Wheeler

Showing 3 results of 3

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /