Umur Ozkul
|
cfcf3cb144
|
module grammar type correction
|
2022-06-09 14:30:17 +02:00 |
|
Ozzie Gooen
|
b48a0575d9
|
Cumprod and formatting
|
2022-06-08 08:21:20 -07:00 |
|
Ozzie Gooen
|
ab2c6621be
|
Merge pull request #663 from quantified-uncertainty/reducer-modules
Reducer modules part 1: grammar
|
2022-06-08 08:19:57 -07:00 |
|
Umur Ozkul
|
b41e32805c
|
grammar: identifiers with modules
|
2022-06-08 17:00:17 +02:00 |
|
Ozzie Gooen
|
fc40744053
|
Simple additions of first, last, cumulative sum, diff
|
2022-06-08 08:00:06 -07:00 |
|
Ozzie Gooen
|
12cdb4ed36
|
Added dict keys, values, fromList, toList
|
2022-06-08 07:24:06 -07:00 |
|
Umur Ozkul
|
2dc204e222
|
Merge branch 'develop' into Umur-reducer-dev
|
2022-06-08 16:05:02 +02:00 |
|
Ozzie Gooen
|
8d1d08eaa0
|
Simple dict merge and mergeMany
|
2022-06-07 22:35:40 -07:00 |
|
Ozzie Gooen
|
0fcf7e197e
|
Added listMake and upTo
|
2022-06-07 21:08:39 -07:00 |
|
Ozzie Gooen
|
ff3efeac4c
|
Adding math utility functions
|
2022-06-07 09:40:24 -07:00 |
|
Ozzie Gooen
|
b022ea2fae
|
Merge pull request #656 from quantified-uncertainty/stdev-variance
Quick additions of Stdev, Variance, and Mode for SampleSet, and Min and Max for all
|
2022-06-06 15:52:02 -07:00 |
|
Ozzie Gooen
|
493c406b99
|
Merge pull request #657 from quantified-uncertainty/simple-units
Support "k", "M", "G", "T" and other units
|
2022-06-06 15:51:55 -07:00 |
|
Ozzie Gooen
|
b675b33dfe
|
Refactored reducerInterface files
|
2022-06-06 14:42:49 -07:00 |
|
Ozzie Gooen
|
a15c0fa888
|
Added simple scientific units
|
2022-06-06 13:55:51 -07:00 |
|
Ozzie Gooen
|
d125664e57
|
Added stdev to table of stats, when needed
|
2022-06-06 12:25:09 -07:00 |
|
Ozzie Gooen
|
079553cd71
|
Added stdev and variance to Distribution Operation Constructors
|
2022-06-06 12:21:03 -07:00 |
|
Ozzie Gooen
|
7d9bae96e1
|
Quick addition of stdev-variance-min-max-mode
|
2022-06-06 12:08:00 -07:00 |
|
dependabot[bot]
|
d4f631f6bd
|
Merge pull request #653 from quantified-uncertainty/dependabot/npm_and_yarn/types/node-17.0.40
|
2022-06-06 15:58:08 +00:00 |
|
dependabot[bot]
|
d12fddae16
|
⬆️ Bump @types/node from 17.0.38 to 17.0.40
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.38 to 17.0.40.
- [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:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 15:51:35 +00:00 |
|
dependabot[bot]
|
78c602c303
|
Merge pull request #650 from quantified-uncertainty/dependabot/npm_and_yarn/webpack-5.73.0
|
2022-06-06 15:50:24 +00:00 |
|
dependabot[bot]
|
b4c33873cc
|
⬆️ Bump webpack from 5.72.1 to 5.73.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.73.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-06-06 15:44:16 +00:00 |
|
dependabot[bot]
|
d7645dbc7d
|
Merge pull request #654 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/react-6.5.7
|
2022-06-06 15:41:16 +00:00 |
|
dependabot[bot]
|
4a72f364b4
|
⬆️ Bump @storybook/react from 6.5.6 to 6.5.7
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/app/react)
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 15:35:20 +00:00 |
|
dependabot[bot]
|
27120e4900
|
Merge pull request #648 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/builder-webpack5-6.5.7
|
2022-06-06 15:34:58 +00:00 |
|
Ozzie Gooen
|
7210e5b196
|
Merge pull request #652 from quantified-uncertainty/dependabot/npm_and_yarn/ts-node-10.8.1
⬆️ Bump ts-node from 10.8.0 to 10.8.1
|
2022-06-06 08:33:42 -07:00 |
|
Ozzie Gooen
|
0fcbbd0510
|
Merge pull request #651 from quantified-uncertainty/dependabot/npm_and_yarn/peggy-2.0.1
⬆️ Bump peggy from 2.0.0 to 2.0.1
|
2022-06-06 08:32:11 -07:00 |
|
dependabot[bot]
|
c48aa9a3ac
|
⬆️ Bump ts-node from 10.8.0 to 10.8.1
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.0 to 10.8.1.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v10.8.0...v10.8.1)
---
updated-dependencies:
- dependency-name: ts-node
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 15:27:06 +00:00 |
|
dependabot[bot]
|
17d8d2be3a
|
⬆️ Bump @storybook/builder-webpack5 from 6.5.6 to 6.5.7
Bumps [@storybook/builder-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/lib/core)
---
updated-dependencies:
- dependency-name: "@storybook/builder-webpack5"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 15:26:32 +00:00 |
|
dependabot[bot]
|
7231547036
|
Merge pull request #646 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-essentials-6.5.7
|
2022-06-06 15:25:10 +00:00 |
|
dependabot[bot]
|
b7295fe6d9
|
⬆️ Bump peggy from 2.0.0 to 2.0.1
Bumps [peggy](https://github.com/peggyjs/peggy) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/peggyjs/peggy/releases)
- [Changelog](https://github.com/peggyjs/peggy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/peggyjs/peggy/compare/v2.0.0...v2.0.1)
---
updated-dependencies:
- dependency-name: peggy
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 15:23:02 +00:00 |
|
dependabot[bot]
|
3b6d063aa8
|
Merge pull request #649 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/preset-create-react-app-4.1.2
|
2022-06-06 15:21:03 +00:00 |
|
dependabot[bot]
|
6e2880b063
|
⬆️ Bump @storybook/addon-essentials from 6.5.6 to 6.5.7
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/addons/essentials)
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 15:10:38 +00:00 |
|
dependabot[bot]
|
a4afadea7f
|
⬆️ Bump @storybook/preset-create-react-app from 4.1.1 to 4.1.2
Bumps [@storybook/preset-create-react-app](https://github.com/storybookjs/presets/tree/HEAD/packages/preset-create-react-app) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/storybookjs/presets/releases)
- [Changelog](https://github.com/storybookjs/presets/blob/master/packages/preset-create-react-app/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/presets/commits/HEAD/packages/preset-create-react-app)
---
updated-dependencies:
- dependency-name: "@storybook/preset-create-react-app"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 15:10:23 +00:00 |
|
Quinn
|
eebb88729e
|
Merge pull request #647 from quantified-uncertainty/dependabot/npm_and_yarn/hookform/resolvers-2.9.0
⬆️ Bump @hookform/resolvers from 2.8.10 to 2.9.0
|
2022-06-06 11:10:02 -04:00 |
|
Quinn
|
955bdf845a
|
Merge pull request #645 from quantified-uncertainty/dependabot/npm_and_yarn/typescript-4.7.3
⬆️ Bump typescript from 4.7.2 to 4.7.3
|
2022-06-06 11:09:28 -04:00 |
|
dependabot[bot]
|
c9dd644964
|
⬆️ Bump @hookform/resolvers from 2.8.10 to 2.9.0
Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.8.10 to 2.9.0.
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](https://github.com/react-hook-form/resolvers/compare/v2.8.10...v2.9.0)
---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 14:54:12 +00:00 |
|
dependabot[bot]
|
7882301a04
|
⬆️ Bump typescript from 4.7.2 to 4.7.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 14:53:09 +00:00 |
|
Ozzie Gooen
|
b5d636148a
|
Merge pull request #641 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-actions-6.5.7
⬆️ Bump @storybook/addon-actions from 6.5.6 to 6.5.7
|
2022-06-06 07:50:48 -07:00 |
|
Ozzie Gooen
|
bbc4e9b590
|
Merge pull request #642 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/addon-links-6.5.7
⬆️ Bump @storybook/addon-links from 6.5.6 to 6.5.7
|
2022-06-06 07:50:38 -07:00 |
|
Ozzie Gooen
|
6962cf4ee8
|
Merge pull request #644 from quantified-uncertainty/dependabot/npm_and_yarn/storybook/manager-webpack5-6.5.7
⬆️ Bump @storybook/manager-webpack5 from 6.5.6 to 6.5.7
|
2022-06-06 07:50:19 -07:00 |
|
dependabot[bot]
|
0d8d54300b
|
⬆️ Bump @storybook/manager-webpack5 from 6.5.6 to 6.5.7
Bumps [@storybook/manager-webpack5](https://github.com/storybookjs/storybook/tree/HEAD/lib/core) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/lib/core)
---
updated-dependencies:
- dependency-name: "@storybook/manager-webpack5"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 14:25:01 +00:00 |
|
dependabot[bot]
|
9729de48e6
|
⬆️ Bump @storybook/addon-links from 6.5.6 to 6.5.7
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/addons/links)
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 14:24:08 +00:00 |
|
dependabot[bot]
|
bd9c7728f6
|
⬆️ Bump @storybook/addon-actions from 6.5.6 to 6.5.7
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions) from 6.5.6 to 6.5.7.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.7/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.7/addons/actions)
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 14:22:19 +00:00 |
|
Ozzie Gooen
|
16a1afe53c
|
Merged with develop
|
2022-06-06 05:54:02 -07:00 |
|
Ozzie Gooen
|
c6370f5f37
|
Merge pull request #640 from quantified-uncertainty/sam-website-css-attempt
Sam's attempt at getting component css into the website
|
2022-06-06 05:48:26 -07:00 |
|
Ozzie Gooen
|
18c14089c6
|
Updated a few of the API pages
|
2022-06-05 22:16:29 -07:00 |
|
Ozzie Gooen
|
441ac3c251
|
Changed the name of select functions
|
2022-06-05 21:47:29 -07:00 |
|
Sam Nolan
|
966213bfd1
|
Fix Netlify build commands
|
2022-06-06 04:38:13 +00:00 |
|
Sam Nolan
|
8174715d17
|
Build components before website in CI
|
2022-06-06 04:32:00 +00:00 |
|
Sam Nolan
|
cd8a92e91f
|
Add css into docusaurus
|
2022-06-06 04:24:38 +00:00 |
|