{"commit":"31484c0f780c784c498a7b20729fa6d0bb5fc2a3","old_file":"rpc\/rpc.capnp","new_file":"rpc\/rpc.capnp","old_contents":"@0xc020c6481d06e29b;\n\ninterface Editor {\n # An editor.\n\n insert @0 (line: UInt64, column: UInt64, string: Text);\n # Inserts `string` at [`line`][`column`] of the file.\n\n writeFile @1 (path: Text);\n # Writes the contents of this editor to the file specified by path.\n\n quit @2 ();\n # Quits this editor.\n}\n","new_contents":"@0xc020c6481d06e29b;\n\ninterface Editor {\n # An editor.\n\n openFile @0 (path: Text);\n # Opens `path` for editing. If `path` does not exist, it is created.\n\n writeFile @1 (path: Text);\n # Writes the contents of this editor to the file specified by path.\n\n insert @2 (line: UInt64, column: UInt64, string: Text);\n # Inserts `string` at [`line`][`column`] of the file.\n\n delete @3 (line: UInt64, column: UInt64, length: UInt64);\n # Delete the string at [`line`][`column`] with `length`.\n\n quit @4 ();\n # Quits this editor.\n}\n","subject":"Add openFile and delete procedures","message":"Add openFile and delete procedures\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"nokaa\/forge,nokaa\/anvil"} {"commit":"dd9b4ae2f353508f7ee2dc4fbedf45b5b34b3bfa","old_file":"src\/nupic\/proto\/TemporalMemoryProto.capnp","new_file":"src\/nupic\/proto\/TemporalMemoryProto.capnp","old_contents":"@0xc5bf8243b0c10764;\n\n# TODO: Use absolute path\nusing import \"ConnectionsProto.capnp\".ConnectionsProto;\nusing import \"RandomProto.capnp\".RandomProto;\n\n# Next ID: 16\nstruct TemporalMemoryProto {\n\n columnDimensions @0 :List(UInt32);\n cellsPerColumn @1 :UInt32;\n activationThreshold @2 :UInt32;\n learningRadius @3 :UInt32;\n initialPermanence @4 :Float32;\n connectedPermanence @5 :Float32;\n minThreshold @6 :UInt32;\n maxNewSynapseCount @7 :UInt32;\n permanenceIncrement @8 :Float32;\n permanenceDecrement @9 :Float32;\n\n connections @10 :ConnectionsProto;\n random @11 :RandomProto;\n\n # Lists of indices\n activeCells @12 :List(UInt32);\n predictiveCells @13 :List(UInt32);\n activeSegments @14 :List(UInt32);\n winnerCells @15 :List(UInt32);\n\n}\n","new_contents":"@0xc5bf8243b0c10764;\n\n# TODO: Use absolute path\nusing import \"ConnectionsProto.capnp\".ConnectionsProto;\nusing import \"RandomProto.capnp\".RandomProto;\n\n# Next ID: 18\nstruct TemporalMemoryProto {\n\n columnDimensions @0 :List(UInt32);\n cellsPerColumn @1 :UInt32;\n activationThreshold @2 :UInt32;\n learningRadius @3 :UInt32;\n initialPermanence @4 :Float32;\n connectedPermanence @5 :Float32;\n minThreshold @6 :UInt32;\n maxNewSynapseCount @7 :UInt32;\n permanenceIncrement @8 :Float32;\n permanenceDecrement @9 :Float32;\n\n connections @10 :ConnectionsProto;\n random @11 :RandomProto;\n\n # Lists of indices\n activeCells @12 :List(UInt32);\n predictiveCells @13 :List(UInt32);\n activeSegments @14 :List(UInt32);\n winnerCells @15 :List(UInt32);\n matchingSegments @16 :List(UInt32);\n matchingCells @17 :List(UInt32);\n}\n","subject":"Update Temoral Memory Proto to include Orphan Decay","message":"Update Temoral Memory Proto to include Orphan Decay\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"pettitda\/nupic.core,EricSB\/nupic.core,rhyolight\/nupic.core,lscheinkman\/nupic.core,Bemujo\/https-github.com-numenta-nupic,pettitda\/nupic.core,ywcui1990\/nupic.core,sambitgaan\/nupic.core,utensil\/nupic.core,akhilaananthram\/nupic.core,sambitgaan\/nupic.core,metaml\/nupic.core,akhilaananthram\/nupic.core,numenta\/htmresearch-core,ywcui1990\/nupic.core,lscheinkman\/nupic.core,lscheinkman\/nupic.core,subutai\/nupic.core,metaml\/nupic.core,Bemujo\/https-github.com-numenta-nupic,akhilaananthram\/nupic.core,scottpurdy\/nupic.core,akhilaananthram\/nupic.core,ywcui1990\/nupic.core,metaml\/nupic.core,rhyolight\/nupic.core,scottpurdy\/nupic.core,breznak\/nupic.core,Bemujo\/https-github.com-numenta-nupic,rcrowder\/nupic.core,subutai\/nupic.core,utensil\/nupic.core,pettitda\/nupic.core,brev\/nupic.core,numenta\/htmresearch-core,subutai\/nupic.core,sambitgaan\/nupic.core,brev\/nupic.core,scottpurdy\/nupic.core,EricSB\/nupic.core,rcrowder\/nupic.core,numenta\/nupic.core,utensil\/nupic.core,brev\/nupic.core,breznak\/nupic.core,utensil\/nupic.core,EricSB\/nupic.core,numenta\/htmresearch-core,numenta\/nupic.core,rhyolight\/nupic.core,Bemujo\/https-github.com-numenta-nupic,lscheinkman\/nupic.core,EricSB\/nupic.core,rcrowder\/nupic.core,rcrowder\/nupic.core,sambitgaan\/nupic.core,numenta\/htmresearch-core,neuroidss\/nupic.core,neuroidss\/nupic.core,jaredweiss\/nupic.core,jaredweiss\/nupic.core,pettitda\/nupic.core,scottpurdy\/nupic.core,neuroidss\/nupic.core,numenta\/nupic.core,neuroidss\/nupic.core,jaredweiss\/nupic.core,breznak\/nupic.core,jaredweiss\/nupic.core,breznak\/nupic.core,brev\/nupic.core,ywcui1990\/nupic.core,rhyolight\/nupic.core,numenta\/nupic.core,metaml\/nupic.core,subutai\/nupic.core"} {"commit":"8edcfedc1d558c21b3d042b3a0980d5f8d271e86","old_file":"src\/nupic\/utils\/RandomProto.capnp","new_file":"src\/nupic\/utils\/RandomProto.capnp","old_contents":"@0x88eaee6db8e1f67c;\n\nusing Cxx = import \"\/capnp\/c++.capnp\";\n$Cxx.namespace(\"nupic\");\n\nstruct RandomProto {\n seed @0 :UInt64;\n impl @1 :RandomImplProto;\n}\n\nstruct RandomImplProto {\n state @0 :List(Int64);\n rptr @1 :Int64;\n fptr @2 :Int64;\n}\n","new_contents":"@0x88eaee6db8e1f67c;\n\nstruct RandomProto {\n seed @0 :UInt64;\n impl @1 :RandomImplProto;\n}\n\nstruct RandomImplProto {\n state @0 :List(Int64);\n rptr @1 :Int64;\n fptr @2 :Int64;\n}\n","subject":"Remove proto namespace that SWIG doesn't pick up.","message":"Remove proto namespace that SWIG doesn't pick up.\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"pettitda\/nupic.core,breznak\/nupic.core,EricSB\/nupic.core,jaredweiss\/nupic.core,rcrowder\/nupic.core,akhilaananthram\/nupic.core,akhilaananthram\/nupic.core,numenta\/htmresearch-core,metaml\/nupic.core,lscheinkman\/nupic.core,rcrowder\/nupic.core,neuroidss\/nupic.core,rcrowder\/nupic.core,sambitgaan\/nupic.core,metaml\/nupic.core,akhilaananthram\/nupic.core,sambitgaan\/nupic.core,numenta\/nupic.core,rcrowder\/nupic.core,neuroidss\/nupic.core,breznak\/nupic.core,akhilaananthram\/nupic.core,EricSB\/nupic.core,scottpurdy\/nupic.core,subutai\/nupic.core,neuroidss\/nupic.core,Bemujo\/https-github.com-numenta-nupic,sambitgaan\/nupic.core,EricSB\/nupic.core,breznak\/nupic.core,ywcui1990\/nupic.core,Bemujo\/https-github.com-numenta-nupic,brev\/nupic.core,neuroidss\/nupic.core,numenta\/nupic.core,numenta\/htmresearch-core,utensil\/nupic.core,scottpurdy\/nupic.core,jaredweiss\/nupic.core,breznak\/nupic.core,subutai\/nupic.core,scottpurdy\/nupic.core,lscheinkman\/nupic.core,sambitgaan\/nupic.core,brev\/nupic.core,subutai\/nupic.core,pettitda\/nupic.core,metaml\/nupic.core,pettitda\/nupic.core,rhyolight\/nupic.core,pettitda\/nupic.core,numenta\/nupic.core,ywcui1990\/nupic.core,rhyolight\/nupic.core,jaredweiss\/nupic.core,rhyolight\/nupic.core,ywcui1990\/nupic.core,numenta\/htmresearch-core,jaredweiss\/nupic.core,Bemujo\/https-github.com-numenta-nupic,brev\/nupic.core,utensil\/nupic.core,numenta\/nupic.core,lscheinkman\/nupic.core,ywcui1990\/nupic.core,utensil\/nupic.core,scottpurdy\/nupic.core,Bemujo\/https-github.com-numenta-nupic,lscheinkman\/nupic.core,brev\/nupic.core,utensil\/nupic.core,rhyolight\/nupic.core,EricSB\/nupic.core,numenta\/htmresearch-core,subutai\/nupic.core,metaml\/nupic.core"} {"commit":"58f064c5f285bfd5a603c21f25c00e001d59740b","old_file":"nupic\/encoders\/category.capnp","new_file":"nupic\/encoders\/category.capnp","old_contents":"@0xb639caa166140b0f;\n\nusing import \"scalar.capnp\".ScalarEncoderProto;\n\n# Next ID: 5\nstruct CategoryEncoderProto {\n\n # Next ID: 2\n struct CategoryMapping {\n index @0 :UInt32;\n category @1 :Text;\n }\n\n width @0 :UInt32;\n indexToCategory @1 :List(CategoryMapping);\n name @2 :Text;\n verbosity @3 :UInt8;\n encoder @4 :ScalarEncoderProto;\n}\n","new_contents":"@0xb639caa166140b0f;\n\nusing import \"\/nupic\/encoders\/scalar.capnp\".ScalarEncoderProto;\n\n# Next ID: 5\nstruct CategoryEncoderProto {\n\n # Next ID: 2\n struct CategoryMapping {\n index @0 :UInt32;\n category @1 :Text;\n }\n\n width @0 :UInt32;\n indexToCategory @1 :List(CategoryMapping);\n name @2 :Text;\n verbosity @3 :UInt8;\n encoder @4 :ScalarEncoderProto;\n}\n","subject":"Use absolute capnp import path","message":"Use absolute capnp import path\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"breznak\/nupic,breznak\/nupic,breznak\/nupic"} {"commit":"c389ab850be8cec848b10083cc2355b069705776","old_file":"nupic\/encoders\/category.capnp","new_file":"nupic\/encoders\/category.capnp","old_contents":"@0xb639caa166140b0f;\n\nusing import \"scalar.capnp\".ScalarEncoderProto;\n\n# Next ID: 5\nstruct CategoryEncoderProto {\n\n # Next ID: 2\n struct CategoryMapping {\n index @0 :UInt32;\n category @1 :Text;\n }\n\n width @0 :UInt32;\n indexToCategory @1 :List(CategoryMapping);\n name @2 :Text;\n verbosity @3 :UInt8;\n encoder @4 :ScalarEncoderProto;\n}\n","new_contents":"@0xb639caa166140b0f;\n\nusing import \"\/nupic\/encoders\/scalar.capnp\".ScalarEncoderProto;\n\n# Next ID: 5\nstruct CategoryEncoderProto {\n\n # Next ID: 2\n struct CategoryMapping {\n index @0 :UInt32;\n category @1 :Text;\n }\n\n width @0 :UInt32;\n indexToCategory @1 :List(CategoryMapping);\n name @2 :Text;\n verbosity @3 :UInt8;\n encoder @4 :ScalarEncoderProto;\n}\n","subject":"Use absolute capnp import path","message":"Use absolute capnp import path\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"chanceraine\/nupic,GeraldLoeffler\/nupic,scottpurdy\/nupic,virneo\/nupic,vitaly-krugl\/nupic,numenta\/nupic,cogmission\/nupic,runt18\/nupic,neuroidss\/nupic,scottpurdy\/nupic,arhik\/nupic,pulinagrawal\/nupic,mcanthony\/nupic,pulinagrawal\/nupic,BoltzmannBrain\/nupic,pulinagrawal\/nupic,mcanthony\/nupic,metaml\/nupic,lscheinkman\/nupic,rayNymous\/nupic,virneo\/nupic,darshanthaker\/nupic,pap\/nupic,brev\/nupic,sambitgaan\/nupic,BeiLuoShiMen\/nupic,rayNymous\/nupic,BoltzmannBrain\/nupic,badlogicmanpreet\/nupic,arhik\/nupic,passiweinberger\/nupic,subutai\/nupic,akhilaananthram\/nupic,rcrowder\/nupic,vamsirajendra\/nupic,BeiLuoShiMen\/nupic,scottpurdy\/nupic,breznak\/nupic,lscheinkman\/nupic,subutai\/nupic,go-bears\/nupic,rhyolight\/nupic,elkingtonmcb\/nupic,mcanthony\/nupic,BeiLuoShiMen\/nupic,numenta-ci\/nupic,fergalbyrne\/nupic,numenta-ci\/nupic,ywcui1990\/nupic,vamsirajendra\/nupic,cogmission\/nupic,chen0031\/nupic,go-bears\/nupic,ben-hopps\/nupic,passiweinberger\/nupic,elkingtonmcb\/nupic,wanghaven\/nupic,ywcui1990\/nupic,numenta\/nupic,sambitgaan\/nupic,GeraldLoeffler\/nupic,cngo-github\/nupic,metaml\/nupic,go-bears\/nupic,allanino\/nupic,wanghaven\/nupic,neuroidss\/nupic,rcrowder\/nupic,marionleborgne\/nupic,neuroidss\/nupic,wanghaven\/nupic,chen0031\/nupic,fergalbyrne\/nupic,cngo-github\/nupic,loretoparisi\/nupic,alfonsokim\/nupic,virneo\/nupic,cogmission\/nupic,vamsirajendra\/nupic,akhilaananthram\/nupic,glorizen\/nupic,EricSB\/nupic,markneville\/nupic,loretoparisi\/nupic,fergalbyrne\/nupic,alfonsokim\/nupic,numenta\/nupic,darshanthaker\/nupic,SaganBolliger\/nupic,marionleborgne\/nupic,marionleborgne\/nupic,rhyolight\/nupic,blueburningcoder\/nupic,elkingtonmcb\/nupic,jcasner\/nupic,eranchetz\/nupic,blueburningcoder\/nupic,BoltzmannBrain\/nupic,chanceraine\/nupic,vitaly-krugl\/nupic,loretoparisi\/nupic,badlogicmanpreet\/nupic,chen0031\/nupic,ywcui1990\/nupic,rcrowder\/nupic,pap\/nupic,SaganBolliger\/nupic,metaml\/nupic,EricSB\/nupic,brev\/nupic,runt18\/nupic,markneville\/nupic,eranchetz\/nupic,sambitgaan\/nupic,vitaly-krugl\/nupic,markneville\/nupic,jcasner\/nupic,breznak\/nupic,EricSB\/nupic,runt18\/nupic,passiweinberger\/nupic,brev\/nupic,allanino\/nupic,rayNymous\/nupic,akhilaananthram\/nupic,breznak\/nupic,SaganBolliger\/nupic,ben-hopps\/nupic,chanceraine\/nupic,numenta-ci\/nupic,arhik\/nupic,badlogicmanpreet\/nupic,glorizen\/nupic,allanino\/nupic,pap\/nupic,glorizen\/nupic,rhyolight\/nupic,ben-hopps\/nupic,blueburningcoder\/nupic,subutai\/nupic,darshanthaker\/nupic,alfonsokim\/nupic,GeraldLoeffler\/nupic,cngo-github\/nupic,eranchetz\/nupic,jcasner\/nupic,lscheinkman\/nupic"} {"commit":"d98d3f708905807fed1b3961aa9da68228f1eee4","old_file":"nupic\/encoders\/scalar.capnp","new_file":"nupic\/encoders\/scalar.capnp","old_contents":"@0xfa7d16f86048a6e4;\n\nstruct ScalarEncoderProto {\n # ScalarEncoder() constructor signature\n\n w @0 :UInt32;\n minval @1 :Float32;\n maxval @2 :Float32;\n periodic @3 :Bool;\n n @4 :UInt32;\n radius @5 :Float32;\n resolution @6 :Float32;\n name @7 :Text;\n verbosity @8 :UInt8;\n clipInput @9 :Bool;\n}\n","new_contents":"@0xfa7d16f86048a6e4;\n\n# Next ID: 10\nstruct ScalarEncoderProto {\n w @0 :UInt32;\n minval @1 :Float32;\n maxval @2 :Float32;\n periodic @3 :Bool;\n n @4 :UInt32;\n radius @5 :Float32;\n resolution @6 :Float32;\n name @7 :Text;\n verbosity @8 :UInt8;\n clipInput @9 :Bool;\n}\n","subject":"Revise comments following feedback in anticipation of merge","message":"Revise comments following feedback in anticipation of merge\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"glorizen\/nupic,passiweinberger\/nupic,mcanthony\/nupic,metaml\/nupic,EricSB\/nupic,go-bears\/nupic,cngo-github\/nupic,ben-hopps\/nupic,alfonsokim\/nupic,pulinagrawal\/nupic,darshanthaker\/nupic,alfonsokim\/nupic,virneo\/nupic,fergalbyrne\/nupic,alfonsokim\/nupic,sambitgaan\/nupic,runt18\/nupic,chanceraine\/nupic,pap\/nupic,ywcui1990\/nupic,metaml\/nupic,runt18\/nupic,breznak\/nupic,blueburningcoder\/nupic,subutai\/nupic,mcanthony\/nupic,brev\/nupic,numenta-ci\/nupic,GeraldLoeffler\/nupic,chen0031\/nupic,GeraldLoeffler\/nupic,jcasner\/nupic,arhik\/nupic,rayNymous\/nupic,pap\/nupic,neuroidss\/nupic,glorizen\/nupic,ben-hopps\/nupic,scottpurdy\/nupic,allanino\/nupic,BoltzmannBrain\/nupic,vitaly-krugl\/nupic,sambitgaan\/nupic,loretoparisi\/nupic,rcrowder\/nupic,pulinagrawal\/nupic,pulinagrawal\/nupic,vamsirajendra\/nupic,vitaly-krugl\/nupic,vitaly-krugl\/nupic,scottpurdy\/nupic,arhik\/nupic,neuroidss\/nupic,passiweinberger\/nupic,badlogicmanpreet\/nupic,SaganBolliger\/nupic,cogmission\/nupic,cngo-github\/nupic,passiweinberger\/nupic,vamsirajendra\/nupic,numenta-ci\/nupic,rcrowder\/nupic,GeraldLoeffler\/nupic,arhik\/nupic,scottpurdy\/nupic,go-bears\/nupic,mcanthony\/nupic,numenta-ci\/nupic,ywcui1990\/nupic,akhilaananthram\/nupic,cogmission\/nupic,brev\/nupic,rayNymous\/nupic,BeiLuoShiMen\/nupic,breznak\/nupic,akhilaananthram\/nupic,elkingtonmcb\/nupic,jcasner\/nupic,runt18\/nupic,subutai\/nupic,allanino\/nupic,rcrowder\/nupic,chen0031\/nupic,markneville\/nupic,marionleborgne\/nupic,breznak\/nupic,lscheinkman\/nupic,elkingtonmcb\/nupic,loretoparisi\/nupic,sambitgaan\/nupic,numenta\/nupic,neuroidss\/nupic,wanghaven\/nupic,pap\/nupic,BoltzmannBrain\/nupic,BeiLuoShiMen\/nupic,BeiLuoShiMen\/nupic,subutai\/nupic,chen0031\/nupic,virneo\/nupic,ben-hopps\/nupic,eranchetz\/nupic,eranchetz\/nupic,metaml\/nupic,markneville\/nupic,marionleborgne\/nupic,blueburningcoder\/nupic,BoltzmannBrain\/nupic,chanceraine\/nupic,brev\/nupic,badlogicmanpreet\/nupic,badlogicmanpreet\/nupic,jcasner\/nupic,fergalbyrne\/nupic,cngo-github\/nupic,darshanthaker\/nupic,marionleborgne\/nupic,ywcui1990\/nupic,eranchetz\/nupic,SaganBolliger\/nupic,EricSB\/nupic,markneville\/nupic,go-bears\/nupic,blueburningcoder\/nupic,SaganBolliger\/nupic,akhilaananthram\/nupic,numenta\/nupic,darshanthaker\/nupic,rhyolight\/nupic,lscheinkman\/nupic,rhyolight\/nupic,allanino\/nupic,virneo\/nupic,fergalbyrne\/nupic,vamsirajendra\/nupic,cogmission\/nupic,chanceraine\/nupic,numenta\/nupic,lscheinkman\/nupic,rhyolight\/nupic,elkingtonmcb\/nupic,glorizen\/nupic,wanghaven\/nupic,EricSB\/nupic,loretoparisi\/nupic,rayNymous\/nupic,wanghaven\/nupic"} {"commit":"70fc177ecd1ea77dc7271f18fff329e34d613240","old_file":"nupic\/encoders\/scalar.capnp","new_file":"nupic\/encoders\/scalar.capnp","old_contents":"@0xfa7d16f86048a6e4;\n\nstruct ScalarEncoderProto {\n # ScalarEncoder() constructor signature\n\n w @0 :UInt32;\n minval @1 :Float32;\n maxval @2 :Float32;\n periodic @3 :Bool;\n n @4 :UInt32;\n radius @5 :Float32;\n resolution @6 :Float32;\n name @7 :Text;\n verbosity @8 :UInt8;\n clipInput @9 :Bool;\n}\n","new_contents":"@0xfa7d16f86048a6e4;\n\n# Next ID: 10\nstruct ScalarEncoderProto {\n w @0 :UInt32;\n minval @1 :Float32;\n maxval @2 :Float32;\n periodic @3 :Bool;\n n @4 :UInt32;\n radius @5 :Float32;\n resolution @6 :Float32;\n name @7 :Text;\n verbosity @8 :UInt8;\n clipInput @9 :Bool;\n}\n","subject":"Revise comments following feedback in anticipation of merge","message":"Revise comments following feedback in anticipation of merge\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"breznak\/nupic,breznak\/nupic,breznak\/nupic"} {"commit":"d6f11a6cc2203d688d20e5dab182a6091f34bb06","old_file":"schema\/root.capnp","new_file":"schema\/root.capnp","old_contents":"@0x81f586f4d873f6ac;\n\nstruct Snapshot {\n\tid @0 :Int64;\n\n\tfamilyName @1: Text;\n\tmsg @2 :Text;\n\n\thash @3 :Data;\n\ttreeReference @4 :Data;\n}\n\nstruct SnapshotList {\n\tsnapshots @0 :List(Snapshot);\n}\n\nstruct ChunkRef {\n\tblobId @0 :Data;\n\n\toffset @1: Int64;\n\tlength @2: Int64;\n}\n\nstruct HashRef {\n\thash @0 :Data;\n\tchunkRef @1 :ChunkRef;\n}\n\nstruct HashRefList {\n\thashRefs @0 :List(HashRef);\n}\n","new_contents":"# Copyright 2014 Google Inc. All rights reserved.\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n\n@0x81f586f4d873f6ac;\n\nstruct Snapshot {\n\tid @0 :Int64;\n\n\tfamilyName @1: Text;\n\tmsg @2 :Text;\n\n\thash @3 :Data;\n\ttreeReference @4 :Data;\n}\n\nstruct SnapshotList {\n\tsnapshots @0 :List(Snapshot);\n}\n\nstruct ChunkRef {\n\tblobId @0 :Data;\n\n\toffset @1: Int64;\n\tlength @2: Int64;\n}\n\nstruct HashRef {\n\thash @0 :Data;\n\tchunkRef @1 :ChunkRef;\n}\n\nstruct HashRefList {\n\thashRefs @0 :List(HashRef);\n}\n","subject":"Prepend copyright statement to Cap'n Proto schema.","message":"Prepend copyright statement to Cap'n Proto schema.\n","lang":"Cap'n Proto","license":"apache-2.0","repos":"google\/hat-backup,google\/hat-backup"} {"commit":"32c8bb08dca6ea83260124497cf9b9866770713b","old_file":"src\/nupic\/proto\/TemporalMemoryProto.capnp","new_file":"src\/nupic\/proto\/TemporalMemoryProto.capnp","old_contents":"@0xc5bf8243b0c10764;\n\n# TODO: Use absolute path\nusing import \"ConnectionsProto.capnp\".ConnectionsProto;\nusing import \"RandomProto.capnp\".RandomProto;\n\n# Next ID: 19\nstruct TemporalMemoryProto {\n\n columnDimensions @0 :List(UInt32);\n cellsPerColumn @1 :UInt32;\n activationThreshold @2 :UInt32;\n learningRadius @3 :UInt32;\n initialPermanence @4 :Float32;\n connectedPermanence @5 :Float32;\n minThreshold @6 :UInt32;\n maxNewSynapseCount @7 :UInt32;\n permanenceIncrement @8 :Float32;\n permanenceDecrement @9 :Float32;\n permanenceOrphanDecrement @10 :Float32;\n\n connections @11 :ConnectionsProto;\n random @12 :RandomProto;\n\n # Lists of indices\n activeCells @13 :List(UInt32);\n predictiveCells @14 :List(UInt32);\n activeSegments @15 :List(UInt32);\n winnerCells @16 :List(UInt32);\n matchingSegments @17 :List(UInt32);\n matchingCells @18 :List(UInt32);\n}\n","new_contents":"@0xc5bf8243b0c10764;\n\n# TODO: Use absolute path\nusing import \"ConnectionsProto.capnp\".ConnectionsProto;\nusing import \"RandomProto.capnp\".RandomProto;\n\n# Next ID: 19\nstruct TemporalMemoryProto {\n\n columnDimensions @0 :List(UInt32);\n cellsPerColumn @1 :UInt32;\n activationThreshold @2 :UInt32;\n learningRadius @3 :UInt32;\n initialPermanence @4 :Float32;\n connectedPermanence @5 :Float32;\n minThreshold @6 :UInt32;\n maxNewSynapseCount @7 :UInt32;\n permanenceIncrement @8 :Float32;\n permanenceDecrement @9 :Float32; \n\n connections @10 :ConnectionsProto;\n random @11 :RandomProto;\n\n # Lists of indices\n activeCells @12 :List(UInt32);\n predictiveCells @13 :List(UInt32);\n activeSegments @14 :List(UInt32);\n winnerCells @15 :List(UInt32);\n matchingSegments @16 :List(UInt32);\n matchingCells @17 :List(UInt32);\n permanenceOrphanDecrement @18 :Float32;\n}\n","subject":"Update Temoral Memory Proto to include Orphan Decay","message":"Update Temoral Memory Proto to include Orphan Decay\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"pettitda\/nupic.core,ywcui1990\/nupic.core,utensil\/nupic.core,scottpurdy\/nupic.core,neuroidss\/nupic.core,numenta\/htmresearch-core,rcrowder\/nupic.core,ywcui1990\/nupic.core,jaredweiss\/nupic.core,Bemujo\/https-github.com-numenta-nupic,akhilaananthram\/nupic.core,breznak\/nupic.core,rhyolight\/nupic.core,numenta\/htmresearch-core,rcrowder\/nupic.core,EricSB\/nupic.core,lscheinkman\/nupic.core,akhilaananthram\/nupic.core,metaml\/nupic.core,ywcui1990\/nupic.core,scottpurdy\/nupic.core,metaml\/nupic.core,pettitda\/nupic.core,utensil\/nupic.core,Bemujo\/https-github.com-numenta-nupic,numenta\/nupic.core,lscheinkman\/nupic.core,akhilaananthram\/nupic.core,rcrowder\/nupic.core,jaredweiss\/nupic.core,neuroidss\/nupic.core,numenta\/nupic.core,numenta\/htmresearch-core,lscheinkman\/nupic.core,sambitgaan\/nupic.core,metaml\/nupic.core,breznak\/nupic.core,utensil\/nupic.core,utensil\/nupic.core,numenta\/nupic.core,ywcui1990\/nupic.core,rhyolight\/nupic.core,Bemujo\/https-github.com-numenta-nupic,lscheinkman\/nupic.core,pettitda\/nupic.core,breznak\/nupic.core,brev\/nupic.core,brev\/nupic.core,rcrowder\/nupic.core,numenta\/nupic.core,Bemujo\/https-github.com-numenta-nupic,scottpurdy\/nupic.core,rhyolight\/nupic.core,EricSB\/nupic.core,subutai\/nupic.core,jaredweiss\/nupic.core,scottpurdy\/nupic.core,rhyolight\/nupic.core,neuroidss\/nupic.core,subutai\/nupic.core,jaredweiss\/nupic.core,sambitgaan\/nupic.core,pettitda\/nupic.core,subutai\/nupic.core,sambitgaan\/nupic.core,EricSB\/nupic.core,metaml\/nupic.core,numenta\/htmresearch-core,breznak\/nupic.core,brev\/nupic.core,EricSB\/nupic.core,brev\/nupic.core,akhilaananthram\/nupic.core,sambitgaan\/nupic.core,subutai\/nupic.core,neuroidss\/nupic.core"} {"commit":"ddd35176102dc17b68aeaeb10b483ed971c54f2a","old_file":"src\/nupic\/proto\/TemporalMemoryProto.capnp","new_file":"src\/nupic\/proto\/TemporalMemoryProto.capnp","old_contents":"@0xc5bf8243b0c10764;\n\n# TODO: Use absolute path\nusing import \"ConnectionsProto.capnp\".ConnectionsProto;\nusing import \"RandomProto.capnp\".RandomProto;\n\n# Next ID: 18\nstruct TemporalMemoryProto {\n\n columnDimensions @0 :List(UInt32);\n cellsPerColumn @1 :UInt32;\n activationThreshold @2 :UInt32;\n learningRadius @3 :UInt32;\n initialPermanence @4 :Float32;\n connectedPermanence @5 :Float32;\n minThreshold @6 :UInt32;\n maxNewSynapseCount @7 :UInt32;\n permanenceIncrement @8 :Float32;\n permanenceDecrement @9 :Float32;\n\n connections @10 :ConnectionsProto;\n random @11 :RandomProto;\n\n # Lists of indices\n activeCells @12 :List(UInt32);\n predictiveCells @13 :List(UInt32);\n activeSegments @14 :List(UInt32);\n winnerCells @15 :List(UInt32);\n matchingSegments @16 :List(UInt32);\n matchingCells @17 :List(UInt32);\n}\n","new_contents":"@0xc5bf8243b0c10764;\n\n# TODO: Use absolute path\nusing import \"ConnectionsProto.capnp\".ConnectionsProto;\nusing import \"RandomProto.capnp\".RandomProto;\n\n# Next ID: 19\nstruct TemporalMemoryProto {\n\n columnDimensions @0 :List(UInt32);\n cellsPerColumn @1 :UInt32;\n activationThreshold @2 :UInt32;\n learningRadius @3 :UInt32;\n initialPermanence @4 :Float32;\n connectedPermanence @5 :Float32;\n minThreshold @6 :UInt32;\n maxNewSynapseCount @7 :UInt32;\n permanenceIncrement @8 :Float32;\n permanenceDecrement @9 :Float32;\n permanenceOrphanDecrement @10 :Float32;\n\n connections @11 :ConnectionsProto;\n random @12 :RandomProto;\n\n # Lists of indices\n activeCells @13 :List(UInt32);\n predictiveCells @14 :List(UInt32);\n activeSegments @15 :List(UInt32);\n winnerCells @16 :List(UInt32);\n matchingSegments @17 :List(UInt32);\n matchingCells @18 :List(UInt32);\n}\n","subject":"Update Temoral Memory Proto to include Orphan Decay","message":"Update Temoral Memory Proto to include Orphan Decay\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"EricSB\/nupic.core,subutai\/nupic.core,scottpurdy\/nupic.core,pettitda\/nupic.core,breznak\/nupic.core,sambitgaan\/nupic.core,numenta\/htmresearch-core,utensil\/nupic.core,pettitda\/nupic.core,akhilaananthram\/nupic.core,lscheinkman\/nupic.core,sambitgaan\/nupic.core,numenta\/nupic.core,brev\/nupic.core,utensil\/nupic.core,lscheinkman\/nupic.core,rhyolight\/nupic.core,rhyolight\/nupic.core,rcrowder\/nupic.core,scottpurdy\/nupic.core,metaml\/nupic.core,neuroidss\/nupic.core,brev\/nupic.core,jaredweiss\/nupic.core,neuroidss\/nupic.core,pettitda\/nupic.core,sambitgaan\/nupic.core,rcrowder\/nupic.core,brev\/nupic.core,metaml\/nupic.core,lscheinkman\/nupic.core,jaredweiss\/nupic.core,subutai\/nupic.core,numenta\/nupic.core,EricSB\/nupic.core,metaml\/nupic.core,neuroidss\/nupic.core,utensil\/nupic.core,Bemujo\/https-github.com-numenta-nupic,ywcui1990\/nupic.core,numenta\/htmresearch-core,neuroidss\/nupic.core,scottpurdy\/nupic.core,jaredweiss\/nupic.core,Bemujo\/https-github.com-numenta-nupic,Bemujo\/https-github.com-numenta-nupic,ywcui1990\/nupic.core,akhilaananthram\/nupic.core,akhilaananthram\/nupic.core,breznak\/nupic.core,subutai\/nupic.core,numenta\/htmresearch-core,EricSB\/nupic.core,rcrowder\/nupic.core,numenta\/htmresearch-core,rcrowder\/nupic.core,lscheinkman\/nupic.core,pettitda\/nupic.core,breznak\/nupic.core,ywcui1990\/nupic.core,Bemujo\/https-github.com-numenta-nupic,metaml\/nupic.core,jaredweiss\/nupic.core,scottpurdy\/nupic.core,breznak\/nupic.core,utensil\/nupic.core,numenta\/nupic.core,rhyolight\/nupic.core,subutai\/nupic.core,sambitgaan\/nupic.core,ywcui1990\/nupic.core,EricSB\/nupic.core,brev\/nupic.core,rhyolight\/nupic.core,numenta\/nupic.core,akhilaananthram\/nupic.core"} {"commit":"b7c48f20529707c623c6617ae577757aee2dae44","old_file":"src\/nupic\/regions\/SDRClassifierRegion.capnp","new_file":"src\/nupic\/regions\/SDRClassifierRegion.capnp","old_contents":"","new_contents":"@0xa86c32f1ece85ed0;\n\nusing import \"\/nupic\/proto\/SdrClassifier.capnp\".SdrClassifierProto;\n\n# Next ID: 6\nstruct SDRClassifierRegionProto {\n classifierImp @0 :Text;\n claClassifier @1 :SdrClassifierProto;\n steps @2 :Text;\n alpha @3 :Float32;\n verbosity @4 :UInt32;\n maxCategoryCount @5 :UInt32;\n}\n","subject":"Add capnp proto for SDR classifier region","message":"Add capnp proto for SDR classifier region\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"ywcui1990\/nupic,pulinagrawal\/nupic,breznak\/nupic,rhyolight\/nupic,alfonsokim\/nupic,cogmission\/nupic,badlogicmanpreet\/nupic,neuroidss\/nupic,EricSB\/nupic,blueburningcoder\/nupic,badlogicmanpreet\/nupic,neuroidss\/nupic,scottpurdy\/nupic,rcrowder\/nupic,arhik\/nupic,arhik\/nupic,breznak\/nupic,alfonsokim\/nupic,pulinagrawal\/nupic,pulinagrawal\/nupic,numenta-ci\/nupic,alfonsokim\/nupic,numenta-ci\/nupic,lscheinkman\/nupic,rcrowder\/nupic,numenta\/nupic,rhyolight\/nupic,numenta-ci\/nupic,cogmission\/nupic,lscheinkman\/nupic,subutai\/nupic,vitaly-krugl\/nupic,neuroidss\/nupic,EricSB\/nupic,EricSB\/nupic,vitaly-krugl\/nupic,breznak\/nupic,cogmission\/nupic,blueburningcoder\/nupic,lscheinkman\/nupic,subutai\/nupic,rcrowder\/nupic,ywcui1990\/nupic,marionleborgne\/nupic,marionleborgne\/nupic,marionleborgne\/nupic,blueburningcoder\/nupic,badlogicmanpreet\/nupic,subutai\/nupic,arhik\/nupic,scottpurdy\/nupic,scottpurdy\/nupic,numenta\/nupic,ywcui1990\/nupic,rhyolight\/nupic,vitaly-krugl\/nupic,numenta\/nupic"} {"commit":"9953064ace539fca4bdb621160924590ba1a15e3","old_file":"src\/nupic\/proto\/TemporalMemoryProto.capnp","new_file":"src\/nupic\/proto\/TemporalMemoryProto.capnp","old_contents":"","new_contents":"@0xc5bf8243b0c10764;\n\n# TODO: Use absolute path\nusing import \"ConnectionsProto.capnp\".ConnectionsProto;\nusing import \"RandomProto.capnp\".RandomProto;\n\n# Next ID: 16\nstruct TemporalMemoryProto {\n\n columnDimensions @0 :List(UInt32);\n cellsPerColumn @1 :UInt32;\n activationThreshold @2 :UInt32;\n learningRadius @3 :UInt32;\n initialPermanence @4 :Float32;\n connectedPermanence @5 :Float32;\n minThreshold @6 :UInt32;\n maxNewSynapseCount @7 :UInt32;\n permanenceIncrement @8 :Float32;\n permanenceDecrement @9 :Float32;\n\n connections @10 :ConnectionsProto;\n random @11 :RandomProto;\n\n activeCells @12 :List(UInt32);\n predictiveCells @13 :List(UInt32);\n activeSegments @14 :List(UInt32);\n winnerCells @15 :List(UInt32);\n\n}\n","subject":"Add Temporal Memory serialization schema","message":"Add Temporal Memory serialization schema\n","lang":"Cap'n Proto","license":"agpl-3.0","repos":"EricSB\/nupic.core,breznak\/nupic.core,brev\/nupic.core,numenta\/nupic.core,akhilaananthram\/nupic.core,neuroidss\/nupic.core,neuroidss\/nupic.core,jaredweiss\/nupic.core,sambitgaan\/nupic.core,akhilaananthram\/nupic.core,scottpurdy\/nupic.core,rhyolight\/nupic.core,breznak\/nupic.core,utensil\/nupic.core,subutai\/nupic.core,subutai\/nupic.core,utensil\/nupic.core,numenta\/htmresearch-core,rcrowder\/nupic.core,brev\/nupic.core,pettitda\/nupic.core,rhyolight\/nupic.core,rcrowder\/nupic.core,Bemujo\/https-github.com-numenta-nupic,breznak\/nupic.core,Bemujo\/https-github.com-numenta-nupic,pettitda\/nupic.core,rhyolight\/nupic.core,Bemujo\/https-github.com-numenta-nupic,utensil\/nupic.core,pettitda\/nupic.core,neuroidss\/nupic.core,rcrowder\/nupic.core,utensil\/nupic.core,numenta\/nupic.core,lscheinkman\/nupic.core,numenta\/htmresearch-core,sambitgaan\/nupic.core,ywcui1990\/nupic.core,scottpurdy\/nupic.core,ywcui1990\/nupic.core,jaredweiss\/nupic.core,EricSB\/nupic.core,lscheinkman\/nupic.core,sambitgaan\/nupic.core,jaredweiss\/nupic.core,lscheinkman\/nupic.core,scottpurdy\/nupic.core,ywcui1990\/nupic.core,Bemujo\/https-github.com-numenta-nupic,metaml\/nupic.core,pettitda\/nupic.core,numenta\/htmresearch-core,brev\/nupic.core,jaredweiss\/nupic.core,numenta\/nupic.core,metaml\/nupic.core,numenta\/htmresearch-core,akhilaananthram\/nupic.core,ywcui1990\/nupic.core,subutai\/nupic.core,sambitgaan\/nupic.core,metaml\/nupic.core,rcrowder\/nupic.core,EricSB\/nupic.core,subutai\/nupic.core,scottpurdy\/nupic.core,neuroidss\/nupic.core,EricSB\/nupic.core,metaml\/nupic.core,brev\/nupic.core,rhyolight\/nupic.core,numenta\/nupic.core,lscheinkman\/nupic.core,breznak\/nupic.core,akhilaananthram\/nupic.core"}