dependabot-preview[bot]
703dc9688b
build(deps): update rand_distr requirement from 0.3.0 to 0.4.0
...
Updates the requirements on [rand_distr](https://github.com/rust-random/rand ) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases )
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/rand/compare/rand_distr-0.3.0...rand_distr-0.4.0 )
2021-04-28 16:25:05 -04:00
dependabot-preview[bot]
790979a26d
build(deps): update rand requirement from 0.7.3 to 0.8.3
...
Updates the requirements on [rand](https://github.com/rust-random/rand ) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases )
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-random/rand/compare/0.7.3...0.8.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2021-04-28 20:00:24 +00:00
Luis Moreno
162bed2aa2
feat: added support to wasm ( #94 )
...
* test: run tests also in wasm targets
* fix: install rand with wasm-bindgen por wasm targets
* fix: use actual usize size to access buffer.
* fix: do not run functions that create files in wasm.
* test: do not run in wasm test that panics.
Co-authored-by: Luis Moreno <morenol@users.noreply.github.com >
2021-04-28 15:58:39 -04:00
Ben Cross
e0d46f430b
feat: Make SerDe optional
2021-01-17 21:35:03 +00:00
Volodymyr Orlov
9475d500db
feat: version change + api documentation updated
2020-12-27 18:39:37 -08:00
Luis Moreno
505f495445
fix: Update ndarray version
2020-12-16 00:20:07 -04:00
morenol
2650416235
Add benches for GNB ( #33 )
...
* Add benches for GNB
* use [black_box](https://github.com/bheisler/criterion.rs/blob/master/book/src/faq.md#when-should-i-use-criterionblack_box )
2020-12-04 20:46:36 -04:00
morenol
89a5136191
Change implementation of to_row_vector for nalgebra ( #34 )
...
* Add failing test
* Change implementation of to_row_vector for nalgebra
2020-11-25 14:39:02 -04:00
Vadim Zaliva
c43990e932
+ DBSCAN and data generator. Improves KNN API
2020-10-02 14:04:01 -07:00
Volodymyr Orlov
6602de0d51
feat: pre-release
2020-09-25 18:01:32 -07:00
Volodymyr Orlov
91371831d7
feat: pre-release
2020-09-25 17:59:55 -07:00
Volodymyr Orlov
2aca488553
feat: pre-release
2020-09-25 17:52:21 -07:00
Volodymyr Orlov
b95e11cc98
feat: adds dataset module, fixs problem in CoverTree implementation
2020-09-10 12:21:59 -07:00
Volodymyr Orlov
68dca25f91
feat: puts ndarray and nalgebra bindings behind feature flags
2020-08-28 16:55:41 -07:00
Volodymyr Orlov
aa458d22fa
fix: code cleanup, documentation
2020-08-27 11:37:14 -07:00
Volodymyr Orlov
7a7b0d6875
fix: updates multiple libraries
2020-08-17 08:28:28 -07:00
Volodymyr Orlov
45cf7adf37
fix: library update, CircleCI modification
2020-06-05 18:00:56 -07:00
Volodymyr Orlov
b068295dac
feat: integrates with nalgebra
2020-04-06 19:16:37 -07:00
Volodymyr Orlov
8bb6013430
feat: serialization/deserialization with Serde
2020-03-31 18:19:20 -07:00
Volodymyr Orlov
7b3fa982be
feat: adds PCA
2020-03-06 09:13:54 -08:00
Volodymyr Orlov
c1d7c038a6
feat: add basic Matrix implementation for ndarray
2019-12-23 10:33:19 -08:00
Volodymyr Orlov
4488cc110e
First version of the optimizer
2019-10-29 08:59:06 -07:00
Volodymyr Orlov
f4d3a80490
Initial commit
2019-05-28 17:46:03 -07:00