| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Stefan vdW for the fix.
* added a unittest for flatten_dtype
|
| |
|
|
|
|
| |
genfromtxt
|
|
|
|
|
| |
Trailing whitespace removal.
Some coding style cleanups.
|
|
|
|
|
|
|
|
|
|
| |
- prevents a `default` of 0 to be overwritten during initialization
- allows the `missing_values` to be a comma-separated string
* io.genfromtxt
- `usecols` can now be a single integer
- for `usecols` and `names` to list (for compatibility w/ Python 2.5)
- negative values in `usecols` are properly transformed to positive integers
- fixed `usecols` with named columns
|
|
|
|
|
|
|
|
|
|
| |
- prevents an explicit default to be overwritten during upgrade
* io.genfromtxt
- deprecate `skiprows` for `skip_header`
- deprecate `missing` for `missing_values`
- `missing_values` can now be a sequence
- add support for `filling_values`
* fixed ticket #1257
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
#1253)
* lib._iotools:
- NameValidator : add the `nbfields` optional argument to validate
- add easy_dtype
* lib.io.genfromtxt :
- add the `autostrip` optional argument (ticket #1238)
- use `invalid_raise=True` as default
- use the easy_dtype mechanism (ticket #1252)
|
| |
|
|
|
|
|
|
| |
Raise a NotImplementedError if the dtype is nested.
* _iotools : make sure StringConverter gets properly initiated when a function returning a np.object is used as input parameter.
|
| |
|
|
|
|
| |
* MaskedArray.__rmul__ : switch to multiply(self, other)
|
|
* lib.io : introduced genfromtxt, ndfromtxt, mafromtxt, recfromtxt, recfromcsv.
|