-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrelease-notes-v0.1.4.html
32 lines (32 loc) · 1.09 KB
/
release-notes-v0.1.4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>py_dataset</title>
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<!-- <li><a href="search.html">Search</a></li> -->
<li><a href="https://github.com/caltechlibrary/py_dataset">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="release-note-for-v0.1.4">Release note for v0.1.4</h1>
<p>This release is done to match changes in v0.1.8 of dataset. Changes
include adding missing functions from libdataset.go such as
<code>is_collection_open()</code>, <code>frames()</code>,
<code>close_collection()</code>, <code>close_all_collections()</code>
and <code>collections()</code> and renamed <code>make_objects()</code>
to <code>create_objects()</code> to reflect name change in
libdataset.go.</p>
<p>Some tests fail on Windows 10 for libdataset. These will be addressed
in future releases.</p>
</section>
</body>
</html>