Package changelog.
Details
10ee0a5- chore: clean-up (#13754) (by Philipp Burckhardt)f54e568- docs: update examples and add section headings (#13198) (by Philipp Burckhardt, Athan Reines)098dede- style: adjust spacing and fix REPL text wrapping (#12348) (by Philipp Burckhardt, Athan Reines)8da7f12- docs: fix JSDoc type (#12916) (by Philipp Burckhardt)fe2eec4- bench: refactor to use string interpolation innumber(#11603) (by Karan Anand)c9560de- docs: refactor to uselogEachMapin examples (#11454) (by Lokesh Ranjan)35566af- docs: fix C examples in READMEs (#11229) (by anee3, Athan Reines)
A total of 5 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Karan Anand
- Lokesh Ranjan
- Philipp Burckhardt
- anee3
No changes reported for this release.
9f03000- addnumber/float32/base/to-float16(#8938)37b948e- updatenumber/float32/base/assertTypeScript declarations (#9202)de4cd3d- addisAlmostSameValueto namespace05a56f7- addnumber/float32/base/assert/is-almost-same-value51823d9- rename aliases563dfe9- rename aliases8cb554a- updatenumber/float32/baseTypeScript declarationsce7e772- updatenumber/float32/base/assertTypeScript declarations0cf2dd6- addisAlmostEqualexports to namespacesdd27f86- add missingnumber/float32/baseexports to namespace1f65da4- addnumber/float32/base/assert/is-almost-equalcad154a- addnumber/float32/base/assert/is-almost-equal-value(#7517)649c05a- addnumber/float32/base/ulp-difference(#7451)0572aac- addnumber/float32/base/identitye8c4318- addnumber/float32/base/sub7ae2f22- addnumber/float32/base/mul5928127- addnumber/float32/base/div6f5ff44- addnumber/float32/base/add9aaeaaa- add C implementation fornumber/float32/base/signbit(#3399)
-
51823d9: rename aliases forisSameValuefandisSameValueZerof- This commit renames the aliases by dropping the
fsuffix. This suffix was primarily used to distinguish symbols co-existing in the same namespace as double-precision counterparts. Here, however, that is not applicable as these symbols are co-localized with only other single-precision utilities. Hence, to minimize naming variations between namespaces, the symbols have been renamed. To migrate, users should simply drop thefsuffix.
- This commit renames the aliases by dropping the
-
563dfe9: rename aliases forisSameValuefandisSameValueZerof- This commit renames the aliases by dropping the
fsuffix. This suffix was primarily used to distinguish symbols co-existing in the same namespace as double-precision counterparts. Here, however, that is not applicable as these symbols are co-localized with only other single-precision utilities. Hence, to minimize naming variations between namespaces, the symbols have been renamed. To migrate, users should simply drop thefsuffix.
- This commit renames the aliases by dropping the
A total of 7 issues were closed in this release:
Details
f693285- bench: refactor to use string interpolation innumber/float32/base/assert(#9910) (by Lokesh Ranjan)765abdf- bench: refactor to use string interpolation innumber/float32/base(#9909) (by Lokesh Ranjan)755d5cb- bench: refactor to use string interpolation innumber/float32/base(#9908) (by Lokesh Ranjan)56a8646- bench: refactor to use string interpolation innumber/float32/base(#9907) (by Lokesh Ranjan)ff11bf4- chore: add structured package data fornumber/float32/base/div(#9547) (by Neeraj Pathak)6ce0275- docs: remove incorrect hyphens from JSDocreturnsannotations (by Philipp Burckhardt)825738a- bench: use correct variable name in benchmark fornumber/float32/base/signbit(#9378) (by Samarth Kolarkar)22e2828- docs: update description (#9291) (by stdlib-bot)9f03000- feat: addnumber/float32/base/to-float16(#8938) (by Gururaj Gurram, Athan Reines, stdlib-bot)d61ac9c- docs: fix README sections (by Athan Reines)e2f119d- docs: fix description (by Athan Reines)177c77b- docs: update description (#9238) (by stdlib-bot)d6f998c- docs: update TypeScript comments to use single-precision innumber/float32/basenamespace (by Philipp Burckhardt)37b948e- feat: updatenumber/float32/base/assertTypeScript declarations (#9202) (by stdlib-bot)de9dec4- docs: update namespace table of contents (#9205) (by stdlib-bot)de4cd3d- feat: addisAlmostSameValueto namespace (by Athan Reines)05a56f7- feat: addnumber/float32/base/assert/is-almost-same-value(by Athan Reines)94826d4- chore: rename variable (by Athan Reines)0f3ab3b- docs: update copy (by Athan Reines)51823d9- feat: rename aliases (by Athan Reines)0f795ff- chore: rename variable (by Athan Reines)3c46f07- chore: rename variable (by Athan Reines)563dfe9- feat: rename aliases (by Athan Reines)7db5b32- chore: addalias_prefixto parent namespaces (#8540) (by Gunj Joshi)5f5bb2d- docs: update namespace table of contents (#8425) (by stdlib-bot, Athan Reines)db17d2d- chore: fix C lint errors (#8137) (by Geo Daoyu, Athan Reines)8cb554a- feat: updatenumber/float32/baseTypeScript declarations (by Philipp Burckhardt)ce7e772- feat: updatenumber/float32/base/assertTypeScript declarations (by Philipp Burckhardt)63ca7e4- style: add empty lines (by Athan Reines)22abc2e- chore: address commit comments (#8072) (by Vara Rahul Rajana, Athan Reines)8b0b780- docs: fix TypeScript declaration linting errors (by Philipp Burckhardt)0cf2dd6- feat: addisAlmostEqualexports to namespaces (by Philipp Burckhardt)dd27f86- feat: add missingnumber/float32/baseexports to namespace (by Philipp Burckhardt)21ec206- docs: clean-up example code (by Philipp Burckhardt)7add020- test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)fc438e0- test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)11581aa- test: use standardized assertion messages and fix lint errors (by Philipp Burckhardt)7483bef- test: use .strictEqual() instead of .equal() (by Philipp Burckhardt)6eee151- style: fix indentation in JSON files (by Philipp Burckhardt)db50901- remove: removenumber/float32/base/assert/is-almost-equal-value(by Karan Anand)1f65da4- feat: addnumber/float32/base/assert/is-almost-equal(by Karan Anand)260a8ca- docs: fix examples (by Karan Anand)8ea46b6- test: update descriptions to match language used in JS tests (by Philipp Burckhardt)cad154a- feat: addnumber/float32/base/assert/is-almost-equal-value(#7517) (by Karan Anand, Athan Reines)649c05a- feat: addnumber/float32/base/ulp-difference(#7451) (by Karan Anand, Athan Reines)647aefa- chore: fix C lint errors (#7460) (by Geo Daoyu)5896836- build: add package meta data (by Athan Reines)6c6fd79- build: add package meta data (by Athan Reines)6803252- build: add package meta data (by Athan Reines)7513cfe- chore: fix JavaScript lint errors (#7047) (by Uday Kakade, Athan Reines)66f68cf- chore: fix EditorConfig lint errors (#6871) (by Geo Daoyu)f3cfeab- chore: fix EditorConfig lint errors (#6861) (by Geo Daoyu)57953ed- chore: fix JavaScript lint errors (issue #6616) (#6626) (by Guru Prasad Sharma, Athan Reines)1820a95- docs: update related packages sections (#6503) (by stdlib-bot)a1e230f- chore: clean up cppcheck-suppress comments (by Karan Anand)0572aac- feat: addnumber/float32/base/identity(by Gururaj Gurram)635e38f- refactor: rename file innumber/float32/base/add(#5498) (by Gururaj Gurram)a4d7692- refactor: rename file innumber/float32/base/mul(#5463) (by Gururaj Gurram)5081120- refactor: update paths (by Gururaj Gurram)e8c4318- feat: addnumber/float32/base/sub(by Gururaj Gurram)1eac550- refactor: update paths (by Gururaj Gurram)7ae2f22- feat: addnumber/float32/base/mul(by Gururaj Gurram)adbcf39- refactor: update paths (by Gururaj Gurram)5928127- feat: addnumber/float32/base/div(by Gururaj Gurram)6f5ff44- feat: addnumber/float32/base/add(by Gururaj Gurram)6028758- docs: update namespace TypeScript declaration comments (#4758) (by stdlib-bot, Philipp Burckhardt)9aaeaaa- feat: add C implementation fornumber/float32/base/signbit(#3399) (by Neeraj Pathak, Athan Reines, stdlib-bot)4a70790- style: add missing spaces (by Philipp Burckhardt)a72a67a- chore: minor clean-up (by Philipp Burckhardt)b89c97c- docs: resolve lint errors in TS declaration files (by Philipp Burckhardt)
A total of 12 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Geo Daoyu
- Gunj Joshi
- Guru Prasad Sharma
- Gururaj Gurram
- Karan Anand
- Lokesh Ranjan
- Neeraj Pathak
- Philipp Burckhardt
- Samarth Kolarkar
- Uday Kakade
- Vara Rahul Rajana
ca6614a- add missing gypfile field entries
Details
272ae7a- docs: remove comment (by Athan Reines)2777e4b- bench: resolve lint errors in benchmarks (by Athan Reines)d04dcbd- docs: remove private annotations in C comments (by Philipp Burckhardt)41d41e9- test: include trailing newlines in Julia-generated JSON fixtures (by Philipp Burckhardt)9ed7d0e- chore: add missing trailing newlines (by Philipp Burckhardt)0d3b4d0- chore: remove extra spaces and lint fixes (by Philipp Burckhardt)28433d6- docs: clean-up C function parameter and return annotations (by Philipp Burckhardt)ca6614a- fix: add missing gypfile field entries (by Philipp Burckhardt)
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
No changes reported for this release.
2693e3b- update namespace TypeScript declarations (#1287)23df479- addisSameValueZerofto namespace and fix export name5cd3de9- addnumber/float32/base/assert/is-same-value-zero7998c12- addassertto namespaceecee463- addnumber/float32/base/assertf21f6bf- addnumber/float32/base/assert/is-same-value
Details
2693e3b- feat: update namespace TypeScript declarations (#1287) (by stdlib-bot, Athan Reines)322d1ca- docs: update namespace table of contents (#1284) (by stdlib-bot, Philipp Burckhardt)442fbfc- docs: update Markdown stdlib package URLs (#1274) (by stdlib-bot)78512b9- docs: update link (by Athan Reines)23df479- feat: addisSameValueZerofto namespace and fix export name (by Athan Reines)5cd3de9- feat: addnumber/float32/base/assert/is-same-value-zero(by Athan Reines)7998c12- feat: addassertto namespace (by Athan Reines)ecee463- feat: addnumber/float32/base/assert(by Athan Reines)f21f6bf- feat: addnumber/float32/base/assert/is-same-value(by Athan Reines)dea49e0- docs: use single quotes in require calls instead of backticks (by Philipp Burckhardt)f27ce09- docs: update related packages sections (#1254) (by stdlib-bot)8ef1f9e- docs: update related packages sections (#1233) (by stdlib-bot)398a2ac- docs: update related packages sections (#1228) (by stdlib-bot)1879534- docs: update related packages sections (#1179) (by stdlib-bot)78a556e- docs: update related packages sections (#1145) (by stdlib-bot)9502ed2- build: replace tslint directive with eslint equivalent (by Philipp Burckhardt)9a75516- docs: fix variable declarations (by Athan Reines)66c2911- docs: update links (by Athan Reines)d73bbf4- build: replace lint directives (by Philipp Burckhardt)
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
92caf33- update import path forCollectiontype definition
A total of 2 people contributed to this release. Thank you to the following contributors:
- Athan Reines
- Philipp Burckhardt
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.
No changes reported for this release.