-
Notifications
You must be signed in to change notification settings - Fork 9
Comparing changes
Open a pull request
base repository: NatLabRockies/soogo
base: v2.0.0
head repository: NatLabRockies/soogo
compare: v2.0.1
- 7 commits
- 72 files changed
- 2 contributors
Commits on Dec 17, 2025
-
Add copyright headers and pre-commit hooks for code quality checks
- Introduced a copyright header template in `.copyright_header_template.txt` for consistent licensing across Python files. - Added a `.pre-commit-config.yaml` file to enforce code quality checks, including copyright header verification, trailing whitespace removal, and YAML validation. - Updated `CONTRIBUTING.md` to include instructions for setting up pre-commit hooks and guidelines for copyright headers. - Implemented a `check_copyright.py` script to verify that Python files contain the required copyright headers. - Updated various Python files to include the new copyright headers and author credits. - Removed deprecated author contact information from several files for cleaner code.
Weslley da Silva Pereira committedDec 17, 2025 Configuration menu - View commit details
-
Copy full SHA for c4d6aa0 - Browse repository at this point
Copy the full SHA c4d6aa0View commit details -
Enhance documentation standards and improve docstring formats across …
…multiple files
Weslley da Silva Pereira committedDec 17, 2025 Configuration menu - View commit details
-
Copy full SHA for ee81e0f - Browse repository at this point
Copy the full SHA ee81e0fView commit details -
Fix bug introduced in last commit
Weslley da Silva Pereira committedDec 17, 2025 Configuration menu - View commit details
-
Copy full SHA for ddc59d1 - Browse repository at this point
Copy the full SHA ddc59d1View commit details -
- evaluate_and_log_point and NomadProblem propagate both infs and nans - evaluate_and_log_point does not update best output values. This change will make it possible to use evaluate_and_log_point with other optimization problems in the library - WeightedAcquisition was generalized to deal with constraints and perturbation probability in the API. This almost make TransitionSearch superseeded, intentionally. We might remove TransitionSearch in future commits. - GosacSample.optimize has been simplified Changes in shebo: - Now the surrogate training sets are synced in the begining of the algorithm. - The new code works directly with the original bounds - The acquisition function falls back into MaximizeDistance if all points generated by the original shebo strategy happen to be discarded.
Weslley da Silva Pereira committedDec 17, 2025 Configuration menu - View commit details
-
Copy full SHA for 85bc1b7 - Browse repository at this point
Copy the full SHA 85bc1b7View commit details -
Merge pull request #14 from weslleyspereira/try-reworking-shebo
Refactoring mostly for shebo
Configuration menu - View commit details
-
Copy full SHA for a9ebdc8 - Browse repository at this point
Copy the full SHA a9ebdc8View commit details
Commits on Dec 18, 2025
-
Enhance docstrings across multiple files for improved clarity and con…
…sistency
Weslley da Silva Pereira committedDec 18, 2025 Configuration menu - View commit details
-
Copy full SHA for 9bd35d9 - Browse repository at this point
Copy the full SHA 9bd35d9View commit details -
Update copyright notices from "Alliance for Sustainable Energy, LLC" …
…to "Alliance for Energy Innovation, LLC" across multiple files.
Weslley da Silva Pereira committedDec 18, 2025 Configuration menu - View commit details
-
Copy full SHA for eef1559 - Browse repository at this point
Copy the full SHA eef1559View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.0...v2.0.1