Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jsonlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Contributions
jsonlab
Commits
32003c83
Commit
32003c83
authored
9 years ago
by
Qianqian Fang
Browse files
Options
Downloads
Patches
Plain Diff
update jsonlab docs for version 1.2 release
parent
5ae51f11
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AUTHORS.txt
+9
-0
9 additions, 0 deletions
AUTHORS.txt
ChangeLog.txt
+9
-0
9 additions, 0 deletions
ChangeLog.txt
README.txt
+1
-1
1 addition, 1 deletion
README.txt
with
19 additions
and
1 deletion
AUTHORS.txt
+
9
−
0
View file @
32003c83
...
...
@@ -39,3 +39,12 @@ This toolbox contains patches submitted by the following contributors:
patches for svn revision 415.
- savejson saves an empty cell array as [] instead of null
- loadjson differentiates an empty struct from an empty array
- Mykhailo Bratukha <bratukha.m at gmail.com>
(Pull#14) Bug fix: File path is wrongly inerpreted as JSON string
- Insik Kim <insik92 at gmail.com>
(Pull#12) Bug fix: Resolving bug that cell type is converted to json with transposed data
- Sertan Senturk
(Pull#10,#11) Feature: Added matlab object saving to savejson and saveubjson
This diff is collapsed.
Click to expand it.
ChangeLog.txt
+
9
−
0
View file @
32003c83
...
...
@@ -6,6 +6,15 @@
JSONlab ChangeLog (key features marked by *):
== JSONlab 1.2 (codename: Optimus - Update 2), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
2015/12/16 replacing string concatenation by str cells to gain 2x speed in savejson (Issue#17)
2015/12/11 fix FileName option case bug (SVN rev#495)
2015/12/11 add SingletCell option, add SingletArray to replace NoRowBracket (Issue#15,#8)
2015/11/10 fix bug for inerpreting file names as JSON string - by Mykhailo Bratukha (Pull#14)
2015/10/16 fix bug for cell with transposed data - by Insik Kim (Pull#12)
2015/09/25 support exporting matlab object to JSON - by Sertan Senturk (Pull#10, #11)
== JSONlab 1.1 (codename: Optimus - Update 1), FangQ <fangq (at) nmr.mgh.harvard.edu> ==
2015/05/05 *massively accelerating loadjson for parsing large collection of unstructured small objects
...
...
This diff is collapsed.
Click to expand it.
README.txt
+
1
−
1
View file @
32003c83
...
...
@@ -5,7 +5,7 @@
*Copyright (C) 2011-2015 Qianqian Fang <fangq at nmr.mgh.harvard.edu>
*License: BSD or GNU General Public License version 3 (GPL v3), see License*.txt
*Version: 1.
1
(Optimus - Update
1
)
*Version: 1.
2
(Optimus - Update
2
)
-------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment