-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reorganize the repo to workspace
The plan is to move all fundamental blocks to a separate "gomez_core" crate which can be used for implementing solvers and optimizers in other libraries, without the need to import implementations in gomez. There may be further splitting done in the future.
- Loading branch information
Showing
26 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,4 @@ | ||
[package] | ||
name = "gomez" | ||
version = "0.5.0" | ||
authors = ["Petr Nevyhoštěný <[email protected]>"] | ||
description = "Framework and implementation for mathematical optimization and solving non-linear systems of equations." | ||
documentation = "https://docs.rs/gomez/" | ||
repository = "https://github.com/datamole-ai/gomez" | ||
license = "MIT" | ||
readme = "README.md" | ||
keywords = ["nonlinear-equations", "optimization", "math", "science"] | ||
categories = ["science", "mathematics"] | ||
edition = "2021" | ||
|
||
[features] | ||
testing = [] | ||
|
||
[dependencies] | ||
approx = "0.5.0" | ||
fastrand = "2.0.0" | ||
fastrand-contrib = "0.1.0" | ||
getset = "0.1.0" | ||
log = "0.4.0" | ||
nalgebra = "0.32.0" | ||
thiserror = "1.0.0" | ||
[workspace] | ||
members = ["crates/*"] | ||
exclude = ["gsl-wrapper"] | ||
resolver = "2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[package] | ||
name = "gomez" | ||
version = "0.5.0" | ||
authors = ["Petr Nevyhoštěný <[email protected]>"] | ||
description = "Framework and implementation for mathematical optimization and solving non-linear systems of equations." | ||
documentation = "https://docs.rs/gomez/" | ||
repository = "https://github.com/datamole-ai/gomez" | ||
license = "MIT" | ||
readme = "../../README.md" | ||
keywords = ["nonlinear-equations", "optimization", "math", "science"] | ||
categories = ["science", "mathematics"] | ||
edition = "2021" | ||
|
||
[features] | ||
testing = [] | ||
|
||
[dependencies] | ||
approx = "0.5.0" | ||
fastrand = "2.0.0" | ||
fastrand-contrib = "0.1.0" | ||
getset = "0.1.0" | ||
log = "0.4.0" | ||
nalgebra = "0.32.0" | ||
thiserror = "1.0.0" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.