This repository was archived by the owner on Jun 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Feature property method #57
Merged
Merged
Conversation
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
I think having good issue templates where users can report their issue with the needed information can benefit this repository and help our users
Update issue templates
bearmit
approved these changes
Jan 3, 2023
bearmit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A comment relative to your description: you can change the default branch from master to develop. That way the default target will always be develop (which is what you want most of the time). The only thing is, a user browsing to the repository will see develop instead of master by default (which was fine for the editor but maybe not for you).
brili
approved these changes
Jan 3, 2023
nh916
added a commit
that referenced
this pull request
Jan 4, 2023
* bumping version to 0.6.3 * removed requirements_dev.txt * updated packages on requirements.txt * removing docs from master, so docs can only live in the docs branch * Fix mac issues * updated workflow (#54) updated workflow to use requirements.txt instead of requirements_dev.txt * updated importing tkinter (#55) * Feature property method (#57) * adding property:method * Add material characteristics (#52) * Add characterization for exisitng materials functionality * Tested add_material_characteristics and made fixes * changed truth check * Tested synthesis, works. Also, changed truth checking back * made boolean assignment a function * Variable for row input start * Version bump 1.0.0 (#59) * version bump to 0.6.4 * version bump to 1.0.0 Co-authored-by: CVilla17 <[email protected]> Co-authored-by: Brilant Kasami <[email protected]> Co-authored-by: Bora Dauti <[email protected]> Co-authored-by: CVilla17 <[email protected]>
nh916
added a commit
that referenced
this pull request
Jan 18, 2023
* Update issue templates I think having good issue templates where users can report their issue with the needed information can benefit this repository and help our users * Update README.md * New Release (#60) * bumping version to 0.6.3 * removed requirements_dev.txt * updated packages on requirements.txt * removing docs from master, so docs can only live in the docs branch * Fix mac issues * updated workflow (#54) updated workflow to use requirements.txt instead of requirements_dev.txt * updated importing tkinter (#55) * Feature property method (#57) * adding property:method * Add material characteristics (#52) * Add characterization for exisitng materials functionality * Tested add_material_characteristics and made fixes * changed truth check * Tested synthesis, works. Also, changed truth checking back * made boolean assignment a function * Variable for row input start * Version bump 1.0.0 (#59) * version bump to 0.6.4 * version bump to 1.0.0 Co-authored-by: CVilla17 <[email protected]> Co-authored-by: Brilant Kasami <[email protected]> Co-authored-by: Bora Dauti <[email protected]> Co-authored-by: CVilla17 <[email protected]> Co-authored-by: Ardi <[email protected]> Co-authored-by: Brilant Kasami <[email protected]> Co-authored-by: CVilla17 <[email protected]> Co-authored-by: Bora Dauti <[email protected]> Co-authored-by: CVilla17 <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Moving this over to develop instead of master