Skip to content

Commit 97b23d1

Browse files
fix: Bump version number and build dist
feat: Add parcel-plugin-bundle-visualiser to visualize dist fix: Remove lingering docs folder
1 parent 37aa639 commit 97b23d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1074
-1199
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2016 Heather Arthur
1+
Copyright (c) 2010-2019 Heather Arthur
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

__tests__/recurrent_deprecated/rnn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function notZero(v) {
66
return v !== 0;
77
}
88

9-
describe('rnn', () => {
9+
describe('RNN', () => {
1010
describe('constructor', () => {
1111
it('does not initialize model', () => {
1212
const net = new RNN();

0 commit comments

Comments
 (0)