Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hackassin
GitHub Repository: hackassin/Coursera-Machine-Learning
Path: blob/master/Week 9/Programming Assignment - 8/ex8/lib/jsonlab/ChangeLog.txt
626 views
1
============================================================================
2
3
JSONlab - a toolbox to encode/decode JSON/UBJSON files in MATLAB/Octave
4
5
----------------------------------------------------------------------------
6
7
JSONlab ChangeLog (key features marked by *):
8
9
== JSONlab 1.0 (codename: Optimus - Final), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
10
11
2015/01/02 polish help info for all major functions, update examples, finalize 1.0
12
2014/12/19 fix a bug to strictly respect NoRowBracket in savejson
13
14
== JSONlab 1.0.0-RC2 (codename: Optimus - RC2), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
15
16
2014/11/22 show progress bar in loadjson ('ShowProgress')
17
2014/11/17 add Compact option in savejson to output compact JSON format ('Compact')
18
2014/11/17 add FastArrayParser in loadjson to specify fast parser applicable levels
19
2014/09/18 start official github mirror: https://github.com/fangq/jsonlab
20
21
== JSONlab 1.0.0-RC1 (codename: Optimus - RC1), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
22
23
2014/09/17 fix several compatibility issues when running on octave versions 3.2-3.8
24
2014/09/17 support 2D cell and struct arrays in both savejson and saveubjson
25
2014/08/04 escape special characters in a JSON string
26
2014/02/16 fix a bug when saving ubjson files
27
28
== JSONlab 0.9.9 (codename: Optimus - beta), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
29
30
2014/01/22 use binary read and write in saveubjson and loadubjson
31
32
== JSONlab 0.9.8-1 (codename: Optimus - alpha update 1), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
33
34
2013/10/07 better round-trip conservation for empty arrays and structs (patch submitted by Yul Kang)
35
36
== JSONlab 0.9.8 (codename: Optimus - alpha), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
37
2013/08/23 *universal Binary JSON (UBJSON) support, including both saveubjson and loadubjson
38
39
== JSONlab 0.9.1 (codename: Rodimus, update 1), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
40
2012/12/18 *handling of various empty and sparse matrices (fixes submitted by Niclas Borlin)
41
42
== JSONlab 0.9.0 (codename: Rodimus), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
43
44
2012/06/17 *new format for an invalid leading char, unpacking hex code in savejson
45
2012/06/01 support JSONP in savejson
46
2012/05/25 fix the empty cell bug (reported by Cyril Davin)
47
2012/04/05 savejson can save to a file (suggested by Patrick Rapin)
48
49
== JSONlab 0.8.1 (codename: Sentiel, Update 1), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
50
51
2012/02/28 loadjson quotation mark escape bug, see http://bit.ly/yyk1nS
52
2012/01/25 patch to handle root-less objects, contributed by Blake Johnson
53
54
== JSONlab 0.8.0 (codename: Sentiel), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
55
56
2012/01/13 *speed up loadjson by 20 fold when parsing large data arrays in matlab
57
2012/01/11 remove row bracket if an array has 1 element, suggested by Mykel Kochenderfer
58
2011/12/22 *accept sequence of 'param',value input in savejson and loadjson
59
2011/11/18 fix struct array bug reported by Mykel Kochenderfer
60
61
== JSONlab 0.5.1 (codename: Nexus Update 1), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
62
63
2011/10/21 fix a bug in loadjson, previous code does not use any of the acceleration
64
2011/10/20 loadjson supports JSON collections - concatenated JSON objects
65
66
== JSONlab 0.5.0 (codename: Nexus), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
67
68
2011/10/16 package and release jsonlab 0.5.0
69
2011/10/15 *add json demo and regression test, support cpx numbers, fix double quote bug
70
2011/10/11 *speed up readjson dramatically, interpret _Array* tags, show data in root level
71
2011/10/10 create jsonlab project, start jsonlab website, add online documentation
72
2011/10/07 *speed up savejson by 25x using sprintf instead of mat2str, add options support
73
2011/10/06 *savejson works for structs, cells and arrays
74
2011/09/09 derive loadjson from JSON parser from MATLAB Central, draft savejson.m
75
76