notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: math/py-numpy/distinfo

Number of commits found: 58

Friday, 7 Jul 2023
12:56 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.25.0

PR:		272058
Reported by:	wen@
Exp-run by:	antoine@
commit hash: 65c21fd7c9164f3093c730373d463bbc37f640d1 commit hash: 65c21fd7c9164f3093c730373d463bbc37f640d1 commit hash: 65c21fd7c9164f3093c730373d463bbc37f640d1 commit hash: 65c21fd7c9164f3093c730373d463bbc37f640d1 65c21fd
Wednesday, 14 Jun 2023
21:12 Piotr Kubaj (pkubaj) search for other commits by this committer
math/py-numpy: fix build on powerpc64le

In file included from numpy/core/src/umath/loops_comparison.dispatch.c.src:12:
In file included from numpy/core/src/common/simd/simd.h:63:
In file included from numpy/core/src/common/simd/vec/vec.h:105:
numpy/core/src/common/simd/vec/memory.h:113:1: error: call to 'vec_st' is
ambiguous
NPYV_IMPL_VEC_MEM(f64, f64)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/common/simd/vec/memory.h:94:7: note: expanded from macro
'NPYV_IMPL_VEC_MEM'
    { npyv__storea((npyv_lanetype_##DW_CAST*)ptr, (npyv_##DW_CAST)vec); }       
       \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
numpy/core/src/common/simd/vec/memory.h:42:36: note: expanded from macro
'npyv__storea'
    #define npyv__storea(PTR, VEC) vec_st(VEC, 0, PTR)
                                   ^~~~~~
/usr/lib/clang/14.0.5/include/altivec.h:11130:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11135:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector signed char __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11140:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11145:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector unsigned char __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11150:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11155:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11160:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool char __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11165:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector short __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11170:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector short __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11175:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11180:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector unsigned short __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11185:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11190:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11195:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool short __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11200:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11205:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11210:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector pixel __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11215:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector int __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11220:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector int __a, long __b, int *__c) {
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11224:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11229:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector unsigned int __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11234:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11239:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11244:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector bool int __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11249:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector float __a, long __b,
                                    ^
/usr/lib/clang/14.0.5/include/altivec.h:11254:37: note: candidate function
static __inline__ void __ATTRS_o_ai vec_st(vector float __a, long __b,
commit hash: db2d9d0db79d3fbfa674d18fa0ea69d726a2ae3e commit hash: db2d9d0db79d3fbfa674d18fa0ea69d726a2ae3e commit hash: db2d9d0db79d3fbfa674d18fa0ea69d726a2ae3e commit hash: db2d9d0db79d3fbfa674d18fa0ea69d726a2ae3e db2d9d0
Wednesday, 8 Feb 2023
01:14 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.24.1

PR:		268594
Reported by:	wen@
Exp-run by:	antoine@
commit hash: b217a15a96fa1b52c47611ab6db79105e45e924b commit hash: b217a15a96fa1b52c47611ab6db79105e45e924b commit hash: b217a15a96fa1b52c47611ab6db79105e45e924b commit hash: b217a15a96fa1b52c47611ab6db79105e45e924b b217a15
Wednesday, 30 Nov 2022
08:30 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.5

PR:		267886
Reported by:	wen@
Exp-run by:	antoine@
commit hash: 84ecbb32a0c7c8fe405894933cf413cda80788ed commit hash: 84ecbb32a0c7c8fe405894933cf413cda80788ed commit hash: 84ecbb32a0c7c8fe405894933cf413cda80788ed commit hash: 84ecbb32a0c7c8fe405894933cf413cda80788ed 84ecbb3
Thursday, 20 Oct 2022
10:33 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.4

PR:		267081
Reported by:	wen@
Exp-run by:	antoine@
commit hash: 0f9f67fb3d9f1bd9ba941844f32d21a659162e6a commit hash: 0f9f67fb3d9f1bd9ba941844f32d21a659162e6a commit hash: 0f9f67fb3d9f1bd9ba941844f32d21a659162e6a commit hash: 0f9f67fb3d9f1bd9ba941844f32d21a659162e6a 0f9f67f
Saturday, 17 Sep 2022
03:24 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.3

PR:		266331
Reported by:	wen@
Exp-run by:	antoine@
commit hash: e2007421d7294376ad44654dd7f4c4bce58d5947 commit hash: e2007421d7294376ad44654dd7f4c4bce58d5947 commit hash: e2007421d7294376ad44654dd7f4c4bce58d5947 commit hash: e2007421d7294376ad44654dd7f4c4bce58d5947 e200742
Sunday, 14 Aug 2022
07:44 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.1

PR:		265710
Reported by:	wen@
Exp-run by:	antoine@
commit hash: bb505051ff6c2efcd80d49286afcce589c194258 commit hash: bb505051ff6c2efcd80d49286afcce589c194258 commit hash: bb505051ff6c2efcd80d49286afcce589c194258 commit hash: bb505051ff6c2efcd80d49286afcce589c194258 bb50505
Wednesday, 6 Jul 2022
02:42 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.23.0

PR:		264837
Reported by:	wen@
Exp-run by:	antoine@
commit hash: d68b12c0a6f8c498482d8e3e1b800b140f3b719a commit hash: d68b12c0a6f8c498482d8e3e1b800b140f3b719a commit hash: d68b12c0a6f8c498482d8e3e1b800b140f3b719a commit hash: d68b12c0a6f8c498482d8e3e1b800b140f3b719a d68b12c
Wednesday, 25 May 2022
23:29 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Fix doc checksums

PR:		264231
Reported by:	david@isnic.is
commit hash: 85affc89e8df0f6c95c37c5065bc7b595f34e9ec commit hash: 85affc89e8df0f6c95c37c5065bc7b595f34e9ec commit hash: 85affc89e8df0f6c95c37c5065bc7b595f34e9ec commit hash: 85affc89e8df0f6c95c37c5065bc7b595f34e9ec 85affc8
07:22 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.22.4

PR:		264153
Reported by:	wen@
Exp-run by:	antoine@
commit hash: ff9098f7093e8f774790ac4139dc1090fae538da commit hash: ff9098f7093e8f774790ac4139dc1090fae538da commit hash: ff9098f7093e8f774790ac4139dc1090fae538da commit hash: ff9098f7093e8f774790ac4139dc1090fae538da ff9098f
Tuesday, 26 Oct 2021
00:50 Wen Heping (wen) search for other commits by this committer
math/py-numpy: Update to 1.20.3

PR:		259063
Reported by:	wen@
Exp-run by:	antoine@
commit hash: 7e9bec828e31369d9b6bab30ac86218bf3def70d commit hash: 7e9bec828e31369d9b6bab30ac86218bf3def70d commit hash: 7e9bec828e31369d9b6bab30ac86218bf3def70d commit hash: 7e9bec828e31369d9b6bab30ac86218bf3def70d 7e9bec8
Saturday, 16 May 2020
11:05 sunpoet search for other commits by this committer
Update to 1.16.6

Changes:	https://github.com/numpy/numpy/releases
PR:		246395
Exp-run by:	antoine
Original commitRevision:535462 
Tuesday, 10 Sep 2019
17:38 sunpoet search for other commits by this committer
Update to 1.16.5

Changes:	https://github.com/numpy/numpy/releases
PR:		240424
Exp-run by:	antoine
Original commitRevision:511766 
Sunday, 7 Jul 2019
19:14 sunpoet search for other commits by this committer
Update to 1.16.4

Changes:	https://github.com/numpy/numpy/releases
PR:		238964
Exp-run by:	antoine
Original commitRevision:506176 
Thursday, 21 Feb 2019
16:11 sunpoet search for other commits by this committer
Update to 1.16.1

- Move TEST_DEPENDS upward
- Simplify Makefile

Changes:	https://github.com/numpy/numpy/releases
PR:		235721
Exp-run by:	antoine
Original commitRevision:493516 
Monday, 3 Dec 2018
18:52 sunpoet search for other commits by this committer
Update to 1.15.4

Changes:	https://github.com/numpy/numpy/releases
PR:		233643
Exp-run by:	antoine
Original commitRevision:486527 
Thursday, 4 Oct 2018
18:14 sunpoet search for other commits by this committer
Update to 1.15.1

- Change MASTER_SITES to CHEESESHOP
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk

Changes:	https://github.com/numpy/numpy/releases
PR:		231664
Exp-run by:	antoine
Original commitRevision:481239 
Tuesday, 14 Aug 2018
11:20 rm search for other commits by this committer
math/py-numpy: update to 1.15.0

- update to 1.15
- convert to autoplist
- follow upstream change from nose test framework to pytest

Release notes:
https://github.com/numpy/numpy/releases/tag/v1.15.0

PR:		230094
Submitted by:	wen
Exp-run by:     antoine
Original commitRevision:477149 
Thursday, 24 May 2018
12:13 wen search for other commits by this committer
- Update to 1.14.3

PR:		228230
Submitted by:	wen@(myself)
Exp-run by:	antoine@
Original commitRevision:470772 
Friday, 13 Oct 2017
13:09 sunpoet search for other commits by this committer
Update to 1.13.3

- Simplify MASTER_SITES
- Silence patch messages
- Fix symbolic link to avoid absolute path

Changes:	https://github.com/numpy/numpy/releases
PR:		222856
Exp-run by:	antoine
Original commitRevision:451990 
Monday, 21 Aug 2017
13:34 mat search for other commits by this committer
Don't add the distfile twice.

This fixes a fetch error:

  => numpy-numpy-v1.13.1_GH0.tar.gz doesn't seem to exist in
  /portdistfiles/.
  => Attempting to fetch
 
https://codeload.github.com/numpy/numpy/tar.gz/v1.13.1?dummy=/numpy-numpy-v1.13.1_GH0.tar.gz
  fetch: 4336552: No such file or directory
  numpy-numpy-v1.13.1_GH0.tar.gz                           0  B    0  Bps
  => Attempting to fetch
  http://distcache.FreeBSD.org/ports-distfiles/numpy-numpy-v1.13.1_GH0.tar.gz
  fetch: 4336552: No such file or directory
  => Couldn't fetch it - please try to retrieve this
  => port manually into /portdistfiles/ and try again.

Sponsored by:	Absolight
Original commitRevision:448473 
02:08 wen search for other commits by this committer
- Update MASTER_SITES, now get source from github and doc from docs.scipy.org
  (Based on PR/181285)
Original commitRevision:448445 
Wednesday, 16 Aug 2017
06:17 wen search for other commits by this committer
- Update to 1.13.1

PR:		220986
Submitted by:	wen@(myself)
Exp-run by:	antoine@
Original commitRevision:448024 
Thursday, 6 Oct 2016
20:31 olivierd search for other commits by this committer
Update to 1.11.2

Changes:
https://github.com/numpy/numpy/blob/v1.11.2/doc/release/1.11.2-notes.rst
Original commitRevision:423445 
Tuesday, 28 Jun 2016
03:34 olivierd search for other commits by this committer
- Update to 1.11.1
- Adjust dependencies, 'numpy/core/multiarray.so' is also linked to
math/openblas (reported by QA script)
- Add patches in order to detect 'sys/endian.h' header
Original commitRevision:417692 
Monday, 28 Mar 2016
14:03 olivierd search for other commits by this committer
Update to 1.11.0

Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.11.0-notes.rst
Original commitRevision:412048 
Friday, 8 Jan 2016
08:33 olivierd search for other commits by this committer
- Update to 1.10.4
- Remove DOCVERSION (use SF host to fetch PDF documentation, more up-to-date
than SciPy.org)

Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.10.4-notes.rst
Original commitRevision:405534 
Friday, 1 Jan 2016
17:34 olivierd search for other commits by this committer
- Update to 1.10.2
- Reintroduce DOCVERSION variable, PDF documentation is not synchronized with
release
- Add missing dependency [1] for NETLIB option

PR:		203638 [1]
Submitted by:	John Hein [1]
Original commitRevision:405020 
Monday, 9 Nov 2015
18:44 sunpoet search for other commits by this committer
- Update to 1.10.1
- Add SF to MASTER_SITES
- Add LICENSE_FILE
- Remove DOCVERSION

Changes:	https://github.com/numpy/numpy/blob/master/doc/release/1.10.1-notes.rst
Original commitRevision:401140 
Friday, 30 Oct 2015
11:25 sunpoet search for other commits by this committer
- Update MASTER_SITES
- Update documentation to 1.10.0
- Bump PORTREVISION for package change
Original commitRevision:400517 
Wednesday, 7 Oct 2015
03:37 olivierd search for other commits by this committer
Update to 1.10.0
Original commitRevision:398744 
Monday, 9 Mar 2015
11:43 demon search for other commits by this committer
Update to version 1.9.2.
This is minor bugfix release, see notes at
http://sourceforge.net/projects/numpy/files/NumPy/1.9.2/
Original commitRevision:380842 
Monday, 3 Nov 2014
11:14 demon search for other commits by this committer
Update to version 1.9.1

Phabric:	D998
Original commitRevision:372107 
Friday, 30 May 2014
14:06 demon search for other commits by this committer
Update to version 1.8.1.
Original commitRevision:355841 
Thursday, 20 Feb 2014
08:03 rm search for other commits by this committer
- clean-up WITH_FIXED_FENV conditional, because it is only used for
  versions of FreeBSD, we not support anymore.
- remove LATEST_LINK. There is PYTHON_PKGNAMEPREFIX set and in future
  we may have this package built against different python versions.
Original commitRevision:345173 
Thursday, 13 Feb 2014
05:21 rm search for other commits by this committer
- update to 1.8.0
- clarify LICENSE (BSD3C)
- suppor staging

while here:
- utilize PYTHON_PY3K_PLIST_HACK
- install docs uncoditionally into stage area
- convert LIB_DEPENDS to the new notation
- sort packing list

PR:		186677
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
Original commitRevision:344040 
Monday, 20 May 2013
06:20 demon search for other commits by this committer
Update to version 1.7.0 (and unbreak with python-3.3).

PR:		178256
Submitted by:	Roland Smith <rsmith@xs4all.nl>
Approved by:	maintainer
Original commitRevision:318575 
Saturday, 28 Jul 2012
06:00 sunpoet search for other commits by this committer
- Restore distinfo of fenv.c/fenv.h for older FreeBSD which were removed in the
commit of 1.6.2 update

PR:		ports/170224
Submitted by:	Li-Lun Wang <llwang@infor.org>
Original commit
Friday, 22 Jun 2012
08:23 wen search for other commits by this committer
- Update to 1.6.2
- Add LICENSE

PR:             169162
Submitted by:   koobs <koobs.freebsd@gmail.com>
Approved by:    maintainer
Original commit
Friday, 9 Dec 2011
08:01 wen search for other commits by this committer
- Update to 1.6.1

PR:             162894
Submitted by:   Gereon Kaiping <kta1c10!gereon@linta.de>
Approved by:    "Li-Lun Leland Wang" <llwang@infor.org> (maintainer)
Feature safe:   yes
Original commit
Tuesday, 22 Feb 2011
18:37 bf search for other commits by this committer
- Slightly simplify the fenv fix, and note that FreeBSD
7.3 and 7.4 no longer need the fix after the MFC of r203441 on
17 February 2010

- While here, remove MD5 checksums in distinfo

PR:             154742
Approved by:    makc, miwi (mentors, implicit)
                Li-Lun Wang (maintainer)
Original commit
Wednesday, 1 Dec 2010
06:07 beech search for other commits by this committer
Update to 1.5.1
Fix doc checksum mismatch

PR:             ports/152715
Submitted by:   Li-Lun Wang (llwang@infor.org) (maintainer)
Approved by:    itetcu (mentor) (implicit)
Original commit
Sunday, 10 Oct 2010
05:31 pgollucci search for other commits by this committer
- Update to 1.5.0

PR:             ports/151234
Submitted by:   Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
Original commit
Monday, 26 Apr 2010
07:15 wen search for other commits by this committer
- Update to 1.4.1

PR:             ports/146007
Submitted by:   Wen Heping (myself)
Approved by:    maintainer
Original commit
Friday, 12 Mar 2010
11:39 demon search for other commits by this committer
Unbreak.

PR:             143529
Patch from:     MAINTAINER ("Li-Lun Wang (Leland Wang)" <llwang@infor.org>)
Original commit
Sunday, 31 Jan 2010
03:29 lwhsu search for other commits by this committer
- Update to 1.4.0

PR:             ports/142116
Submitted by:   wen
Approved by:    "Li-Lun Wang (Leland Wang)" <llwang AT infor.org> (maintainer)
Original commit
Monday, 13 Jul 2009
09:44 lwhsu search for other commits by this committer
* Fix build of science/py-scipy when math/suitesparse is installed, by
  correctly detect and depend on it in math/py-numpy
* Replace the old numpy documentation with the new numpy book
* Explicitly tell the distutil to use gnu95 fortran compiler
* Use ${PYTHONPREFIX_SITELIBDIR} rather than ${PYTHON_SITELIBDIR} when
  generating the packing list for science/py-scipy
* Bump PORTREVISIONs, for packing lists are changed

PR:             ports/136058
Submitted by:   Li-Lun Wang (Leland Wang) <llwang AT infor.org> (maintainer)
Original commit
Friday, 29 May 2009
19:31 miwi search for other commits by this committer
- Update to  1.3.0

PR:             134221
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer timeout
Original commit
Sunday, 11 Jan 2009
14:45 pav search for other commits by this committer
- Update to 1.2.1

PR:             ports/129581
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    Li-Lun "Leland" Wang" <llwang@infor.org> (maintainer)
Original commit
Saturday, 11 Oct 2008
14:49 miwi search for other commits by this committer
- Update to 1.2.0

PR:             127865
Submitted by:   Wen heping <wenheping@gmail.com>
Approved by:    maintainer
Original commit
Thursday, 14 Aug 2008
06:02 perky search for other commits by this committer
Update to 1.1.1
Original commit
Wednesday, 9 Apr 2008
02:08 rafan search for other commits by this committer
- Update to 1.0.4

PR:             ports/122492
Submitted by:   dikshie <dikshie at lapi.itb.ac.id>
Approved by:    Li-Lun "Leland" Wang <llwang at infor.org> (maintainer)
Original commit
Sunday, 2 Sep 2007
20:03 db search for other commits by this committer
- I added -fPIC to compile_switch to work around build of fftpack in scipy
  on amd64.
  A better fix would be to set pic_flags instead, and have scipy build a
  shared object for dfftpack instead a static archive, but I didn't figure
  out how. [1]
- Pass maintainership to llwang@infor.org

PR:             ports/112429 [1]
Submitted by:   Li-Lun "Leland" Wang <llwang@infor.org> (new maintainer)
Original commit
Saturday, 23 Jun 2007
14:06 ehaupt search for other commits by this committer
Update distinfo, was forgotten by the last commit.

Notified by:    bf <bf2006a@yahoo.com>
Original commit
Wednesday, 17 Jan 2007
01:23 clsung search for other commits by this committer
- Update to 1.0.1

PR:             ports/107729
Submitted by:   clsung
Approved by:    maintainer (Diane Bruce)
Original commit
Saturday, 30 Dec 2006
16:02 xride search for other commits by this committer
Update to version 1.0
Change maintainer

PR:             106551
Submitted by:   Diane Bruce <db@db.net>
Approved by:    tmclaugh (implicit)
Original commit
Wednesday, 15 Nov 2006
05:50 rafan search for other commits by this committer
- Update to 1.0rc1
- Add options for ATLAS
- Fix ATLAS detection
- Use feclearexcept(3) rather than fpsetsticky(3) on 5.3+
- Add CONFLICTS for f2py. Both ports install bin/f2py

PR:             ports/103827
Submitted by:   Li-Lun Wang
Approved by:    maintainer timeout (6 weeks)
Original commit
Friday, 1 Sep 2006
18:14 pav search for other commits by this committer
The fundamental package needed for scientific computing with Python is
called NumPy.  This package contains:

    * a powerful N-dimensional array object
    * sophisticated (broadcasting) functions
    * basic linear algebra functions
    * basic Fourier transforms
    * sophisticated random number capabilities
    * tools for integrating Fortran code.

NumPy derives from the old Numeric code base and can be used as a
replacement for Numeric.   It also adds the features introduced by numarray
and can also be used to replace numarray.

Note:   Development for Numeric has ceased, and users should transisition to
        NumPy as quickly as possible.

WWW: http://numpy.scipy.org/

PR:             ports/102458
Submitted by:   Tony Maher <anthony.maher@uts.edu.au>
Original commit

Number of commits found: 58