Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NexusCPP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Libraries
NexusCPP
Commits
19053427
Commit
19053427
authored
Dec 21, 2022
by
Stephane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
Release notes
parent
b9a6a04c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ReleaseNotes.txt
+37
-0
37 additions, 0 deletions
ReleaseNotes.txt
with
37 additions
and
0 deletions
ReleaseNotes.txt
+
37
−
0
View file @
19053427
NexusCPP history file
NexusCPP history file
3.5.0 (2023/mm/dd)
==================
Additions
Compression of big datasets!!
namespace nxcpp
enum CompressionFilter
ids of compression filters
enum FilterOption
compression filters optional parameters
function IsCompressFilterAvailable
function AvailableCompressFilters
-> see <nexuscpp/nxfile.h> for all the above additions
class DataStreamer
new struct Config
new c-tor that takes a Config object as unique parameter. Previous c-tor
are now deprecated.
-> see <nexuscpp/nxbuffer.h>
class DatasetWriter
method set_compression
struct Config now takes compression parameters
Changes
class DataStreamer
Deprecated methods
DataStreamer(const std::string&, int, int);
DataStreamer(const std::string&, int);
void Initialize(const std::string&, const std::string&);
void SetDataItemNodeName(const std::string&, const std::string&);
void SetPath(const std::string&, const std::string&);
void SetWriteNotificationCallback(WriteNotificationCallback&);
void SetWorkingFolder(const std::string&);
const std::string &GetWorkingFolder() const;
3.4.1 (2022/09/28)
3.4.1 (2022/09/28)
==================
==================
...
...
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