-
Notifications
You must be signed in to change notification settings - Fork 91
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
Added Rust to the COCO diagram #2234
Merged
Merged
Conversation
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
minor
Previously we stored the version string in a statically linked variable, declared in the coco.h header. While this works fine on Linux and macOS, it leads to link errors on Windows when the Rust bindings (coco-sys) try to access the coco_version variable. This seems to stem from MSVC compiling the source as C++.
Allow access to raw functions from suites for experiments that don't invlove a benchmark or that need dimensions / instances not available in a regular suite.
More fallout from the restructuring. The new build system did not include the pickle.gz files in the cocopp/ directory.
Since Python 3.12, pkg_resources is not installed by default. We need to explicitly pull in setuptools. This is a short term fix for #2229.
Currently we dump downloaded datasets from the data archive into ~/.cocopp which is a non-standard location. This commit changes that to thew platform sanctioned cache directory of the user.
On musl libc based systems __gnu_linux__ is not defined. Instead, use the __linux__ define to detect a Linux build.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.