Vyacheslav Matyukhin
ba496eb1a1
package react for vscode ext; minor cleanups
2022-06-18 21:05:09 +03:00
Vyacheslav Matyukhin
387e6bae37
get rid of generated vscode readme
2022-06-18 21:05:09 +03:00
Vyacheslav Matyukhin
a538fcabad
full white background for vscode custom editor
2022-06-18 21:05:09 +03:00
Ozzie Gooen
8b25a938e1
Merge pull request #709 from quantified-uncertainty/packaging-improvements
2022-06-18 10:42:35 -07:00
Vyacheslav Matyukhin
cf96d1b2d9
fix playground focus issue
2022-06-18 19:47:05 +03:00
Vyacheslav Matyukhin
70698a4e4d
move react to peerDependencies ( fixes #494 )
2022-06-18 14:14:54 +03:00
Vyacheslav Matyukhin
0cada912e1
fix react externals in components
2022-06-18 14:14:01 +03:00
Ozzie Gooen
930c6ef474
First attempt at new CLI
2022-06-17 21:45:58 -07:00
Ozzie Gooen
60213d8321
Merged with develop
2022-06-17 16:01:30 -07:00
Ozzie Gooen
0bd407d3f4
Merge branch 'develop' into vscode
...
* develop:
fix SquigglePlayground in storybook
Ran formatter
Added scaleMultiply to docs
Added scaleMultiply
useSquiggle and useSquigglePartial hooks
v0.2.11
fix: Make lodash a dependency, rather than a dev dependency
Ran formatting
Normalize after trunctae
Ran formatter
Added descriptions to last API types
Fixed link that was breaking build
Small edits to guides section
More progress on DistGeneric
Ran format
Added key math variables, all lowercase
Removed the definitions tags in documentation
Minor cleanup on distributions
Lots of documentation tweaks
2022-06-17 15:57:36 -07:00
Ozzie Gooen
38a0e78873
Refactors to address CR
2022-06-17 15:47:37 -07:00
Ozzie Gooen
a563898a5f
Merge with develop
2022-06-17 12:45:42 -07:00
Ozzie Gooen
5c7c20195e
Merge pull request #705 from quantified-uncertainty/adds-scaleMultiply
...
Adds scaleMultiply()
2022-06-17 12:40:27 -07:00
Vyacheslav Matyukhin
588cf0cb27
fix SquigglePlayground in storybook
2022-06-17 22:25:36 +03:00
Ozzie Gooen
8f3502b1a2
Ran formatter
2022-06-17 07:47:46 -07:00
Ozzie Gooen
342b5ba17b
Tiny css cleanup
2022-06-17 07:45:58 -07:00
Ozzie Gooen
8e7756fe35
Added Module type display and better error message if no type is found
2022-06-17 07:42:44 -07:00
Ozzie Gooen
f156840d65
Added toggle to optionally display code editor
2022-06-17 07:31:59 -07:00
Ozzie Gooen
ca73bdc97f
Merge branch 'develop' into june-17-2022-adjustements
...
* develop:
useSquiggle and useSquigglePartial hooks
2022-06-17 06:51:10 -07:00
Ozzie Gooen
86fa502e5a
Added scaleMultiply to docs
2022-06-17 06:49:55 -07:00
Ozzie Gooen
feda8997a6
Merge pull request #702 from quantified-uncertainty/components-hooks
...
useSquiggle and useSquigglePartial hooks - components refactorings
2022-06-17 06:49:32 -07:00
Ozzie Gooen
8d311a099d
Added scaleMultiply
2022-06-17 06:44:06 -07:00
Vyacheslav Matyukhin
618028d772
vscode extension
...
also:
- don't bundle react and react-dom with webpack
- controlled mode for SquigglePlayground
2022-06-17 00:37:20 +03:00
Vyacheslav Matyukhin
e8e8a06f7a
useSquiggle and useSquigglePartial hooks
2022-06-16 13:05:48 +03:00
ba5f703d03
v0.2.11
2022-06-15 00:15:17 -04:00
1a98392c78
fix: Make lodash a dependency, rather than a dev dependency
...
I'm hoping this fixes my current error when using the
npm package.
Looking at the compiled outputs into js, the first line is:
import * as _ from "lodash";
But, because lodash is not a dependency, but rather a dev dependency,
this brings up an error when downloading and using from npm,
so the current npm package does not run
I am hoping that this simple fix will fix that.
2022-06-14 23:45:40 -04:00
Ozzie Gooen
d4535df712
Merge pull request #696 from quantified-uncertainty/normalize-after-truncate
...
Normalize after truncate
2022-06-14 17:14:03 -07:00
Ozzie Gooen
6278dff818
Ran formatting
2022-06-14 17:00:09 -07:00
Ozzie Gooen
76281ee16d
Merge pull request #686 from quantified-uncertainty/documentation-refactor-June12-2022
...
Documentation refactor june12 2022
2022-06-14 16:57:09 -07:00
Ozzie Gooen
7ceae18611
Normalize after trunctae
2022-06-14 16:54:59 -07:00
Ozzie Gooen
605afc03cc
Ran formatter
2022-06-14 16:47:31 -07:00
Ozzie Gooen
1d4aea2731
Added descriptions to last API types
2022-06-14 16:12:29 -07:00
Ozzie Gooen
d4e3579211
Fixed link that was breaking build
2022-06-14 14:47:09 -07:00
Ozzie Gooen
858e0e5ee5
Small edits to guides section
2022-06-14 14:37:59 -07:00
Ozzie Gooen
906878f19f
Merge pull request #694 from quantified-uncertainty/tailwind-forms-fix
...
Fix react-ace/tailwind css collision (fixes #672 ); fix preflight configuration
2022-06-14 06:26:18 -07:00
Vyacheslav Matyukhin
ee7c994561
fix missing clsx dep in components
2022-06-14 12:35:00 +03:00
Vyacheslav Matyukhin
6c6eba2cec
prettierignore forms css
2022-06-14 12:08:56 +03:00
Vyacheslav Matyukhin
a9ebd5b961
don't use tailwindcss/forms in website
2022-06-14 12:05:13 +03:00
Vyacheslav Matyukhin
2842965913
fix react-ace/tailwind css collision ( fixes #672 )
...
Also: fix preflight configuration
2022-06-14 11:57:28 +03:00
Ozzie Gooen
62ed997de2
More progress on DistGeneric
2022-06-13 18:13:43 -07:00
Ozzie Gooen
6a4132c955
Ran format
2022-06-13 12:10:24 -07:00
Ozzie Gooen
2dc71315ef
Added key math variables, all lowercase
2022-06-13 11:43:26 -07:00
Ozzie Gooen
f01df95381
Merge branch 'develop' into documentation-refactor-June12-2022
...
* develop:
⬆️ Bump @storybook/builder-webpack5 from 6.5.7 to 6.5.8
⬆️ Bump @storybook/react from 6.5.7 to 6.5.8
⬆️ Bump @storybook/addon-essentials from 6.5.7 to 6.5.8
always merge stdlib
⬆️ Bump webpack-dev-server from 4.9.1 to 4.9.2
⬆️ Bump @types/node from 17.0.40 to 17.0.42
⬆️ Bump reanalyze from 2.22.0 to 2.23.0
⬆️ Bump @storybook/manager-webpack5 from 6.5.7 to 6.5.8
⬆️ Bump @storybook/addon-actions from 6.5.7 to 6.5.8
⬆️ Bump webpack-cli from 4.9.2 to 4.10.0
⬆️ Bump @storybook/addon-links from 6.5.7 to 6.5.8
⬆️ Bump @hookform/resolvers from 2.9.0 to 2.9.1
⬆️ Bump react-hook-form from 7.31.3 to 7.32.0
⬆️ Bump tailwindcss from 3.0.24 to 3.1.2
2022-06-13 11:04:21 -07:00
Ozzie Gooen
ae3224b25e
Merge pull request #691 from quantified-uncertainty/reducer-modules
...
fixes #676 , closes #170
2022-06-13 11:02:20 -07:00
dependabot[bot]
62af581042
Merge pull request #692 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/builder-webpack5-6.5.8
2022-06-13 18:00:52 +00:00
Umur Ozkul
27a411e848
Merge branch 'develop' into reducer-modules
2022-06-13 19:37:01 +02:00
dependabot[bot]
28c3361f7d
⬆️ Bump @storybook/builder-webpack5 from 6.5.7 to 6.5.8
...
Bumps [@storybook/builder-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core ) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.8/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.8/lib/core )
---
updated-dependencies:
- dependency-name: "@storybook/builder-webpack5"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 17:24:19 +00:00
dependabot[bot]
5c1de63fa0
⬆️ Bump @storybook/react from 6.5.7 to 6.5.8
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.8/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.8/app/react )
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 17:24:08 +00:00
dependabot[bot]
08de118e58
⬆️ Bump @storybook/addon-essentials from 6.5.7 to 6.5.8
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials ) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.8/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.8/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 17:14:44 +00:00
dependabot[bot]
0d58a7f985
Merge pull request #688 from quantified-uncertainty/dependabot/npm_and_yarn/webpack-dev-server-4.9.2
2022-06-13 17:13:39 +00:00
dependabot[bot]
1e69d616d5
Merge pull request #687 from quantified-uncertainty/dependabot/npm_and_yarn/types/node-17.0.42
2022-06-13 17:13:08 +00:00
Umur Ozkul
e661665385
Merge branch 'develop' into reducer-modules
2022-06-13 18:56:37 +02:00
Umur Ozkul
28938adf53
always merge stdlib
2022-06-13 18:54:48 +02:00
dependabot[bot]
581161b1fe
⬆️ Bump webpack-dev-server from 4.9.1 to 4.9.2
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 16:00:23 +00:00
Ozzie Gooen
3ae8c02580
Merge pull request #685 from quantified-uncertainty/dependabot/npm_and_yarn/reanalyze-2.23.0
...
⬆️ Bump reanalyze from 2.22.0 to 2.23.0
2022-06-13 09:00:23 -07:00
dependabot[bot]
173b0d33ba
⬆️ Bump @types/node from 17.0.40 to 17.0.42
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.40 to 17.0.42.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 15:59:57 +00:00
Ozzie Gooen
c24a434e84
Merge pull request #683 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-actions-6.5.8
...
⬆️ Bump @storybook/addon-actions from 6.5.7 to 6.5.8
2022-06-13 08:59:16 -07:00
Ozzie Gooen
2c692b7596
Merge pull request #684 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/manager-webpack5-6.5.8
...
⬆️ Bump @storybook/manager-webpack5 from 6.5.7 to 6.5.8
2022-06-13 08:59:07 -07:00
dependabot[bot]
0030873bc5
⬆️ Bump reanalyze from 2.22.0 to 2.23.0
...
Bumps [reanalyze](https://github.com/cristianoc/reanalyze ) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/cristianoc/reanalyze/releases )
- [Changelog](https://github.com/rescript-association/reanalyze/blob/master/Changes.md )
- [Commits](https://github.com/cristianoc/reanalyze/compare/v2.22.0...v2.23.0 )
---
updated-dependencies:
- dependency-name: reanalyze
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 15:39:41 +00:00
Ozzie Gooen
3c5ca67d2b
Merge pull request #677 from quantified-uncertainty/dependabot/npm_and_yarn/tailwindcss-3.1.2
...
⬆️ Bump tailwindcss from 3.0.24 to 3.1.2
2022-06-13 08:38:35 -07:00
dependabot[bot]
a3b8b3bb31
⬆️ Bump @storybook/manager-webpack5 from 6.5.7 to 6.5.8
...
Bumps [@storybook/manager-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core ) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.8/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.8/lib/core )
---
updated-dependencies:
- dependency-name: "@storybook/manager-webpack5"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 15:36:12 +00:00
dependabot[bot]
e40d5f5c8a
⬆️ Bump @storybook/addon-actions from 6.5.7 to 6.5.8
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.8/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.8/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 15:35:47 +00:00
Ozzie Gooen
83cf185d17
Merge pull request #679 from quantified-uncertainty/dependabot/npm_and_yarn/react-hook-form-7.32.0
...
⬆️ Bump react-hook-form from 7.31.3 to 7.32.0
2022-06-13 08:35:02 -07:00
Ozzie Gooen
bce896130b
Merge pull request #680 from quantified-uncertainty/dependabot/npm_and_yarn/hookform/resolvers-2.9.1
...
⬆️ Bump @hookform/resolvers from 2.9.0 to 2.9.1
2022-06-13 08:34:52 -07:00
Ozzie Gooen
46ad9d03df
Merge pull request #681 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-links-6.5.8
...
⬆️ Bump @storybook/addon-links from 6.5.7 to 6.5.8
2022-06-13 08:34:45 -07:00
dependabot[bot]
097c983c49
⬆️ Bump webpack-cli from 4.9.2 to 4.10.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 14:31:43 +00:00
dependabot[bot]
8aef1987ad
⬆️ Bump @storybook/addon-links from 6.5.7 to 6.5.8
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.5.7 to 6.5.8.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.8/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.8/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 14:31:20 +00:00
dependabot[bot]
ed3b1c3ddc
⬆️ Bump @hookform/resolvers from 2.9.0 to 2.9.1
...
Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers ) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/react-hook-form/resolvers/releases )
- [Commits](https://github.com/react-hook-form/resolvers/compare/v2.9.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 14:30:53 +00:00
dependabot[bot]
b7402a3b09
⬆️ Bump react-hook-form from 7.31.3 to 7.32.0
...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 7.31.3 to 7.32.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.31.3...v7.32.0 )
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 14:30:23 +00:00
dependabot[bot]
0a6c24429e
⬆️ Bump tailwindcss from 3.0.24 to 3.1.2
...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.0.24 to 3.1.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.24...v3.1.2 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 14:29:09 +00:00
Ozzie Gooen
5f26ac9532
Removed the definitions tags in documentation
2022-06-12 21:42:52 -07:00
Ozzie Gooen
bea4e13cd3
Minor cleanup on distributions
2022-06-12 21:33:40 -07:00
Ozzie Gooen
bb85869303
Lots of documentation tweaks
2022-06-12 21:19:28 -07:00
Ozzie Gooen
a690cd15fd
Merge pull request #638 from quantified-uncertainty/Documentation-auto-generation
...
First attempt at a complete API definition
2022-06-11 13:37:27 -07:00
Ozzie Gooen
afb69e2e06
Format on website
2022-06-11 08:57:02 -07:00
Ozzie Gooen
79b71c39a0
Ran formatter and fixed tests
2022-06-11 08:47:52 -07:00
Ozzie Gooen
2d4d8a8f4d
Attempting to make all api docs formatting mostly consistent
2022-06-11 08:28:38 -07:00
Umur Ozkul
f406ae9053
Merge branch 'develop' into reducer-modules
2022-06-11 15:23:54 +02:00
Umur Ozkul
0704c8d9f5
module tests pass
2022-06-11 15:15:25 +02:00
Ozzie Gooen
6dc8b711bb
Lots of simple cleanup to api docs
2022-06-10 17:35:48 -07:00
Ozzie Gooen
590480d4e1
Merged with develop
2022-06-10 11:53:04 -07:00
Ozzie Gooen
7226a06d39
Merge pull request #662 from quantified-uncertainty/utility-functions
...
Adds a few utility functions
2022-06-10 11:18:54 -07:00
Ozzie Gooen
844dfd369c
Update FunctionRegistry_Library.res
2022-06-10 11:17:47 -07:00
Umur Ozkul
69bab17331
Math module tests defined (failing)
...
rename modules
define module
Math module
test helper fixed for defaults and test defined
2022-06-10 16:35:39 +02:00
Umur Ozkul
3ca209a53d
bindings and module managers
...
bindings are a module
2022-06-10 14:19:42 +02:00
Ozzie Gooen
8fd5c6a1be
Merge branch 'develop' into Documentation-auto-generation
...
* develop: (22 commits)
components-lint respects components prettierignore
format main.css and prettierignore base.css
scoped tailwind preflight, top-level .squiggle wrapper
grammar: identifiers with modules
Refactored reducerInterface files
Added simple scientific units
Added stdev to table of stats, when needed
Added stdev and variance to Distribution Operation Constructors
Quick addition of stdev-variance-min-max-mode
⬆️ Bump @types/node from 17.0.38 to 17.0.40
⬆️ Bump webpack from 5.72.1 to 5.73.0
⬆️ Bump @storybook/react from 6.5.6 to 6.5.7
⬆️ Bump ts-node from 10.8.0 to 10.8.1
⬆️ Bump @storybook/builder-webpack5 from 6.5.6 to 6.5.7
⬆️ Bump peggy from 2.0.0 to 2.0.1
⬆️ Bump @storybook/addon-essentials from 6.5.6 to 6.5.7
⬆️ Bump @storybook/preset-create-react-app from 4.1.1 to 4.1.2
⬆️ Bump @hookform/resolvers from 2.8.10 to 2.9.0
⬆️ Bump typescript from 4.7.2 to 4.7.3
⬆️ Bump @storybook/manager-webpack5 from 6.5.6 to 6.5.7
...
2022-06-09 16:50:46 -07:00
Ozzie Gooen
7459a0e7bd
Merge pull request #669 from quantified-uncertainty/improve-tailwind
...
Scoped tailwind preflight - website styles fix
2022-06-09 16:49:41 -07:00
Vyacheslav Matyukhin
4d64f831b0
format main.css and prettierignore base.css
2022-06-10 00:46:38 +03:00
Vyacheslav Matyukhin
d812084614
scoped tailwind preflight, top-level .squiggle wrapper
2022-06-09 23:57:45 +03:00
Umur Ozkul
2f4db3230d
format
2022-06-09 15:53:07 +02:00
Ozzie Gooen
e4eceb9cd3
Minor fix for EvModule support
2022-06-09 06:44:03 -07:00
Ozzie Gooen
1acd4fc259
Minor cleanup
2022-06-09 06:34:31 -07:00
Umur Ozkul
afffdd8559
typescript work in progress
2022-06-09 15:27:51 +02:00
Umur Ozkul
710756bc50
EvModule defined
2022-06-09 15:27:37 +02:00
Umur Ozkul
b623be5f9b
format
2022-06-09 14:57:35 +02:00
Umur Ozkul
02c06b638e
module access to expression
2022-06-09 14:57:25 +02:00
Umur Ozkul
5f6feb26ba
Module parse tested
2022-06-09 14:39:06 +02:00
Umur Ozkul
346c83f2be
module parse
2022-06-09 14:35:44 +02:00
Umur Ozkul
cfcf3cb144
module grammar type correction
2022-06-09 14:30:17 +02:00
Ozzie Gooen
b48a0575d9
Cumprod and formatting
2022-06-08 08:21:20 -07:00
Umur Ozkul
b41e32805c
grammar: identifiers with modules
2022-06-08 17:00:17 +02:00
Ozzie Gooen
fc40744053
Simple additions of first, last, cumulative sum, diff
2022-06-08 08:00:06 -07:00
Ozzie Gooen
12cdb4ed36
Added dict keys, values, fromList, toList
2022-06-08 07:24:06 -07:00
Ozzie Gooen
8d1d08eaa0
Simple dict merge and mergeMany
2022-06-07 22:35:40 -07:00
Ozzie Gooen
0fcf7e197e
Added listMake and upTo
2022-06-07 21:08:39 -07:00
Ozzie Gooen
ff3efeac4c
Adding math utility functions
2022-06-07 09:40:24 -07:00
Ozzie Gooen
b022ea2fae
Merge pull request #656 from quantified-uncertainty/stdev-variance
...
Quick additions of Stdev, Variance, and Mode for SampleSet, and Min and Max for all
2022-06-06 15:52:02 -07:00
Ozzie Gooen
b675b33dfe
Refactored reducerInterface files
2022-06-06 14:42:49 -07:00
Ozzie Gooen
a15c0fa888
Added simple scientific units
2022-06-06 13:55:51 -07:00
Ozzie Gooen
d125664e57
Added stdev to table of stats, when needed
2022-06-06 12:25:09 -07:00
Ozzie Gooen
079553cd71
Added stdev and variance to Distribution Operation Constructors
2022-06-06 12:21:03 -07:00
Ozzie Gooen
7d9bae96e1
Quick addition of stdev-variance-min-max-mode
2022-06-06 12:08:00 -07:00
dependabot[bot]
d12fddae16
⬆️ Bump @types/node from 17.0.38 to 17.0.40
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.38 to 17.0.40.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 15:51:35 +00:00
dependabot[bot]
b4c33873cc
⬆️ Bump webpack from 5.72.1 to 5.73.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.1 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 15:44:16 +00:00
dependabot[bot]
d7645dbc7d
Merge pull request #654 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/react-6.5.7
2022-06-06 15:41:16 +00:00
dependabot[bot]
4a72f364b4
⬆️ Bump @storybook/react from 6.5.6 to 6.5.7
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/app/react )
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 15:35:20 +00:00
dependabot[bot]
27120e4900
Merge pull request #648 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/builder-webpack5-6.5.7
2022-06-06 15:34:58 +00:00
Ozzie Gooen
7210e5b196
Merge pull request #652 from quantified-uncertainty/dependabot/npm_and_yarn/ts-node-10.8.1
...
⬆️ Bump ts-node from 10.8.0 to 10.8.1
2022-06-06 08:33:42 -07:00
Ozzie Gooen
0fcbbd0510
Merge pull request #651 from quantified-uncertainty/dependabot/npm_and_yarn/peggy-2.0.1
...
⬆️ Bump peggy from 2.0.0 to 2.0.1
2022-06-06 08:32:11 -07:00
dependabot[bot]
c48aa9a3ac
⬆️ Bump ts-node from 10.8.0 to 10.8.1
...
Bumps [ts-node](https://github.com/TypeStrong/ts-node ) from 10.8.0 to 10.8.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases )
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1 )
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 15:27:06 +00:00
dependabot[bot]
17d8d2be3a
⬆️ Bump @storybook/builder-webpack5 from 6.5.6 to 6.5.7
...
Bumps [@storybook/builder-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core ) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/lib/core )
---
updated-dependencies:
- dependency-name: "@storybook/builder-webpack5"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 15:26:32 +00:00
dependabot[bot]
7231547036
Merge pull request #646 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-essentials-6.5.7
2022-06-06 15:25:10 +00:00
dependabot[bot]
b7295fe6d9
⬆️ Bump peggy from 2.0.0 to 2.0.1
...
Bumps [peggy](https://github.com/peggyjs/peggy ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/peggyjs/peggy/releases )
- [Changelog](https://github.com/peggyjs/peggy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/peggyjs/peggy/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: peggy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 15:23:02 +00:00
dependabot[bot]
3b6d063aa8
Merge pull request #649 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/preset-create-react-app-4.1.2
2022-06-06 15:21:03 +00:00
dependabot[bot]
6e2880b063
⬆️ Bump @storybook/addon-essentials from 6.5.6 to 6.5.7
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials ) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 15:10:38 +00:00
dependabot[bot]
a4afadea7f
⬆️ Bump @storybook/preset-create-react-app from 4.1.1 to 4.1.2
...
Bumps [@storybook/preset-create-react-app](https://github.com/storybookjs/presets/tree/HEAD/packages/preset-create-react-app ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/storybookjs/presets/releases )
- [Changelog](https://github.com/storybookjs/presets/blob/master/packages/preset-create-react-app/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/presets/commits/HEAD/packages/preset-create-react-app )
---
updated-dependencies:
- dependency-name: "@storybook/preset-create-react-app"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 15:10:23 +00:00
Quinn
eebb88729e
Merge pull request #647 from quantified-uncertainty/dependabot/npm_and_yarn/hookform/resolvers-2.9.0
...
⬆️ Bump @hookform/resolvers from 2.8.10 to 2.9.0
2022-06-06 11:10:02 -04:00
Quinn
955bdf845a
Merge pull request #645 from quantified-uncertainty/dependabot/npm_and_yarn/typescript-4.7.3
...
⬆️ Bump typescript from 4.7.2 to 4.7.3
2022-06-06 11:09:28 -04:00
dependabot[bot]
c9dd644964
⬆️ Bump @hookform/resolvers from 2.8.10 to 2.9.0
...
Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers ) from 2.8.10 to 2.9.0.
- [Release notes](https://github.com/react-hook-form/resolvers/releases )
- [Commits](https://github.com/react-hook-form/resolvers/compare/v2.8.10...v2.9.0 )
---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 14:54:12 +00:00
dependabot[bot]
7882301a04
⬆️ Bump typescript from 4.7.2 to 4.7.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 14:53:09 +00:00
Ozzie Gooen
b5d636148a
Merge pull request #641 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-actions-6.5.7
...
⬆️ Bump @storybook/addon-actions from 6.5.6 to 6.5.7
2022-06-06 07:50:48 -07:00
Ozzie Gooen
bbc4e9b590
Merge pull request #642 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-links-6.5.7
...
⬆️ Bump @storybook/addon-links from 6.5.6 to 6.5.7
2022-06-06 07:50:38 -07:00
dependabot[bot]
0d8d54300b
⬆️ Bump @storybook/manager-webpack5 from 6.5.6 to 6.5.7
...
Bumps [@storybook/manager-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core ) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/lib/core )
---
updated-dependencies:
- dependency-name: "@storybook/manager-webpack5"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 14:25:01 +00:00
dependabot[bot]
9729de48e6
⬆️ Bump @storybook/addon-links from 6.5.6 to 6.5.7
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 14:24:08 +00:00
dependabot[bot]
bd9c7728f6
⬆️ Bump @storybook/addon-actions from 6.5.6 to 6.5.7
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 14:22:19 +00:00
Ozzie Gooen
16a1afe53c
Merged with develop
2022-06-06 05:54:02 -07:00
Ozzie Gooen
c6370f5f37
Merge pull request #640 from quantified-uncertainty/sam-website-css-attempt
...
Sam's attempt at getting component css into the website
2022-06-06 05:48:26 -07:00
Ozzie Gooen
18c14089c6
Updated a few of the API pages
2022-06-05 22:16:29 -07:00
Ozzie Gooen
441ac3c251
Changed the name of select functions
2022-06-05 21:47:29 -07:00
Sam Nolan
966213bfd1
Fix Netlify build commands
2022-06-06 04:38:13 +00:00
Sam Nolan
cd8a92e91f
Add css into docusaurus
2022-06-06 04:24:38 +00:00
Ozzie Gooen
6567f1b8ef
Moved API files to API directory
2022-06-05 20:02:17 -07:00
Ozzie Gooen
4409ceb6c7
Formatted code
2022-06-05 14:13:56 -07:00
Ozzie Gooen
d49f7889b0
First attempt at most type definitions
2022-06-05 13:59:45 -07:00
Sam Nolan
906534615a
BROKEN: Sam's attempt at getting component css into the website
2022-06-05 06:48:31 +00:00
Vyacheslav Matyukhin
958c187e82
Various components cleanups
...
- coding style (let -> const, etc.)
- avoid double typing of component props, it's not necessary
- consistent non-default exports everywhere (except for
SquigglePlayground since I'm not 100% sure it's not used somewhere
else)
- extract common components in SquigglePlayground to avoid copy-paste
- other minor improvements
2022-06-04 23:38:16 +03:00
Ozzie Gooen
19477fd637
Fixed broken links
2022-06-04 09:36:30 -07:00
Ozzie Gooen
b0b48c7129
First attempt at new API documentation generation
2022-06-04 09:26:52 -07:00
Ozzie Gooen
10de355f86
First attempt at auto-documentation
2022-06-03 17:59:02 -07:00
Umur Ozkul
9e4a70c516
Merge branch 'develop' into reducer-type-grammar
2022-06-02 14:29:33 +02:00
Umur Ozkul
6b25e82f58
typeExpression
...
type statements
type paranthesis
type paranthesis
comments
TODO
typeExpression
type statements
type paranthesis
type paranthesis
comments
TODO
peggy construct functions
typeExpression
type statements
type paranthesis
type paranthesis
comments
TODO
peggy construct functions
apply
typeExpression
type statements
type paranthesis
type paranthesis
comments
TODO
peggy construct functions
apply
all types are expressions
typeExpression
type statements
type paranthesis
type paranthesis
comments
TODO
peggy construct functions
apply
all types are expressions
modifiers
typeExpression
type statements
type paranthesis
type paranthesis
comments
TODO
peggy construct functions
apply
all types are expressions
modifiers
0 arg constructors and $ (low priority type modifier)
remove GeneratedParser.js
peggy test helpers
test type parsing
type of test defined
act of binding refactored
recognize all binding functions | "$_setBindings_$" | "$_setTypeOfBindings_$" | "$_setTypeAliasBindings_$"
doBindStatement
bindings default statemetn
doBindExpression
clone type references and type aliases
doSetBindingsInNamespace
member_of, min, max
typeOr
type function
type with expression
2022-06-02 14:20:55 +02:00
Ozzie Gooen
7f3cacae59
Merge pull request #622 from quantified-uncertainty/May-tailwind-refactor
2022-06-02 05:17:04 -07:00
Ozzie Gooen
793c42ce20
Merge pull request #599 from quantified-uncertainty/toPointSet-fn
2022-06-02 05:16:32 -07:00
Ozzie Gooen
4bad537a5d
Format
2022-06-01 21:44:46 -07:00
Ozzie Gooen
6aef52ef79
Added resultType for error message
2022-06-01 21:41:24 -07:00
Ozzie Gooen
800a832a06
Formatted, converted tab to component
2022-06-01 20:13:19 -07:00
Ozzie Gooen
88adccf2e7
Added max widths to settings pages
2022-06-01 20:04:50 -07:00
Ozzie Gooen
70eecde587
Refactored SquigglePlayground a bit
2022-06-01 19:42:03 -07:00
Ozzie Gooen
43643124e0
Refactored Alert, added more to Playground forms
2022-06-01 13:13:16 -07:00
Ozzie Gooen
6b7b3b049a
Minor tweaks
2022-05-31 16:01:13 -07:00
Ozzie Gooen
6cfb0f18ef
Merge branch 'develop' into May-tailwind-refactor
...
* develop: (22 commits)
Formatted
Added tailwindcss to docusaurus config
First attempt at adding tailwind
Change import to import type when needed
⬆️ Bump @docusaurus/core from 2.0.0-beta.20 to 2.0.0-beta.21
⬆️ Bump @types/react-dom from 18.0.4 to 18.0.5
⬆️ Bump gentype from 4.3.0 to 4.4.0
⬆️ Bump mathjs from 10.5.2 to 10.6.0
⬆️ Bump typescript from 4.6.4 to 4.7.2
⬆️ Bump @storybook/builder-webpack5 from 6.5.4 to 6.5.6
⬆️ Bump react-hook-form from 7.31.2 to 7.31.3
⬆️ Bump @docusaurus/preset-classic
⬆️ Bump reanalyze from 2.19.0 to 2.22.0
⬆️ Bump @storybook/addon-links from 6.5.4 to 6.5.6
⬆️ Bump @storybook/react from 6.5.4 to 6.5.6
⬆️ Bump @storybook/addon-essentials from 6.5.4 to 6.5.6
⬆️ Bump @storybook/manager-webpack5 from 6.5.4 to 6.5.6
⬆️ Bump peggy from 1.2.0 to 2.0.0
⬆️ Bump @storybook/node-logger from 6.5.4 to 6.5.6
⬆️ Bump @storybook/addon-actions from 6.5.4 to 6.5.6
...
2022-05-31 15:11:05 -07:00
Ozzie Gooen
2142dc17bb
Formatted
2022-05-31 14:53:57 -07:00
Ozzie Gooen
b1d5e5efac
Added tailwindcss to docusaurus config
2022-05-31 14:33:08 -07:00
Ozzie Gooen
785f23571e
First attempt at adding tailwind
2022-05-31 14:28:08 -07:00
Ozzie Gooen
c453794e96
Simple styling for arrays
2022-05-31 14:14:55 -07:00
Sam Nolan
23bc41d61c
Change import to import type when needed
2022-05-31 04:16:04 +00:00
Ozzie Gooen
ddc8763f77
Minor styling to functions, strings, numbers
2022-05-30 20:33:47 -07:00
Ozzie Gooen
5e0dc6e4ed
Minor adjustments to code tabs
2022-05-30 16:40:32 -07:00
Ozzie Gooen
1213ca2bf0
Cleaning up Playground toolbar
2022-05-30 16:29:46 -07:00
Ozzie Gooen
d6bc942265
Added simple pill for code-settings toggle
2022-05-30 14:09:59 -07:00
Ozzie Gooen
6b80118e7e
Added lots of tailwind styling
2022-05-30 13:10:25 -07:00
dependabot[bot]
fd96759ec9
Merge pull request #621 from quantified-uncertainty/dependabot/npm_and_yarn/docusaurus/core-2.0.0-beta.21
2022-05-30 15:55:24 +00:00
dependabot[bot]
3dca23cc33
Merge pull request #617 from quantified-uncertainty/dependabot/npm_and_yarn/types/react-dom-18.0.5
2022-05-30 15:48:27 +00:00
dependabot[bot]
f17a3e5a03
⬆️ Bump @docusaurus/core from 2.0.0-beta.20 to 2.0.0-beta.21
...
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) from 2.0.0-beta.20 to 2.0.0-beta.21.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.21/packages/docusaurus )
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:48:16 +00:00
dependabot[bot]
314cda31ac
Merge pull request #620 from quantified-uncertainty/dependabot/npm_and_yarn/gentype-4.4.0
2022-05-30 15:47:23 +00:00
dependabot[bot]
69d463f452
Merge pull request #618 from quantified-uncertainty/dependabot/npm_and_yarn/mathjs-10.6.0
2022-05-30 15:45:45 +00:00
dependabot[bot]
374f115055
⬆️ Bump @types/react-dom from 18.0.4 to 18.0.5
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.0.4 to 18.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:40:37 +00:00
dependabot[bot]
c85242a5ee
⬆️ Bump gentype from 4.3.0 to 4.4.0
...
Bumps [gentype](https://github.com/cristianoc/gentype ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/cristianoc/gentype/releases )
- [Changelog](https://github.com/rescript-association/genType/blob/master/Changes.md )
- [Commits](https://github.com/cristianoc/gentype/compare/v4.3.0...v4.4.0 )
---
updated-dependencies:
- dependency-name: gentype
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:39:53 +00:00
dependabot[bot]
1dd104e249
Merge pull request #614 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/builder-webpack5-6.5.6
2022-05-30 15:39:41 +00:00
dependabot[bot]
87332095e8
Merge pull request #610 from quantified-uncertainty/dependabot/npm_and_yarn/typescript-4.7.2
2022-05-30 15:38:56 +00:00
dependabot[bot]
f1756cd383
⬆️ Bump mathjs from 10.5.2 to 10.6.0
...
Bumps [mathjs](https://github.com/josdejong/mathjs ) from 10.5.2 to 10.6.0.
- [Release notes](https://github.com/josdejong/mathjs/releases )
- [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md )
- [Commits](https://github.com/josdejong/mathjs/compare/v10.5.2...v10.6.0 )
---
updated-dependencies:
- dependency-name: mathjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:38:20 +00:00
dependabot[bot]
3dee1d384d
Merge pull request #615 from quantified-uncertainty/dependabot/npm_and_yarn/react-hook-form-7.31.3
2022-05-30 15:37:56 +00:00
dependabot[bot]
1fc3117550
Merge pull request #616 from quantified-uncertainty/dependabot/npm_and_yarn/docusaurus/preset-classic-2.0.0-beta.21
2022-05-30 15:35:44 +00:00
dependabot[bot]
0c45deb7bd
Merge pull request #612 from quantified-uncertainty/dependabot/npm_and_yarn/reanalyze-2.22.0
2022-05-30 15:33:28 +00:00
dependabot[bot]
4ecf459bbb
⬆️ Bump typescript from 4.6.4 to 4.7.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.4 to 4.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:32:55 +00:00
dependabot[bot]
eb08b6aa1c
⬆️ Bump @storybook/builder-webpack5 from 6.5.4 to 6.5.6
...
Bumps [@storybook/builder-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core ) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/lib/core )
---
updated-dependencies:
- dependency-name: "@storybook/builder-webpack5"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:31:56 +00:00
dependabot[bot]
d13e6f7add
⬆️ Bump react-hook-form from 7.31.2 to 7.31.3
...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 7.31.2 to 7.31.3.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.31.2...v7.31.3 )
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:31:36 +00:00
dependabot[bot]
19663e47a6
⬆️ Bump @docusaurus/preset-classic
...
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ) from 2.0.0-beta.20 to 2.0.0-beta.21.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.21/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:30:31 +00:00
dependabot[bot]
d51f4de925
Merge pull request #613 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-links-6.5.6
2022-05-30 15:30:13 +00:00
dependabot[bot]
38ce0ba08d
⬆️ Bump reanalyze from 2.19.0 to 2.22.0
...
Bumps [reanalyze](https://github.com/cristianoc/reanalyze ) from 2.19.0 to 2.22.0.
- [Release notes](https://github.com/cristianoc/reanalyze/releases )
- [Changelog](https://github.com/rescript-association/reanalyze/blob/master/Changes.md )
- [Commits](https://github.com/cristianoc/reanalyze/compare/v2.19.0...v2.22.0 )
---
updated-dependencies:
- dependency-name: reanalyze
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:26:47 +00:00
dependabot[bot]
8db8c1957b
⬆️ Bump @storybook/addon-links from 6.5.4 to 6.5.6
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:22:04 +00:00
dependabot[bot]
af14667263
⬆️ Bump @storybook/react from 6.5.4 to 6.5.6
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/app/react )
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:20:59 +00:00
Quinn
eabd204766
Merge pull request #611 from quantified-uncertainty/dependabot/npm_and_yarn/peggy-2.0.0
...
⬆️ Bump peggy from 1.2.0 to 2.0.0
2022-05-30 11:19:16 -04:00
dependabot[bot]
d181b5c133
⬆️ Bump @storybook/addon-essentials from 6.5.4 to 6.5.6
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials ) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:08:51 +00:00
dependabot[bot]
282243fbe2
⬆️ Bump @storybook/manager-webpack5 from 6.5.4 to 6.5.6
...
Bumps [@storybook/manager-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core ) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/lib/core )
---
updated-dependencies:
- dependency-name: "@storybook/manager-webpack5"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:01:11 +00:00
dependabot[bot]
65abbece9e
⬆️ Bump peggy from 1.2.0 to 2.0.0
...
Bumps [peggy](https://github.com/peggyjs/peggy ) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/peggyjs/peggy/releases )
- [Changelog](https://github.com/peggyjs/peggy/blob/main/CHANGELOG.md )
- [Commits](https://github.com/peggyjs/peggy/compare/v1.2.0...v2.0.0 )
---
updated-dependencies:
- dependency-name: peggy
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 15:00:14 +00:00
dependabot[bot]
6e7d1bef9b
Merge pull request #606 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/node-logger-6.5.6
2022-05-30 14:59:34 +00:00
dependabot[bot]
4e706ced35
Merge pull request #605 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-actions-6.5.6
2022-05-30 14:55:14 +00:00
Quinn
6018f9cf79
Merge pull request #604 from quantified-uncertainty/dependabot/npm_and_yarn/testing-library/react-13.3.0
...
⬆️ Bump @testing-library/react from 13.2.0 to 13.3.0
2022-05-30 10:52:28 -04:00
dependabot[bot]
486573e140
⬆️ Bump @storybook/node-logger from 6.5.4 to 6.5.6
...
Bumps [@storybook/node-logger](https://github.com/storybookjs/storybook/tree/HEAD/lib/node-logger ) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/lib/node-logger )
---
updated-dependencies:
- dependency-name: "@storybook/node-logger"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:47:54 +00:00
dependabot[bot]
8d9791d04f
⬆️ Bump @storybook/addon-actions from 6.5.4 to 6.5.6
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.5.4 to 6.5.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.6/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.6/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:46:42 +00:00
dependabot[bot]
2e0873e533
⬆️ Bump @testing-library/react from 13.2.0 to 13.3.0
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 13.2.0 to 13.3.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v13.2.0...v13.3.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:45:34 +00:00
dependabot[bot]
fdb8a2ff70
⬆️ Bump @types/node from 17.0.35 to 17.0.36
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.35 to 17.0.36.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 14:44:38 +00:00
Ozzie Gooen
afbc0199aa
Added tailwind/form
2022-05-30 06:40:03 -07:00
Sam Nolan
7f54bdce30
Fix typescript errors about children
2022-05-30 13:23:12 +10:00
Sam Nolan
ed6eb54165
Move from styled-components to tailwind
2022-05-30 11:30:10 +10:00
Umur Ozkul
00d7304b4b
format
2022-05-29 17:56:37 +02:00
Umur Ozkul
ac3fa859c0
Replace $$_block__$$ with {}
...
More redable language tests
2022-05-29 17:55:01 +02:00
Ozzie Gooen
178ec6f89d
Merge pull request #600 from quantified-uncertainty/issue597
...
fixed #597
2022-05-28 11:10:27 -04:00
Umur Ozkul
217a783d0a
format
2022-05-28 16:02:16 +02:00
Umur Ozkul
ce5f12360a
fixed #597
2022-05-28 15:52:35 +02:00
Ozzie Gooen
ba34c1abf1
Ran formatter
2022-05-27 14:09:17 -04:00
Ozzie Gooen
c2b90b7023
ToDiscretePointSet
2022-05-27 14:03:41 -04:00
Ozzie Gooen
f49697b64a
Simple toContinousPointSet
2022-05-27 13:37:37 -04:00
Ozzie Gooen
70664c0a91
Merge pull request #591 from quantified-uncertainty/declare-test
...
Declare() functionality
2022-05-27 11:44:51 -04:00
Ozzie Gooen
3566311817
Did formatting
2022-05-27 09:44:36 -04:00
Ozzie Gooen
0da95bd21e
Cleanup of SampleSet map
2022-05-27 09:40:49 -04:00
Ozzie Gooen
d3a2f391a7
Added map3 to samplesMap
2022-05-27 09:24:06 -04:00
Ozzie Gooen
d0102ae4f2
Changed graph axis to use .9-s format
2022-05-27 08:26:10 -04:00
Ozzie Gooen
20f901e3f8
Added Declaration toString
2022-05-27 07:58:43 -04:00
Ozzie Gooen
b2c4f4f959
Merged with develop
2022-05-27 07:37:55 -04:00
Ozzie Gooen
4eac2f59be
Ran formatter
2022-05-27 07:32:03 -04:00
Ozzie Gooen
cbc51c23de
Minor improvement of error type
2022-05-27 07:29:39 -04:00
Ozzie Gooen
8482a51332
Minor fixes to get build to pass
2022-05-27 07:23:17 -04:00
Ozzie Gooen
afb7613bcc
Added simple input component for SquigglePlayground
2022-05-26 18:39:06 -04:00
Ozzie Gooen
7f6fe1a0aa
Minor component cleanup
2022-05-26 17:39:28 -04:00
Ozzie Gooen
30dc66db7c
Ran prettier
2022-05-26 17:21:17 -04:00
Ozzie Gooen
f5474030ec
Added number function to SquiggleChart
2022-05-26 17:18:10 -04:00
Ozzie Gooen
d38caff28f
Minor cleanup
2022-05-26 16:16:40 -04:00
Ozzie Gooen
f393cfda9f
Simple line chart for Functions
2022-05-26 14:41:58 -04:00
Ozzie Gooen
c9a54d4c14
First attempt at playground configurable toggles
2022-05-26 10:08:19 -04:00
Ozzie Gooen
554e50901e
Added VariableBox for functiona and function declaration
2022-05-26 08:30:37 -04:00
Ozzie Gooen
d630f7335d
Minor fixes
2022-05-26 08:23:43 -04:00
Ozzie Gooen
298d3923bc
Fixed bug caused by bad genType format of Declaration
2022-05-25 19:27:15 -04:00
Ozzie Gooen
3404534b10
Found some of the problem, will debug that next
2022-05-25 13:11:35 -04:00
Ozzie Gooen
5d8f07c1b4
Minor fixes
2022-05-25 10:55:03 -04:00
Ozzie Gooen
c5673fd1b1
Trying to add squigglechart types for declaration
2022-05-24 19:14:13 -04:00
Ozzie Gooen
533c97c41c
Added very simple lambdaDeclaration to React components
2022-05-24 17:23:37 -04:00
Ozzie Gooen
d1f2f71912
Made formal Declaration type
2022-05-24 17:02:27 -04:00
Ozzie Gooen
9185719641
Merge branch 'develop' into declare-test
...
* develop:
Added type to appease bisect
Minor additions to datetime units
Trying to appease the CI tests, which are failing here for some reason.
Delete Reducer_Peggy_GeneratedParser.js
Formatted Code
Moved DateTime functionality into separate file
remove unit evaluation test
generic unit support
numbers with units (tested)
Cleaned up arithmetic operations of time durations
Simple better format for Duration toString
More sophisticated makeFromYear function, that accepts floats
Added better Duration toString and Date makeWithYear functionality
Simple dateTime integration
2022-05-24 16:26:32 -04:00
Ozzie Gooen
f5fcd4f9ae
Added type to appease bisect
2022-05-24 15:51:22 -04:00
Ozzie Gooen
628cb0c807
Minor additions to datetime units
2022-05-24 14:49:04 -04:00
Ozzie Gooen
822771afe8
Merge branch 'develop' into DateTime-integration
...
* develop:
Delete Reducer_Peggy_GeneratedParser.js
remove unit evaluation test
generic unit support
numbers with units (tested)
2022-05-24 14:30:33 -04:00
Ozzie Gooen
8757448900
Trying to appease the CI tests, which are failing here for some reason.
2022-05-24 14:28:02 -04:00
Ozzie Gooen
1e4aecd4fc
Delete Reducer_Peggy_GeneratedParser.js
...
I'm pretty sure this should be in the gitignore.
2022-05-24 14:23:26 -04:00
Ozzie Gooen
5fd5c1c1f8
Formatted Code
2022-05-24 14:12:49 -04:00
Ozzie Gooen
31e6f13472
Minor cleanup
2022-05-24 07:52:27 -04:00
Ozzie Gooen
6248818531
First attempt at function declaration
2022-05-23 20:49:10 -04:00
Umur Ozkul
5caad73586
Merge branch 'develop' into reducer-dev
2022-05-23 20:40:56 +02:00
Ozzie Gooen
8b0615eec0
Merged with develop
2022-05-23 14:38:15 -04:00