forked from kristapsdz/kplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion_0_1_5.xml
More file actions
24 lines (24 loc) · 1.35 KB
/
version_0_1_5.xml
File metadata and controls
24 lines (24 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<article data-sblg-article="1" data-sblg-tags="version">
<header>
<h1>0.1.5</h1>
<address>Kristaps Dzonsons</address>
<time datetime="2015-01-16">2015-01-16</time>
</header>
<aside>
Removed the <code>kdata_copy()</code> function in favour of <a href="kdata_buffer_alloc.3.html">kdata_buffer_alloc(3)</a> and <a
href="kdata_buffer_copy.3.html">kdata_buffer_copy(3)</a>, which quickly copy only the value pairs of their sources.
The reason for this removal is the addition of <q>dependant</q> data sources (e.g., the <a
href="kdata_mean_alloc.3.html">kdata_mean_alloc(3)</a>), which act on structural data sources (such as buckets) that
compute values based upon existing value-pairs.
Also removed the <code>kdata_array_realloc()</code> function.
For clarity, renamed <code>kdata_hist_increment(3)</code>, <code>kdata_bucket_increment(3)</code>,
<code>kdata_vector_add(3)</code>, and <code>kplot_data_add(3)</code>
to <a href="kdata_hist_add.3.html">kdata_hist_add(3)</a>, <a
href="kdata_bucket_add.3.html">kdata_bucket_add(3)</a>, <a
href="kdata_vector_append.3.html">kdata_vector_append(3)</a>, and <a
href="kplot_data_attach.3.html">kplot_data_attach(3)</a>, respectively.
Added <a href="kdata_array_fill.3.html">kdata_array_add(3)</a>
and <a href="kdata_array_fill.3.html">kdata_array_set(3)</a>
for completeness.
</aside>
</article>