Merged
Conversation
…uery (not full data).
…d improved documentation
Version 1.2.3
fix: reorder release process steps in pyproject.toml for clarity
This file contains hidden or 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
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.
This pull request introduces several important updates to documentation, licensing, database utilities, and parameter naming conventions. The main changes include switching the project license to BSD 3-Clause, updating documentation and metadata to reflect the new license and version, improving database utility imports, and standardizing parameter naming conventions for consistency.
Licensing and Documentation Updates:
uq_physicell/LICENSE.mdand updated license references inpyproject.tomland the README badge to reflect the new license. [1] [2] [3]1.2.3inuq_physicell/VERSION.pyand all documentation references, includingdoc/index.md. [1] [2]pyproject.toml.Database and Testing Improvements:
tests/test_ma_database.py, covering creation, insertion, and loading of all database components.uq_physicell/database/__init__.pyto import submodules and utility functions for easier access and improved modularity.Parameter Naming Consistency:
Lower_Bound/Upper_Boundtolower_bound/upper_boundthroughout the codebase, including in normalization utilities, test cases, and database loading logic for consistency and to avoid bugs. [1] [2] [3]Workflow and CI: