Vyacheslav Matyukhin
884359597f
Merge branch 'develop' into overhaul
2022-09-14 14:49:44 +04:00
Vyacheslav Matyukhin
294acffb89
minor cleanups
2022-09-14 14:48:58 +04:00
Vyacheslav Matyukhin
02c84983a4
more builtin functions
2022-09-13 03:51:49 +04:00
Vyacheslav Matyukhin
36127d8947
cleanup benchmark script
2022-09-12 14:44:35 +04:00
Vyacheslav Matyukhin
97ff56b46a
link dependencies
2022-09-12 13:42:39 +04:00
Vyacheslav Matyukhin
757d458ecf
more FR
2022-09-12 13:33:41 +04:00
Vyacheslav Matyukhin
681a1b42c6
delete unused
2022-09-12 03:21:49 +04:00
Vyacheslav Matyukhin
6dc1cea045
more WIP
2022-09-12 03:07:34 +04:00
Vyacheslav Matyukhin
fea89abff9
more WIP
2022-09-11 23:56:07 +04:00
Vyacheslav Matyukhin
f2dccd4f1e
still WIP, FR works
2022-09-11 20:57:28 +04:00
Vyacheslav Matyukhin
7a29be3845
WIP (basic functionality, stdlib not converted yet)
2022-09-11 19:22:07 +04:00
Vyacheslav Matyukhin
fe56e81710
WIP
2022-09-10 21:01:04 +04:00
Vyacheslav Matyukhin
ecc82ba8f7
reformat for lint
2022-09-07 23:04:07 +04:00
Vyacheslav Matyukhin
06ec2caae0
remove unused code
2022-09-07 22:50:24 +04:00
Vyacheslav Matyukhin
c0ccdbc1e9
experimental: replace result with exceptions in reducer
2022-09-07 22:45:19 +04:00
Ozzie Gooen
7d6ffecc4a
Merge branch 'develop' of github.com:quantified-uncertainty/squiggle into develop
...
* 'develop' of github.com:quantified-uncertainty/squiggle:
fix: docs bug
0.4.1 version of all packages
0.0.0 version for website package
bump components dependency for website
bump and sync versions for 0.4.0-alpha.4 release
2022-09-06 15:03:36 -07:00
Ozzie Gooen
7d8a7e19d5
Ran yarn format
2022-09-06 15:03:24 -07:00
Ozzie Gooen
046f4f4f47
Merge pull request #1101 from quantified-uncertainty/0.4-release
...
0.4.1 release
2022-09-06 14:50:07 -07:00
ad32921ed0
fix: docs bug
2022-09-06 23:44:34 +02:00
Vyacheslav Matyukhin
6f10b276e9
0.4.1 version of all packages
2022-09-07 01:24:08 +04:00
Vyacheslav Matyukhin
4a75a97cb4
0.0.0 version for website package
...
we don't have to set it since we never publish the website to npm, and
bumping the version does nothing useful
0.0.0 is from here: https://github.com/yarnpkg/yarn/issues/5936#issuecomment-395912169
see that issue for details on how this was fixed with yarn@2, but we're
still on yarn@1.22
2022-09-07 00:39:19 +04:00
Vyacheslav Matyukhin
36cd9271f6
bump components dependency for website
2022-09-07 00:24:52 +04:00
Vyacheslav Matyukhin
2a8e5866cb
bump and sync versions for 0.4.0-alpha.4 release
2022-09-07 00:18:56 +04:00
Ozzie Gooen
9a67b16eee
Merge pull request #1069 from quantified-uncertainty/more-functions
...
[work in progress] Add more functions
2022-09-06 13:03:54 -07:00
Ozzie Gooen
00a22b456d
Removed now-not-needed text
2022-09-06 13:03:39 -07:00
458c4f65b1
tweak: remove vscode config
2022-09-06 21:49:26 +02:00
fad1b51630
feat: simplify Danger functions
...
yarn.lock also changed because of the previous commmit
2022-09-06 21:16:29 +02:00
b7a186f8ac
fix: components warning
...
Solution per
<https://tailwindcss.com/docs/using-with-preprocessors#nesting >
was enabled, but the necessary dev dependencies not enabled,
which caused problems
2022-09-06 21:07:49 +02:00
4917c2e0e2
Merge branch 'develop' of github.com:quantified-uncertainty/squiggle into more-functions
2022-09-06 21:00:17 +02:00
Ozzie Gooen
ceb92ccfc6
Merge pull request #1097 from quantified-uncertainty/reducer-constructArray
...
fixes #558 fixes #1038 construct an array of lambda functions
2022-09-06 11:37:07 -07:00
Umur Ozkul
0131498aca
fixes #558 fixes #1038
2022-09-06 20:15:57 +02:00
Ozzie Gooen
84be552782
Merge pull request #1009 from quantified-uncertainty/epic-reducer-project
...
0.4.0 - Epic reducer project
2022-09-06 10:42:15 -07:00
3b45355ce7
feat: Add documentation
2022-09-06 15:43:58 +02:00
cf75152608
tweak: more cleanup
2022-09-06 15:17:20 +02:00
162f158dbc
tweak: Use firstErrorOrOpen instead of hack
2022-09-06 14:54:59 +02:00
fc2d647b62
tweak: Add error checking to dmr calculation
2022-09-06 14:49:58 +02:00
60e42cf1e8
cleanup: More Dangers cleanup
...
and formatting
2022-09-06 14:25:03 +02:00
ae71bb8ec5
tweak: Move cast function to registry helpers file and rename
2022-09-06 14:05:08 +02:00
4903319073
format
2022-09-06 13:59:21 +02:00
edce22050a
cleanup: Move integrals to its own module
2022-09-06 13:59:03 +02:00
8ddd1a166a
tweak: Move combinatorics functions to its own module
2022-09-06 13:55:28 +02:00
697e3ba852
cleanup: Delete large amounts of dead code from Danger.
...
But keep pointer to commit
2022-09-06 13:44:55 +02:00
5ce0a6979d
tweak: Also use helpers in Number lib
...
Avoids code duplication
2022-09-06 13:39:02 +02:00
d8d68445b6
git add: Use helpers in Danger lib
2022-09-06 13:37:36 +02:00
b21d5d09a8
tweak: Add number function helpers
2022-09-06 13:36:43 +02:00
Ozzie Gooen
6c3f719e74
Merge pull request #1094 from quantified-uncertainty/danger-adjustments
...
Danger adjustments
2022-09-05 20:21:37 -07:00
Ozzie Gooen
38447f1633
Merged with epic-reducer-project
2022-09-05 20:19:35 -07:00
Ozzie Gooen
c5928129d7
Minor cleanup to danger files
2022-09-05 20:16:41 -07:00
Ozzie Gooen
ddfc617776
Merge pull request #1074 from Nathanpmyoung/patch-3
...
Added detail to explanation of quantile function
2022-09-05 14:37:12 -07:00
Ozzie Gooen
4fbbd39638
Merge branch 'develop' into patch-3
2022-09-05 14:26:54 -07:00