Ozzie Gooen
|
0fa34b09e4
|
Merge pull request #995 from quantified-uncertainty/sampleSet-truncate
Added truncate for SampleSet distribution
|
2022-08-31 19:57:49 -07:00 |
|
Ozzie Gooen
|
6631c9bad7
|
Renamed getByWithFn
|
2022-08-31 19:56:12 -07:00 |
|
Quinn Dougherty
|
39a9cd4eb9
|
a few unit tests
|
2022-08-31 10:31:32 +08:00 |
|
Ozzie Gooen
|
22458aa9e5
|
Proper formatting
|
2022-08-30 18:17:00 -07:00 |
|
Ozzie Gooen
|
2f77888365
|
Changed getByWithFn to not need two function calls
|
2022-08-30 17:58:51 -07:00 |
|
Ozzie Gooen
|
c7bc526b38
|
Merge pull request #1033 from quantified-uncertainty/10k-to-1k-default
Changed samples and xyPointLength from 10K to 1K
|
2022-08-29 18:10:32 -07:00 |
|
Ozzie Gooen
|
4368bb53fa
|
Changed samples and xyPointLength from 10K to 1K
See: https://eaforecasting.slack.com/archives/C030T49UHSS/p1661817834362619
|
2022-08-29 17:52:59 -07:00 |
|
dependabot[bot]
|
47ccba4c46
|
⬆️ Bump typescript from 4.7.4 to 4.8.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.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-08-29 15:16:16 +00:00 |
|
Ozzie Gooen
|
b3549348b0
|
Merge pull request #1027 from quantified-uncertainty/dependabot/npm_and_yarn/glennsl/rescript-jest-0.9.2
⬆️ Bump @glennsl/rescript-jest from 0.9.1 to 0.9.2
|
2022-08-29 07:58:23 -07:00 |
|
Ozzie Gooen
|
7f7aefb129
|
Merge pull request #1019 from quantified-uncertainty/dependabot/npm_and_yarn/mathjs-11.1.0
⬆️ Bump mathjs from 11.0.1 to 11.1.0
|
2022-08-29 07:38:12 -07:00 |
|
dependabot[bot]
|
28067ffcbd
|
⬆️ Bump @glennsl/rescript-jest from 0.9.1 to 0.9.2
Bumps [@glennsl/rescript-jest](https://github.com/glennsl/rescript-jest) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/glennsl/rescript-jest/releases)
- [Commits](https://github.com/glennsl/rescript-jest/compare/v0.9.1...v0.9.2)
---
updated-dependencies:
- dependency-name: "@glennsl/rescript-jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-29 14:35:37 +00:00 |
|
dependabot[bot]
|
1ce657d634
|
⬆️ Bump mathjs from 11.0.1 to 11.1.0
Bumps [mathjs](https://github.com/josdejong/mathjs) from 11.0.1 to 11.1.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/v11.0.1...v11.1.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-08-29 14:26:59 +00:00 |
|
dependabot[bot]
|
a68c3c0615
|
⬆️ Bump fast-check from 3.1.1 to 3.1.2
Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v3.1.2/packages/fast-check)
---
updated-dependencies:
- dependency-name: fast-check
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-29 14:26:20 +00:00 |
|
Umur Ozkul
|
d29b77ca61
|
fix #1007
variables that start with true/false
|
2022-08-25 22:19:29 +02:00 |
|
Ozzie Gooen
|
b8d7737aeb
|
Merge pull request #972 from quantified-uncertainty/pointset-mapy
Pointset mapY
|
2022-08-22 11:28:12 -07:00 |
|
Ozzie Gooen
|
e1efefaf7d
|
Added sampleN from Stdlib to allow for correct sampling of discrete distributions
|
2022-08-21 21:45:05 -07:00 |
|
Ozzie Gooen
|
7237f2709b
|
First implementation of sampleSet mixed distribution
|
2022-08-20 20:32:41 -07:00 |
|
Ozzie Gooen
|
516f4fa39d
|
Added truncate for SampleSet distribution
|
2022-08-20 17:10:08 -07:00 |
|
Ozzie Gooen
|
72b1d6af3e
|
Formatted
|
2022-08-20 15:59:25 -07:00 |
|
Ozzie Gooen
|
a04761226d
|
Improved error messages of function library
|
2022-08-20 15:50:30 -07:00 |
|
Ozzie Gooen
|
5dd988ac13
|
Merge pull request #900 from quantified-uncertainty/reducer-typecheck-example
Reducer real life type checking example to build a library
|
2022-08-11 17:45:30 -07:00 |
|
Ozzie Gooen
|
63e2b1f8c9
|
Updated npm versions to 0.3.0
|
2022-08-09 11:55:49 -07:00 |
|
Ozzie Gooen
|
2aaa43008d
|
Very simple implementation of pointset mapY
|
2022-08-08 10:31:05 -07:00 |
|
Forrest Wolf
|
90cd7f2a4a
|
Fix example in squiggle-lang README
|
2022-08-04 15:00:05 -04:00 |
|
dependabot[bot]
|
bf90427bfa
|
⬆️ Bump fast-check from 3.1.0 to 3.1.1
Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v3.1.1/packages/fast-check)
---
updated-dependencies:
- dependency-name: fast-check
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-01 15:13:32 +00:00 |
|
Vyacheslav Matyukhin
|
37aa63438f
|
Merge pull request #917 from quantified-uncertainty/issue-916
Reducer lambda context, hiddenNameSpace
|
2022-07-31 00:35:13 +04:00 |
|
Vyacheslav Matyukhin
|
5d744fe2d0
|
fix genType
|
2022-07-31 00:20:51 +04:00 |
|
Umur Ozkul
|
4c21aa902e
|
the last property of a record can have a following comma
|
2022-07-30 22:14:16 +02:00 |
|
Umur Ozkul
|
17c3fe9dd8
|
hiddenNameSpace
|
2022-07-30 16:58:45 +02:00 |
|
Vyacheslav Matyukhin
|
52bee6a0e3
|
fix EvVoid ts conversion
|
2022-07-29 23:35:11 +04:00 |
|
Ozzie Gooen
|
209ecafb22
|
Updating to version 0.3.0
|
2022-07-29 10:25:27 -07:00 |
|
Umur Ozkul
|
c6eb69628d
|
merge issue 904
|
2022-07-29 05:53:47 +02:00 |
|
Umur Ozkul
|
1a5f8dee72
|
Merge branch 'develop' into reducer-typecheck-example
|
2022-07-29 05:52:35 +02:00 |
|
Umur Ozkul
|
5576bf2ef3
|
fixes #904. E.O.default performance
|
2022-07-29 02:12:07 +02:00 |
|
Umur Ozkul
|
e1c53c9087
|
any type
any will be depreciated after the implementation of binding type
variables
|
2022-07-28 22:25:51 +02:00 |
|
Umur Ozkul
|
6733319403
|
switch replacement by type checking
|
2022-07-28 22:20:00 +02:00 |
|
Quinn Dougherty
|
33e5ebd6da
|
yarn format compels me
|
2022-07-28 10:43:59 -04:00 |
|
Umur Ozkul
|
fc88b065f5
|
remove unused test file
|
2022-07-28 13:42:27 +02:00 |
|
Ozzie Gooen
|
fb0aa72aac
|
Merge pull request #882 from quantified-uncertainty/issue-872
fixes #872
|
2022-07-25 12:10:36 -07:00 |
|
Umur Ozkul
|
66e48dd834
|
fixes #872
|
2022-07-25 19:56:18 +02:00 |
|
Ozzie Gooen
|
4c756a1448
|
Merge pull request #879 from quantified-uncertainty/dependabot/npm_and_yarn/mathjs-11.0.1
⬆️ Bump mathjs from 10.6.4 to 11.0.1
|
2022-07-25 09:08:00 -07:00 |
|
dependabot[bot]
|
6f1f23108b
|
⬆️ Bump mathjs from 10.6.4 to 11.0.1
Bumps [mathjs](https://github.com/josdejong/mathjs) from 10.6.4 to 11.0.1.
- [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.6.4...v11.0.1)
---
updated-dependencies:
- dependency-name: mathjs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-25 15:46:51 +00:00 |
|
Quinn
|
fbb6b03e5b
|
Merge pull request #878 from quantified-uncertainty/dependabot/npm_and_yarn/webpack-5.74.0
⬆️ Bump webpack from 5.73.0 to 5.74.0
|
2022-07-25 11:44:06 -04:00 |
|
dependabot[bot]
|
26a6f06c1a
|
⬆️ Bump webpack from 5.73.0 to 5.74.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.74.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-07-25 14:25:33 +00:00 |
|
dependabot[bot]
|
712f393df6
|
⬆️ Bump fast-check from 3.0.1 to 3.1.0
Bumps [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md)
- [Commits](https://github.com/dubzzz/fast-check/commits/v3.1.0/packages/fast-check)
---
updated-dependencies:
- dependency-name: fast-check
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-25 14:22:11 +00:00 |
|
Umur Ozkul
|
4a98cc210a
|
fix compiler warnings
|
2022-07-22 17:49:53 +02:00 |
|
Ozzie Gooen
|
3165e1e499
|
Updated version
|
2022-07-21 13:57:11 -07:00 |
|
Ozzie Gooen
|
38ef109291
|
Merge branch 'develop' into add-reducer-to-function-registry
* develop:
Simple refactors to versioning
|
2022-07-21 13:56:48 -07:00 |
|
Ozzie Gooen
|
e7d63a463c
|
Merge branch 'develop' into add-reducer-to-function-registry
* develop:
Simple version number
⬆️ Bump terser from 4.8.0 to 4.8.1
|
2022-07-21 13:55:04 -07:00 |
|
Ozzie Gooen
|
0d4141a899
|
Simple refactors to versioning
|
2022-07-21 13:51:14 -07:00 |
|
Ozzie Gooen
|
8dd7aff77f
|
Simple version number
|
2022-07-21 13:48:51 -07:00 |
|
Ozzie Gooen
|
47f1be0702
|
Story cleanup
|
2022-07-21 11:29:59 -07:00 |
|
Ozzie Gooen
|
acebaa517b
|
Simple SampleSet.fromDist function
|
2022-07-21 10:31:53 -07:00 |
|
Ozzie Gooen
|
223ddf6a3e
|
Fixed bug with namespaces
|
2022-07-21 08:54:41 -07:00 |
|
Ozzie Gooen
|
d3a12eb4e9
|
Fixed bug with namespaces
|
2022-07-21 08:31:46 -07:00 |
|
Ozzie Gooen
|
aa3d91d78f
|
Merge branch 'develop' into add-reducer-to-function-registry
* develop:
Minor component fix to show Void statements
Fixed typescript build
Introduce void type
|
2022-07-20 16:50:49 -07:00 |
|
Ozzie Gooen
|
4055d1e93c
|
Merge pull request #865 from quantified-uncertainty/reducer-void
Reducer: void type
|
2022-07-20 16:46:48 -07:00 |
|
Ozzie Gooen
|
078534f7c8
|
Fixed typescript build
|
2022-07-20 08:27:57 -07:00 |
|
Umur Ozkul
|
1c4557b638
|
Introduce void type
yarn all:rescript
EvVoid
parsing void
void
|
2022-07-20 17:01:42 +02:00 |
|
Ozzie Gooen
|
9173b103f5
|
Fixed major bug for module functions
|
2022-07-19 23:06:10 -07:00 |
|
Ozzie Gooen
|
90d3f89c0a
|
Trying to fix things, but breaking a lot of tests.
|
2022-07-19 21:32:11 -07:00 |
|
Ozzie Gooen
|
35cd9f37d1
|
Basic changes to API
|
2022-07-19 20:52:08 -07:00 |
|
Ozzie Gooen
|
100ec2c1a8
|
Adjusting documentation to reflect new functions
|
2022-07-19 16:18:28 -07:00 |
|
Ozzie Gooen
|
7316d27b54
|
Added SampleSet fns to FunctionRegistry
|
2022-07-19 15:52:28 -07:00 |
|
Ozzie Gooen
|
f8d6db61c5
|
Moved list functions into FunctionRegistry
|
2022-07-19 10:35:31 -07:00 |
|
Ozzie Gooen
|
835ce6b81f
|
Added reducer to Function Registry
|
2022-07-19 08:42:08 -07:00 |
|
Ozzie Gooen
|
28036bfb36
|
Minor cleanup
|
2022-07-19 08:12:04 -07:00 |
|
Ozzie Gooen
|
ee244463fa
|
Merged with develop
|
2022-07-18 22:27:59 -07:00 |
|
Ozzie Gooen
|
5891d23462
|
Merge pull request #845 from quantified-uncertainty/reducer-typecheck
Reducer typecheck
|
2022-07-18 22:25:40 -07:00 |
|
Ozzie Gooen
|
6f25fca814
|
Minor cleanup
|
2022-07-18 22:21:57 -07:00 |
|
Ozzie Gooen
|
173c17e13d
|
Simple cleanup
|
2022-07-18 22:17:38 -07:00 |
|
Ozzie Gooen
|
dbfee988d2
|
Pulled out cache in Registry, to make more sense
|
2022-07-18 22:14:46 -07:00 |
|
Ozzie Gooen
|
905d2fbb23
|
Removed now-uneeded Function Registry test file
|
2022-07-18 21:29:46 -07:00 |
|
Ozzie Gooen
|
e6b402c7d8
|
Merge pull request #860 from quantified-uncertainty/sampleN
`mapSamplesN`
|
2022-07-18 21:17:38 -07:00 |
|
Sam Nolan
|
7887256ca1
|
Reorder function declarations to compile
|
2022-07-19 11:45:07 +10:00 |
|
Sam Nolan
|
5bdc19f35f
|
Refactor sampleN code and remove log
|
2022-07-19 11:38:43 +10:00 |
|
Sam Nolan
|
ffaf349e0a
|
Basic mapSampleN support
|
2022-07-19 11:33:11 +10:00 |
|
Ozzie Gooen
|
30f721eeb6
|
Simple conversion away from using modules
|
2022-07-18 16:10:19 -07:00 |
|
Umur Ozkul
|
4535041876
|
less test clutter
|
2022-07-18 22:52:19 +02:00 |
|
Umur Ozkul
|
6e1be862d2
|
reducer passed to external library
|
2022-07-18 18:51:05 +02:00 |
|
dependabot[bot]
|
074a084853
|
Merge pull request #859 from quantified-uncertainty/dependabot/npm_and_yarn/gentype-4.5.0
|
2022-07-18 16:39:43 +00:00 |
|
Ozzie Gooen
|
beb22274d6
|
Immediate fix for merge conflict
|
2022-07-18 09:32:23 -07:00 |
|
Umur Ozkul
|
15d63a6a96
|
type modifiers -> type contracts
|
2022-07-18 18:31:09 +02:00 |
|
dependabot[bot]
|
925d2e65bb
|
⬆️ Bump gentype from 4.4.0 to 4.5.0
Bumps [gentype](https://github.com/cristianoc/gentype) from 4.4.0 to 4.5.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.4.0...v4.5.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-07-18 16:28:39 +00:00 |
|
Ozzie Gooen
|
72659050c3
|
Merge pull request #852 from quantified-uncertainty/dependabot/npm_and_yarn/ts-node-10.9.1
⬆️ Bump ts-node from 10.8.2 to 10.9.1
|
2022-07-18 09:17:53 -07:00 |
|
Umur Ozkul
|
c1429e0907
|
simplified modules
|
2022-07-18 18:16:49 +02:00 |
|
Umur Ozkul
|
06134a6524
|
Merge branch 'reducer-parsermodules' into reducer-typecheck
|
2022-07-18 18:08:44 +02:00 |
|
Umur Ozkul
|
479f60df01
|
before math library
no module (tested)
fix parser and Math library
|
2022-07-18 18:04:47 +02:00 |
|
dependabot[bot]
|
dda6d652a6
|
⬆️ Bump ts-node from 10.8.2 to 10.9.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.2 to 10.9.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.2...v10.9.1)
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-18 15:51:07 +00:00 |
|
Ozzie Gooen
|
628b105535
|
PointSet -> Pointset
|
2022-07-18 08:24:11 -07:00 |
|
Umur Ozkul
|
abee4db340
|
Merge branch 'develop' into reducer-typecheck
|
2022-07-18 15:18:10 +02:00 |
|
Umur Ozkul
|
6966c8d3e5
|
ternary validation
|
2022-07-18 15:17:41 +02:00 |
|
Umur Ozkul
|
8fb75d57fc
|
type check
|
2022-07-18 15:15:36 +02:00 |
|
Ozzie Gooen
|
08a7b8586b
|
Simple tests for function library
|
2022-07-16 22:01:26 -07:00 |
|
Ozzie Gooen
|
b502e21a0f
|
Format
|
2022-07-16 20:33:15 -07:00 |
|
Ozzie Gooen
|
c5447b8d7a
|
All autogenerated FunctionLibrary tests pass
|
2022-07-16 20:32:37 -07:00 |
|
Ozzie Gooen
|
395477ed12
|
Initial testing of FunctionRegistry Library
|
2022-07-16 19:50:18 -07:00 |
|
Ozzie Gooen
|
5e8b46b7df
|
Cleaning up Function Registry to Reducer interface
|
2022-07-16 19:06:48 -07:00 |
|
Ozzie Gooen
|
d88fb95767
|
Simple reformatting, got RequiresNamespace to work
|
2022-07-16 18:11:38 -07:00 |
|
Ozzie Gooen
|
0c032e710c
|
Moved function library modules to separate files
|
2022-07-16 14:01:00 -07:00 |
|