All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
fixed (Jacob Bogers jkfbogers@gmail.com)
- ISSUE 192: esm module
export from
files not appended with.mjs
fixed (Maddison Hellstrom github)
-
./types
added to package.json "exports" property
improved (Jacob Bogers jkfbogers@gmail.com)
- removed
ts-patch
- removed
ts-node
- removed
prettier
- removed
eslint
- removed
babel
- removed
typescript-eslint
- removed
typescript-eslint/parser
- updated
typescript
to v4.5.2 - removed
typescript-eslint-language-service
- removed
typescript-transform-paths/register
improved (Jacob Bogers jkfbogers@gmail.com)
./scripts/build.mjs
,./scripts/rollup.build.mjs
,./.eslintrc.cjs
andjest.config.cjs
will now be linted using@babel/eslint-parser
- import statements using
assert { type: "json" }
are correctly linted - removed unneeded "bundle.generate" step from
scripts/rollup.build.mjs
- removed @beta tag from version
- default bundle builds are minimized
fixed (Jacob Bogers jkfbogers@gmail.com)
- removed second
_seed
argument from rngreset
function not going to be used
improved, 20 feb 2023 (Jacob Bogers jkfbogers@gmail.com)
- Buffer.from to convert base64 to binary is replaced with "atob" (so it works in the browser as well)
- upgrade to @mangos/debug@
fixed, 20 feb 2023 (Jacob Bogers jkfbogers@gmail.com)
- removed a "console.log" from dgamma.ts
- fixed language typo in test header pentagamma and trigamma "FP32 arguments should return FP23 results"
- reference the license file "license" prop
improved, 12 feb 2023 (Jacob Bogers jkfbogers@gmail.com)
- initialisation of wasm is not async anymore
- cleaned up entries in .gitignore
PR #41 (Richard D. Morey richarddmorey@gmail.com)
- fix bratio, erfc1, and brcmp1 in toms708 code
- erfc1 and brcmp1 in toms708 code
- fixed another sign in incomplete beta function
-summary function will handle larger arrays (no more large intermediate results);
-the relX and relX2 properties have been removed from the summary statistics function