Quinn Dougherty
ab518a067e
init release please
2022-08-01 12:59:21 -04:00
dependabot[bot]
4c85f6d904
⬆️ Bump prettier from 2.6.2 to 2.7.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.6.2...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-20 14:49:29 +00:00
Sam Nolan
117c08bfa9
Fix unweighted average of distributions
2022-04-13 12:03:04 +10:00
Quinn Dougherty
0ac6357ae6
yarn format:all
2022-04-12 20:22:19 -04:00
Sam Nolan
d316ad0a07
Merge branch 'develop' into reducer-playground
2022-04-12 16:45:14 +10:00
Sam Nolan
440bfabffa
Run prettier on monorepo + fix crashing playground
2022-04-12 15:41:36 +10:00
Quinn Dougherty
c7908e85a8
prettier is proper now with yarn scripts
2022-04-11 19:15:09 -04:00
Sam Nolan
097baadb04
Format and fix build error
2022-04-04 16:58:05 +10:00
Quinn Dougherty
06376d661b
removed scripts / yarn run commands
2022-03-24 20:15:23 -04:00
Quinn Dougherty
6d34813702
issue 67
2022-03-24 11:31:52 -04:00
Quinn Dougherty
f492899117
After pair programming with @Hazelfire, still need to fix playground scripts (rebase: README and index.js)
2022-03-24 11:31:36 -04:00
Quinn Dougherty
16213ddddb
added components to ci
2022-03-24 11:29:42 -04:00
Sam Nolan
c8bb0c2060
Playground to TypeScript
2022-03-03 10:22:26 +11:00
Sam Nolan
6be196919e
Add build-storybook command
2022-03-01 11:23:08 +11:00
Sam Nolan
46265ec884
Add documentation and improve components
2022-03-01 10:59:48 +11:00
Sam Nolan
84364fe95d
Add documentation and packaging info to lang
2022-02-26 10:03:05 +11:00
Sam Nolan
1b3ad56977
Add Lerna with dependencies between packages
2022-02-08 13:59:37 +11:00
Ozzie Gooen
584159af42
Added simple docusaurus site
2022-02-06 13:40:28 -05:00
Ozzie Gooen
7c6f99dae7
Moving main repo to folder
2022-02-01 14:05:26 -05:00
Ozzie Gooen
b2a2cda8ef
Added dist
2022-01-31 14:38:03 -05:00
Ozzie Gooen
867d99210d
Updated version number
2022-01-29 20:01:27 -05:00
Ozzie Gooen
470243cf43
Updated package
2022-01-29 19:23:18 -05:00
Ozzie Gooen
ca085e8875
More proper bundle
2022-01-29 19:20:53 -05:00
Ozzie Gooen
75ad14f573
Simple JS connection
2022-01-29 18:56:44 -05:00
Ozzie Gooen
9d7e5bb848
Basic convertion to gentype
2022-01-29 17:43:08 -05:00
Ozzie Gooen
1d268d474c
Removed react dependencies
2022-01-29 15:35:12 -05:00
Ozzie Gooen
aa67cb955b
Temporary fix, and packages upgrade
2022-01-28 15:55:14 -05:00
Sam Nolan
fae055626a
BROKEN: Migrate squiggle to rescript
2022-01-28 21:55:03 +11:00
Sam Nolan
afd1481177
Add multiple exported graphs (broken)
2022-01-18 11:10:06 +11:00
Sam Nolan
01990dbe9f
Change build system to Rescript
2022-01-12 18:33:04 +11:00
Ozzie Gooen
4c33561b7c
Added inputs to adjust the diagram
2020-11-05 12:58:45 -08:00
Ozzie Gooen
5d7ffdf2bc
Added ace code editor
2020-08-10 14:40:40 +01:00
Ozzie Gooen
d8c1aa6693
Removed drawer for now
2020-08-08 21:02:20 +01:00
Ozzie Gooen
d5cd92f73a
Added back vega-lite, which apparently was needed
2020-08-08 20:57:54 +01:00
Ozzie Gooen
d162572910
Minor cleanup
2020-08-08 20:50:09 +01:00
Ozzie Gooen
8196b4814b
Simple percentiles chart
2020-08-08 13:15:53 +01:00
Ozzie Gooen
69246703c3
First experiment with vega
2020-08-08 09:06:29 +01:00
Ozzie Gooen
59cd9cab8c
First attempt at Victory
2020-08-07 20:50:41 +01:00
Ozzie Gooen
cecbe4fcc3
Removed a bunch of now-unused files
2020-07-13 00:05:21 +01:00
Ozzie Gooen
642db86b91
Update bucklescript
2020-06-03 19:49:07 +01:00
Ozzie Gooen
30701938c3
Merge branch 'master' into drawer
2020-05-26 17:12:00 +01:00
Ozzie Gooen
3ae1b827d1
Moved specific items to devDependencies
2020-05-13 13:58:25 +01:00
ff5b26d865
Adds a distribution drawer to widedomain.
...
Things to note:
- The code has comments. I feel protective of these comments, and feel that they help structure the code and will help me out when I come I come back to this code a couple of weeks or months from now.
- Originally based on code by Evan Ward (probability.dev). See also: observablehq.com/@nunosempere/distribution-drawer
To do, in order of importance:
- Add the ability to change the upper and lower boundaries.
- Make the drawings relative to the canvas, not to the screen.
- Add other features from probability.dev
Cool things yet to be done:
- Make it so that one can input a guesstimate function, and then draw on it. To do this, use the Convert.xyShapeToCanvasShape and modify the Draw.initial distribution function slightly.
- Maybe reach out to Metaculus to see if they want to use this somewhere?
2020-05-05 12:52:50 +02:00
Ozzie Gooen
0d4c71190d
Upgraded bucklescript
2020-04-30 13:30:52 +01:00
Ozzie Gooen
2e5f285a9e
Allows for simple arrays representing samples
2020-04-11 14:22:13 +01:00
Roman Galochkin
68a15168aa
Adds a bundle visualizer
2020-04-10 10:19:38 +03:00
Ozzie Gooen
7ab81249bf
Kde with auto kernel width
2020-04-03 20:41:37 +01:00
Ozzie Gooen
1b541ec038
Merge branch 'master' of github.com:foretold-app/estiband
...
* 'master' of github.com:foretold-app/estiband:
Downgrades mathjs
2020-04-03 14:32:21 +01:00
Ozzie Gooen
145452d50f
Auto-kernel-width
2020-04-03 14:32:14 +01:00
Roman Galochkin
c6a9277a3c
Downgrades mathjs
2020-04-03 15:42:17 +03:00