Commit Graph

1707 Commits

Author SHA1 Message Date
Sam Nolan
2cc4097021 Format reducer code 2022-05-04 20:54:18 +00:00
Umur Ozkul
85b8333a09 Merge branch 'develop' into Umur-reducer-dev 2022-05-04 20:45:48 +02:00
Umur Ozkul
ad220ed2b4 foreign function interface 2022-05-04 20:44:46 +02:00
Sam Nolan
801e4c23d1 v0.2.19 2022-05-04 16:50:08 +00:00
Ozzie Gooen
268f138dcf
Merge pull request #478 from quantified-uncertainty/reducer-dev
Reducer dev: map, reduce, reduceReverse, keep
2022-05-04 12:27:03 -04:00
Ozzie Gooen
7585bd3599
Merge pull request #479 from quantified-uncertainty/gamma-distribution
Add Gamma distribution
2022-05-04 12:01:28 -04:00
Sam Nolan
930c2d2b67 Add Gamma distribution 2022-05-04 15:53:41 +00:00
Ozzie Gooen
c7d37fc890
Merge pull request #475 from quantified-uncertainty/dependabot/npm_and_yarn/testing-library/react-13.2.0
⬆️ Bump @testing-library/react from 13.1.1 to 13.2.0
2022-05-04 11:47:23 -04:00
Ozzie Gooen
26ee2d4b54
Merge pull request #476 from quantified-uncertainty/dependabot/npm_and_yarn/types/jest-27.5.0
⬆️ Bump @types/jest from 27.4.1 to 27.5.0
2022-05-04 11:47:03 -04:00
Umur Ozkul
ea465c6047 Merge branch 'develop' into Umur-reducer-dev 2022-05-04 17:35:03 +02:00
Umur Ozkul
5de6aa8e0d map reduce reduceReverse reverse keep 2022-05-04 17:32:25 +02:00
dependabot[bot]
e561a47d51
⬆️ Bump @types/jest from 27.4.1 to 27.5.0
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.1 to 27.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-04 14:41:05 +00:00
dependabot[bot]
c0512e5eed
⬆️ Bump @testing-library/react from 13.1.1 to 13.2.0
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.1.1 to 13.2.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.1.1...v13.2.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-04 14:40:32 +00:00
Umur Ozkul
ae48bd6420 pass reducer to dispatch
to define functions that has lambda arguments, dispatching requires a
reducer
2022-05-04 15:33:51 +02:00
Umur Ozkul
33ee0b27d5 remove inspect performance completely
Redesign required on the function interface
2022-05-04 15:14:34 +02:00
Ozzie Gooen
4e49c5d81a
Merge pull request #449 from quantified-uncertainty/documentation-refactors-april
Documentation refactors april
2022-05-03 19:30:14 -04:00
526ee921b5 tweak: some tweaks to documentation, part 1/2 2022-05-03 17:22:08 -04:00
Ozzie Gooen
94a1155264 Formatted rescript 2022-05-03 11:30:00 -04:00
Ozzie Gooen
02a2d96f8f Added appropriate code blocsk 2022-05-03 11:12:44 -04:00
Ozzie Gooen
c2155ef746 Merge branch 'develop' into documentation-refactors-april
* develop: (72 commits)
  cases to handle with new parser. lambdas in arrays and records
  Note duplicate parameters
  Note infinite recursion
  Note infinite recursion
  Add array string and function viewers
  Recurse showTypes
  Pass showTypes and showControls in playground
  do not export private modules from Reducer module
  Allows hiding controls
  sam's monkeying
  fixed function f not bound
  Refactor and rename lambda in partial
  Make error message more descriptive
  Refactor and shrink effect code
  Make a tooltip to restrict users from log scales
  Add Patrial storybook and update partial bindings async
  Lint js
  Format and fix CI bugs
  Hotfix playground chart
  Real log scales
  ...
2022-05-03 11:07:12 -04:00
Ozzie Gooen
b28df258e1 Ran formatter 2022-05-03 11:06:53 -04:00
Sam Nolan
6112487b78
Merge pull request #434 from quantified-uncertainty/reducer-dev
Reducer dev
2022-05-02 19:19:06 -04:00
Umur Ozkul
6dc101ef93 Merge branch 'Umur-reducer-dev' into reducer-dev 2022-05-03 00:45:39 +02:00
Umur Ozkul
88428c74af cases to handle with new parser. lambdas in arrays and records 2022-05-03 00:44:38 +02:00
Umur Ozkul
c5ae846df4 Note duplicate parameters 2022-05-03 00:30:41 +02:00
Umur Ozkul
27cdb5fbda Merge branch 'Umur-reducer-dev' into reducer-dev 2022-05-03 00:19:12 +02:00
Umur Ozkul
78f46daed8 Note infinite recursion 2022-05-03 00:18:23 +02:00
Umur Ozkul
d26eaa2523 Note infinite recursion 2022-05-03 00:16:29 +02:00
Sam Nolan
6e72b89f7f Add array string and function viewers 2022-05-02 21:59:56 +00:00
Sam Nolan
75a55de373 Recurse showTypes 2022-05-02 21:55:43 +00:00
Sam Nolan
5df9d0e51b Pass showTypes and showControls in playground 2022-05-02 21:51:58 +00:00
Sam Nolan
74f5dbbbf0
Merge pull request #461 from quantified-uncertainty/show-controls
Allows hiding controls
2022-05-02 17:44:09 -04:00
Umur Ozkul
11d4a3bc8b do not export private modules from Reducer module 2022-05-02 23:42:11 +02:00
Sam Nolan
da8a834b7e Allows hiding controls 2022-05-02 21:33:34 +00:00
Umur Ozkul
e92fc792a2 Merge branch 'develop' into Umur-reducer-dev 2022-05-02 23:21:26 +02:00
Umur Ozkul
490e4908e1 sam's monkeying 2022-05-02 23:18:36 +02:00
Umur Ozkul
6a3b35eb4a fixed function f not bound 2022-05-02 23:12:57 +02:00
Sam Nolan
b9bde840b5
Merge pull request #460 from quantified-uncertainty/partial-storybook
Add partial functionality to storybook and update partial bindings async
2022-05-02 17:11:00 -04:00
Sam Nolan
0d14216e9f Refactor and rename lambda in partial 2022-05-02 21:05:59 +00:00
Sam Nolan
202cb80ebf
Merge pull request #458 from quantified-uncertainty/real-log-scales
Real log scales
2022-05-02 17:01:17 -04:00
Sam Nolan
06c479b547 Make error message more descriptive 2022-05-02 20:54:33 +00:00
Sam Nolan
5fc829efc9 Refactor and shrink effect code 2022-05-02 20:52:55 +00:00
Sam Nolan
7e05d63009 Make a tooltip to restrict users from log scales 2022-05-02 20:40:15 +00:00
Sam Nolan
47b67a9efb Add Patrial storybook and update partial bindings async 2022-05-02 19:58:24 +00:00
Ozzie Gooen
f3bf44095d
Merge pull request #459 from quantified-uncertainty/hotfix-playground-chart
Hotfix playground chart
2022-05-02 15:09:12 -04:00
Sam Nolan
cc70047904 Lint js 2022-05-02 19:04:16 +00:00
Sam Nolan
17a5f948fe Format and fix CI bugs 2022-05-02 18:59:52 +00:00
Sam Nolan
71fc314930 Hotfix playground chart
Value: [0.001 to 0.01]
2022-05-02 18:54:41 +00:00
Sam Nolan
d660845d37 Merge branch 'develop' into real-log-scales 2022-05-02 18:48:02 +00:00
Sam Nolan
0c49fe4049
Merge pull request #456 from quantified-uncertainty/mobile-support
Mobile support
2022-05-02 14:31:51 -04:00