Sam Nolan
|
65397b3fe0
|
Fix build errors in components
|
2022-04-20 14:52:23 -04:00 |
|
Sam Nolan
|
956b2fecef
|
Merge branch 'develop' into pointwise-commutative-error
|
2022-04-20 14:38:07 -04:00 |
|
Sam Nolan
|
d27b777900
|
Remove Old code, restrict convolution to specific types
|
2022-04-20 14:36:19 -04:00 |
|
Ozzie Gooen
|
e83d5b111d
|
Merge pull request #323 from quantified-uncertainty/fix-reducer-warnings
Fix rescript warnings
|
2022-04-20 14:17:28 -04:00 |
|
Sam Nolan
|
c2b93831e3
|
Fix rescript warnings
|
2022-04-20 13:51:27 -04:00 |
|
|
cd41459887
|
fix: tiny bug
|
2022-04-20 13:34:54 -04:00 |
|
|
468ecc05e3
|
feat: calculate multiplication using convolution
|
2022-04-20 13:29:33 -04:00 |
|
|
cfc1fd2239
|
tweak: minor code org
|
2022-04-20 13:25:13 -04:00 |
|
|
c8a505dcf0
|
tweak: comments
|
2022-04-20 13:22:52 -04:00 |
|
|
10f88b4a2a
|
feat: Save progress before pushing to repository
Note: Not for use yet
|
2022-04-20 12:25:52 -04:00 |
|
Quinn Dougherty
|
806ba86446
|
fixed lint
|
2022-04-20 12:13:31 -04:00 |
|
Quinn
|
c101cdac18
|
update signature for result
|
2022-04-20 11:54:17 -04:00 |
|
Quinn
|
cbd93b7e79
|
back out of double Ok
|
2022-04-20 11:50:08 -04:00 |
|
Quinn
|
4631c183d9
|
wrap #Cauchy in Ok
|
2022-04-20 11:49:41 -04:00 |
|
Quinn
|
5875880c06
|
nested Ok because cauchy requires no input validation
|
2022-04-20 11:44:33 -04:00 |
|
Quinn
|
0540fef63a
|
Update ReducerInterface_GenericDistribution.res
|
2022-04-20 11:39:00 -04:00 |
|
|
6e834af7d7
|
Merge branch 'pointwise-commutative-error' of github.com:quantified-uncertainty/squiggle into pointwise-commutative-error
|
2022-04-20 11:32:52 -04:00 |
|
|
36b318dede
|
feat: get 'convolutions' working for sum of distributions
|
2022-04-20 11:32:50 -04:00 |
|
Quinn
|
017cbe7274
|
hotfix: cauchy in binary dist constructors
|
2022-04-20 11:22:10 -04:00 |
|
Sam Nolan
|
8dab784d2c
|
Merge branch 'pointwise-commutative-error' of github.com:quantified-uncertainty/squiggle into pointwise-commutative-error
|
2022-04-20 06:07:00 -04:00 |
|
|
8b042db2b8
|
fix: renamed Algebraic => Numeric
This is not doing algebraic manipulations, this is doing
numeric computations. Confusing difference.
|
2022-04-19 13:53:24 -04:00 |
|
Quinn
|
4418f5bd41
|
Merge pull request #314 from quantified-uncertainty/dependabot/npm_and_yarn/types/node-17.0.25
Bump @types/node from 17.0.24 to 17.0.25
|
2022-04-19 10:51:27 -04:00 |
|
Quinn
|
a44ac705dc
|
Merge pull request #315 from quantified-uncertainty/dependabot/npm_and_yarn/mathjs-10.5.0
Bump mathjs from 10.4.3 to 10.5.0
|
2022-04-19 10:48:47 -04:00 |
|
dependabot[bot]
|
52644dfde4
|
Bump @types/node from 17.0.24 to 17.0.25
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.24 to 17.0.25.
- [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:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-19 14:46:57 +00:00 |
|
dependabot[bot]
|
eb578e3d00
|
Bump mathjs from 10.4.3 to 10.5.0
Bumps [mathjs](https://github.com/josdejong/mathjs) from 10.4.3 to 10.5.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.4.3...v10.5.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-04-19 14:42:16 +00:00 |
|
dependabot[bot]
|
3959bd6894
|
Bump @types/lodash from 4.14.181 to 4.14.182
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.181 to 4.14.182.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-19 14:40:08 +00:00 |
|
Sam Nolan
|
da2af9cf10
|
Reduce code duplication with parameter
|
2022-04-19 07:48:39 +10:00 |
|
dependabot[bot]
|
2e9daa7043
|
Bump @testing-library/react from 13.0.1 to 13.1.1
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.0.1 to 13.1.1.
- [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.0.1...v13.1.1)
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-18 16:10:52 +00:00 |
|
dependabot[bot]
|
5e9552772b
|
Bump @testing-library/user-event from 14.1.0 to 14.1.1
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.1.0 to 14.1.1.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v14.1...v14.1.1)
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-18 15:33:55 +00:00 |
|
Sam Nolan
|
8deb796820
|
Fix non-commutative pointwise combinations
|
2022-04-18 16:42:11 +10:00 |
|
Ozzie Gooen
|
cf9c12f786
|
Merge pull request #258 from quantified-uncertainty/handle-arrays-in-components
Playground improvements with new types
|
2022-04-15 19:18:49 -04:00 |
|
Ozzie Gooen
|
8a29205247
|
Refactored if statement into switch
|
2022-04-15 18:13:59 -04:00 |
|
Ozzie Gooen
|
69fb8be1f1
|
Ran prettier on index.ts, improved playground showing in website
|
2022-04-15 18:00:31 -04:00 |
|
Ozzie Gooen
|
012a1e4793
|
Added storybook stories for most SquiggleChart Types
|
2022-04-15 17:14:07 -04:00 |
|
Ozzie Gooen
|
20f93539ad
|
Merged with develop
|
2022-04-15 16:32:22 -04:00 |
|
Ozzie Gooen
|
fe2be53d04
|
Merge pull request #295 from quantified-uncertainty/add-isNormalized
Added isNormalized function, for testing
|
2022-04-15 16:30:56 -04:00 |
|
Ozzie Gooen
|
9febf3f182
|
Changed isNormalize in response to CR
|
2022-04-15 16:28:51 -04:00 |
|
Ozzie Gooen
|
b682a2702b
|
Merge pull request #289 from quantified-uncertainty/audit-2022-04-14-SymbolicDist.res
fix: std of lognormal symbolic division
|
2022-04-15 14:57:49 -04:00 |
|
Ozzie Gooen
|
3d10d8e6a5
|
Bug fix to get docs to show correctly
|
2022-04-15 14:51:08 -04:00 |
|
Ozzie Gooen
|
2ed7d03005
|
Added formatting
|
2022-04-15 14:10:17 -04:00 |
|
Ozzie Gooen
|
2df6a7f537
|
Removed Js.log
|
2022-04-15 13:59:25 -04:00 |
|
Ozzie Gooen
|
73b950078d
|
Added isNormalized function, for testing
|
2022-04-15 13:58:00 -04:00 |
|
|
c15412642a
|
fix: Failing tests
|
2022-04-15 13:01:49 -04:00 |
|
|
8743b235d6
|
fix: typo
|
2022-04-15 12:54:04 -04:00 |
|
Quinn
|
5d0aff3b7e
|
Merge pull request #291 from quantified-uncertainty/dependabot/npm_and_yarn/react-ace-10.0.0
Bump react-ace from 9.5.0 to 10.0.0
|
2022-04-15 10:47:24 -04:00 |
|
Quinn
|
39c3b7ba23
|
Merge pull request #290 from quantified-uncertainty/dependabot/npm_and_yarn/types/react-dom-18.0.1
Bump @types/react-dom from 18.0.0 to 18.0.1
|
2022-04-15 10:41:59 -04:00 |
|
Quinn
|
bc26e424fe
|
gt -> git
|
2022-04-15 10:41:38 -04:00 |
|
Quinn
|
1e8e05ba95
|
gt => git
|
2022-04-15 10:41:06 -04:00 |
|
dependabot[bot]
|
4c5a0e5174
|
Bump react-ace from 9.5.0 to 10.0.0
Bumps [react-ace](https://github.com/securingsincity/react-ace) from 9.5.0 to 10.0.0.
- [Release notes](https://github.com/securingsincity/react-ace/releases)
- [Changelog](https://github.com/securingsincity/react-ace/blob/main/CHANGELOG.md)
- [Commits](https://github.com/securingsincity/react-ace/compare/v9.5.0...v10.0.0)
---
updated-dependencies:
- dependency-name: react-ace
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-15 14:35:17 +00:00 |
|
dependabot[bot]
|
a1d38b71a1
|
Bump @types/react-dom from 18.0.0 to 18.0.1
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.0 to 18.0.1.
- [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:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-15 14:34:48 +00:00 |
|