Skip to content

Commit

Permalink
Merge pull request numenta#97 from htm-community/whitespace
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
breznak committed Nov 12, 2018
2 parents 150aede + 72c091c commit 76886e6
Show file tree
Hide file tree
Showing 5 changed files with 955 additions and 955 deletions.
20 changes: 10 additions & 10 deletions API_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#Breaking changes to the nupic API

* CapnProto serialization is replaced with binary streams in PR #62.
Calls to read() and write() are no longer available. Use save() and load(). Network(path) is no
longer used to deserialize a path. Use Network net; net.load(stream); to deserialize.
Helpers SaveToFile(path) and LoadFromFile(path) are used to stream to and from a file using save()
and load().

* The function Network::newRegionFromBundle() was replaced with newRegion(stream, name) where the stream
is an input stream reading a file created by region->save(steam) or region->saveToFile(path). PR#62
#Breaking changes to the nupic API

* CapnProto serialization is replaced with binary streams in PR #62.
Calls to read() and write() are no longer available. Use save() and load(). Network(path) is no
longer used to deserialize a path. Use Network net; net.load(stream); to deserialize.
Helpers SaveToFile(path) and LoadFromFile(path) are used to stream to and from a file using save()
and load().

* The function Network::newRegionFromBundle() was replaced with newRegion(stream, name) where the stream
is an input stream reading a file created by region->save(steam) or region->saveToFile(path). PR#62
Loading

0 comments on commit 76886e6

Please sign in to comment.