v0.4.0-alpha1
Pre-release
Pre-release
·
468 commits
to master
since this release
NumSharp v0.4.0-alpha1
See #538 for information.
NuGet
No nuget release this preview version.
What's Changed
- Enabled NDArray boolean comparisons for LessThan, GreaterThan, and … by @Rikki-Tavi in #395
- Added data types in np.frombuffer. in #425
- F# in README by @dsyme in #432
- Added support for user defined decimal precision for np.around() and TensorEngine.Round() by @shashi4u in #453
- NumSharp.Bitmap support for odd sized bitmaps with odd sized bytes per pixel by @AmbachtIT in #460
- Fixing the consistency of seed in the random choice. by @bojake in #489
- (Logics):add high performance logical AND function with axis an… by @zhuoshui-AI in #525
- Upgrade target frameworks to net8.0;net10.0 by @Nucs in #532
- Add GitHub Actions CI/CD pipeline by @Nucs in #534
- Fix: skip Bitmap tests on non-Windows CI by @Nucs in #535
- docs: relocate website to docs/website/ by @Nucs in #557
- docs: move docfx_project to docs/website-src by @Nucs in #558
- feat(docs): upgrade to DocFX v2 modern template by @Nucs in #562
New Contributors
Many of the contributer's merges were piggybacked by this release and was probably not entirely intentional.
- @Rikki-Tavi made their first contribution in #395
- @dsyme made their first contribution in #432
- @shashi4u made their first contribution in #453
- @AmbachtIT made their first contribution in #460
- @bojake made their first contribution in #489
- @zhuoshui-AI made their first contribution in #525
Full Changelog: 0.20.5...v0.4.0-alpha1