All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog.
11 August 2020
- Test - src/sockets.js
#209 - Documentation - src/types/placeholder.js
#208 - Documentation: src/types/message.js
#207 - Avoid Buffer and crypto dependencies
#211 - Documentation: src/sockets
#201 - Added documentation and testing for object-registry.js
#206 - Documentation: src/syft-model.js
#199 - Documentation: src/job.js
#197 - doc: update changelog
5d57e32 - Align dev with published 0.1.3 version
ef2441e
29 July 2020
- Documentation: Edit src/syft.js
#195 - Changing the routes again
ce45dee - Changing static to model-centric
06e1bf9
22 July 2020
- Fix speed test edge case
#192 - Make pygrid speed test optional
#193 - Removing confusing changelog
fb70437
22 July 2020
- docs: add IamRavikantSingh as a contributor
#187 - Fix typo
#184 - bandit hookup wip
7ffa98f - Initial cleanup of bandit code
e4df511 - Updating minor and patch deps
69ec08c
10 July 2020
- docs: add tsingh2k15 as a contributor
#181 - docs: add Benardi as a contributor
#183 - docs: add pedroespindula as a contributor
#182 - docs: add vkkhare as a contributor
#180 - docs: add IamRavikantSingh as a contributor
#179 - Add tests with bandit plans
#176 - docs: add Nolski as a contributor
#178 - docs: add vvmnnnkv as a contributor
#177 - Update readme to reference pysyft, pygrid installation docs
#175 - Migrate to TFJS-traslated plans
#174 - Fix README after allcontributors bot changes
#164 - Add PyGrid integration tests
#170 - Add Support section to README.md
#168 - MNIST example: use syft.js remote dependency instead of local
#165 - docs: add cereallarceny as a contributor
#163 - Replace bundling crypto with specific randomfill package. Fixes #161
#162 - Update README
#157 - Fix error when model params are nn.Parameter
#156 - Generate API docs
#153 - Rename grid.js example to mnist, and do small cleanup
#152 - Make up-to-date with protobuf and Plan changes in PySyft
#151 - Add Speed Test
#117 - Remove .travis.yml
#118 - Update protobuf types and Plan, temporarily rollback Threepio usage
#114 - Threepio integration
#112 - Wire with PyGrid report
#110 - Secure web-socket connection for GridAPIClient
#111 - Add singleton support for Logger class
#106 - Forcing all websocket connections to secure if not debug mode.
#107 - PyGrid integration
#109 - Worker API
#101 - Eslint error fixed
#104 - [Done] jest error fix
#105 - Eslint setup Closes #62
#102 - Add github actions test configuration #1
#100 - Move tfjs dependency; fix with-node example warnings
#98 - Remove old serde; update unit tests
#96 - Add protobuf for Plan; update Plan execution
#92 - Update syft-proto to latest
#84 - Data channel messages slicing
#82 - feat: add github issue templates
#81 - fix: update rollup-plugin-node-builtins version
#80 - Make package installable from git
#75 - Initial protobuf implementation: Protocol, ObjectMessage, TorchTensor
#74 - added lockfile for updated syft-proto dependency
#73 - updated pysyft-proto dependency to syft-proto
#72 - Replace bundling crypto with specific randomfill package. Fixes #161 (#162)
#161 - Merge pull request #102 from IamRavikantSingh/add-eslint
#62 - fix: update rollup-plugin-node-builtins version
#79 - Added multi-armed bandit examples
ca459e0 - Address code review comments
7605425 - Enable threepio
442d9f1
29 December 2019
- Update serde, fix with-node example
#71 - Revert merge conflict issues
#69 - Changing terminology from user to worker
#68 - TS type defs, closes #57
#67 - Fix specific case in string serde
#58 - Closes #55
#56 - Grid syft
#54 - Add unit tests for webrtc.js
#52 - Remove unused variables in socket.test.js
#51 - Add sockets.js tests and minor fixes
#50 - Adding Serde to syft.js
#43 - Major refactor to build and testing systems
#42 - GitBook: [1.4.2] 5 pages modified
#41 - Tensor removal issue
#40 - TensorFlow bundling
#38 - Improve build system
#35 - Add tensorflow
#31 - Add tensorflow
#29 - added preliminary websocket support
#22 - Travis Support for Unit Tests
#24 - FloatTensor add test
#23 - created a node server
#19 - adding demo folder's primitives.
#20 - Unit Testing Suite
#21 - Rollup
#18 - A cleaned up version of examples to keep things organized
#17 - Add gpu.js as a dependency
#16 - added js to parse json and create a js object
#15 - Initial commit, got babel and prettier running
#5 - Create README.md
#4 - Master
#3 - Corrected 'Resources' links
#1 - Merge pull request #67 from tisd/ts-type-defs
#57 - Merge pull request #56 from OpenMined/issue-55
#55 - Closes #55
#55 - Closes #53
#53 - Closes #39
#39 - Adding a Webpack example
#36 - Closes #32 by adding sourcemaps and minification
#32 - clean up plus docs 1
b28f7a1 - Figured out timeout issue
2a48f1b - Use proper tfjs version in with-grid sample
e5964f6