Commit Graph

237 Commits

Author SHA1 Message Date
Francesc Alted 9176900645 New branch for adding support for pure C strings 2014-09-05 11:56:45 +02:00
Francesc Alted 6e59ed5f0e Reformatted code through PyCharm. 2014-04-18 10:53:51 +02:00
Francesc Alted ec11e6f1a0 Remove unneeded .dev suffix 2014-04-17 10:56:42 +02:00
Francesc Alted 06b72357cd Post 2.4 release actions done 2014-04-13 20:47:25 +02:00
Francesc Alted 606cc9a110 Getting ready for release 2.4 2014-04-13 20:34:30 +02:00
Francesc Alted 0c3037a199 Getting ready for release 2.4-rc2 2014-04-07 08:02:51 +02:00
Francesc Alted e3ece754bd All the strings for new contains have to be bytes
Unicode strings are not supported yet.  See #121.
2014-04-07 07:48:35 +02:00
Francesc Alted 95f3995aed Get rid of LOGDEBUG as it was meant to be used just during development of contains() 2014-04-07 06:59:56 +02:00
cgohlke 9fcbab1873 Fix build error with gcc 2014-04-06 15:24:08 -07:00
cgohlke 7865d1ced5 Use std:min instead of fminl
Fixes build error on Windows with msvc.
2014-04-06 14:56:53 -07:00
Francesc Alted fedbaba09e Getting ready for release 2.4-rc1 2014-04-06 12:32:52 +02:00
Francesc Alted f2bcd4f8fd Version bumped to 2.4.dev 2014-03-03 08:15:15 +01:00
Francesc Alted 27a44cd664 Added a simple test checking simple strings 2014-03-03 08:12:11 +01:00
Francesc Alted 9598a4c0f9 Some code beautification for new contains tests 2014-03-03 07:56:06 +01:00
Francesc Alted f8c444e1d4 Fixed a typo. 2014-03-03 07:42:28 +01:00
Francesc Alted ce9f42c656 Moved str-two-way.h to .hpp to follow numexpr conventions 2014-03-03 07:40:22 +01:00
Francesc Alted 04d42baade Merging contains branch 2014-02-27 09:47:58 +01:00
Marcin Krol a65efcf4b0 cleanup 2014-02-20 18:45:48 +01:00
Marcin Krol 12c4f28af3 used str-two-way.h version from newlib that has permissive, BSD-like license 2014-02-19 17:45:48 +01:00
Marcin Krol 90a2a10918 reorg preprocessor directives 2014-02-18 15:09:39 +01:00
Marcin Krol 5eb8af9d65 pep8 correction 2014-02-18 15:03:48 +01:00
Marcin Krol 8c881eb3f3 contains(s1, s2) works without malloc and free, added tests 2014-02-18 14:57:18 +01:00
Marcin Krol 76fdf6500d moved str-two-way.h to correct location 2014-02-18 14:52:04 +01:00
Marcin Krol dce372cf96 working string "contains" operator 2014-02-18 14:49:03 +01:00
Francesc Alted 9e411988d0 Post 2.3.1 release actions done. 2014-02-18 09:03:01 +01:00
Francesc Alted aba0e0a1ff Getting ready for releasing 2.3.1 final 2014-02-18 08:56:23 +01:00
Alexander Böhn 031e8e85ac Added support shift-left and shift-right operators
Removed numexpr/version.pyc
2014-02-13 20:49:19 -05:00
Marcin Krol 13407704a2 extended logging 2014-02-13 16:30:41 +01:00
Marcin Krol 05a39bc04a extended logging 2014-02-13 15:58:46 +01:00
Marcin Krol 3cf3136532 implemented substring search function: contains(haystack, needle) 2014-02-12 20:49:55 +01:00
Marcin Krol ab845a811b fixes 2014-02-11 16:30:22 +01:00
Marcin Krol c89f632e50 implement "contains" function for strings 2014-02-11 11:08:31 +01:00
Francesc Alted 85672ccc87 Version bumped to 2.3.1.dev 2014-01-28 10:47:09 +01:00
Francesc Alted 968f28a4b6 Merge branch 'master' of github.com:pydata/numexpr 2014-01-26 08:20:54 +01:00
Francesc Alted d52cd033cd Bumping to 2.3 (final) 2014-01-26 08:12:10 +01:00
Francesc Alted 1f57d07600 Added fconjf2 for windows platforms. 2014-01-25 23:47:15 +01:00
Francesc Alted 18d7b10a22 Version bumped to 2.3-rc3 2014-01-25 17:02:10 +01:00
Francesc Alted f437b34236 Ups, vsConj() and vdConj() were not in the correct spot 2014-01-25 16:40:02 +01:00
Francesc Alted ad8b8d55d8 Version bumped to 2.3-rc2 2014-01-25 10:29:38 +01:00
Francesc Alted 855610c403 Adding vsConj and vdConj in its proper place (hopefully) 2014-01-25 10:29:05 +01:00
Francesc Alted 5c22363e7f Ups, removed the wrong vzAbs_ function. Restoring. 2014-01-24 19:27:16 +01:00
Francesc Alted 5d40744803 Just use standard fconjf and fconj even for MKL build 2014-01-24 19:25:46 +01:00
Francesc Alted df79fab2fb Adding required vsConj and vdConj functions for MKL 2014-01-24 18:58:37 +01:00
Francesc Alted 6104fb0729 vzConj is in MKL, so removed from here. 2014-01-24 18:20:22 +01:00
Francesc Alted 6be8ad5dec Using the correct name for mkl_get_version_string() for MKL 11. 2014-01-24 16:29:08 +01:00
Francesc Alted 9cb8478c44 Releasing 2.3-rc1 2014-01-24 13:30:49 +01:00
Francesc Alted 0b63f53236 The loop counter has to be an MKL_INT too. 2014-01-24 12:57:38 +01:00
Francesc Alted a64dd882af Fixing the type for ints for vzConj for MKL in PR #125 2014-01-24 12:54:34 +01:00
Francesc Alted e988a13d44 Fixing PR #125 for allowing casting between conjugate and ints (needed floats first) 2014-01-24 12:30:53 +01:00
FrancescAlted ead47f381b Merge pull request #125 from Dapid/add_conj
Adding function conj (still failing some tests, but will apply fixes later on)
2014-01-24 03:27:48 -08:00