- Update to version 1.2.0:
* Most of the mapping functions are
now supported: abs, acosh, acos, all, and, angle, any, arg,...
They are simple proxies to the corresponding Octave functions.
* The display function now supports 3.8, 4.0, 4.2, and upcoming
4.4 Octave major release.
* if some specific output format is requested, it must come
first, e.g. x.dataframe([1:10]) instead of x([1:10].dataframe.
* a longstanding bug on default separator was corrected. If more
than one are used, they must be grouped into a cellstr instead
of a str.
* a dataframe may now contain 'pages' corresponding to a third
dimension. The inner mechanism uses a "copy-on-write" scheme
and avoid duplicating content repeated over many pages.
OBS-URL: https://build.opensuse.org/request/show/529126
OBS-URL: https://build.opensuse.org/package/show/science/octave-forge-dataframe?expand=0&rev=3
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Sep 28 10:23:00 UTC 2017 - badshah400@gmail.com
|
|
|
|
- Update to version 1.2.0:
|
|
* Most of the mapping functions are
|
|
now supported: abs, acosh, acos, all, and, angle, any, arg,...
|
|
They are simple proxies to the corresponding Octave functions.
|
|
* The display function now supports 3.8, 4.0, 4.2, and upcoming
|
|
4.4 Octave major release.
|
|
* if some specific output format is requested, it must come
|
|
first, e.g. x.dataframe([1:10]) instead of x([1:10].dataframe.
|
|
* a longstanding bug on default separator was corrected. If more
|
|
than one are used, they must be grouped into a cellstr instead
|
|
of a str.
|
|
* a dataframe may now contain 'pages' corresponding to a third
|
|
dimension. The inner mechanism uses a "copy-on-write" scheme
|
|
and avoid duplicating content repeated over many pages.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 26 16:06:43 UTC 2015 - dmitry_r@opensuse.org
|
|
|
|
- Split from octave-forge package, version 1.1.0
|
|
|