Skip to content

Commit 4e942dd

Browse files
author
R. S. Doiel
committed
updated release notes to reflect the v2.2.3 number
1 parent 60da426 commit 4e942dd

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

release-notes-v2.2.2.md

-7
This file was deleted.

release-notes-v2.2.3.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
3+
# changes
4+
5+
The big change v2.2.1 was the last release supporting the C Shared library called libdataset. Starting with v2.2.2 libdataset.py wraps the dataset cli allowing the main dataset.py definition to remain the same.
6+
7+
This release of py_dataset no longer uses the C Shared library. Instead is requires that dataset v2.2.3 or better is installed on the system. It now wraps the command line dataset comment.
8+
9+
Several functions now return False due to the feature being depreciated in the past. These include import/export of CSV data from frames, sync actions with csv data, frame grids, create_objects and update_objects (notice the plural). object_path always returns an empty string since Pairtree storage is no longer the default and will be phased out.
10+
11+
In the future additional support is planned to wrap the Dataset JSON API web service like was implemented in [ts_dataset](https://github.com/caltechlibrary/ts_dataset).
12+

0 commit comments

Comments
 (0)