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

Make Bounds::try_from() more generic #18

Merged
merged 1 commit into from
Oct 30, 2022
Merged

Make Bounds::try_from() more generic #18

merged 1 commit into from
Oct 30, 2022

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented May 25, 2022

  • Add Bounds::from for [f64; 4], [f32; 4], [i32; 4]
  • Add Bounds::try_from now also supports &[f64], &[f32], &[i32] in addition to Vec<f64>
  • Simplify CI scripts, reducing the number of external dependencies
  • Reworked Bounds string parsing
  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

@nyurik nyurik requested a review from stepankuzmin May 25, 2022 20:49
@nyurik nyurik force-pushed the slice branch 2 times, most recently from 308641a to cd97a40 Compare May 29, 2022 18:31
@nyurik nyurik changed the title WIP: Make Bounds::try_from() more generic Make Bounds::try_from() more generic Oct 29, 2022
* Add `Bounds::from` for `[f64; 4]`, `[f32; 4]`, `[i32; 4]`
* Add `Bounds::try_from` now also supports `&[f64]`, `&[f32]`, `&[i32]`
  in addition to `Vec<f64>`
* Simplify CI scripts, reducing the number of external dependencies
* Reworked `Bounds` string parsing
@nyurik nyurik merged commit a9a996b into georust:main Oct 30, 2022
@nyurik nyurik deleted the slice branch October 30, 2022 16:00
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.

2 participants