Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional bounds to Float trait #118

Merged
merged 6 commits into from
Apr 8, 2021

Conversation

YuhanLiin
Copy link
Collaborator

Adding these bounds allow trait bounds on Float in dependent crates to be simplified. These simplifications were made in linfa-clustering.

@bytesnake
Copy link
Member

I will look into the issue with argmin first, before mergin this

@bytesnake
Copy link
Member

can confirm that this is a regression introduced by the latest nightly compiler version, can you pin the toolchain to nightly-2021-03-26 in .github/workflows/checking.yml for the time being?

@bytesnake
Copy link
Member

you need to do the same for .github/workflows/codequality.yml

@bytesnake bytesnake merged commit 5267f11 into rust-ml:master Apr 8, 2021
@bytesnake
Copy link
Member

sorry I'm a bit busy right now working through my backlog 😅

Sauro98 added a commit to Sauro98/linfa that referenced this pull request Apr 9, 2021
* Add additional bounds to Float trait (rust-ml#118)

* Add bounds to Float trait, allowing trait bounds in dependant crates to be simplified

* Pin nightly toolchain

* Retry pinning toolchain

* Fix CI

* Move nightly version back to 2021-3-24

* Fix tarpaulin nightly invocation

* Implement Transform for K-means (rust-ml#117)

Co-authored-by: Yuhan Lin <yuhanliin+github@protonmail.com>
@YuhanLiin YuhanLiin deleted the float-trait branch November 21, 2021 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants