-
Notifications
You must be signed in to change notification settings - Fork 20
V3.7.0 #377
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
Merged
Merged
V3.7.0 #377
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
7cd01f1
deprecated: loadData to load_data, and move it
sbillinge 0b46822
fix: bad imports so tests pass
sbillinge 4a1ee18
change: change structure so load_data is back in parsers
sbillinge 8d11075
docs: change docstring so API docs are correctly updated
sbillinge 34bfb90
docs; fix typos in examples text that had load_data in tools
sbillinge ed72aca
build: Add support for python 3.14 and drop for python 3.11
stevenhua0320 7ac6862
fix: caught a couple of tools typos fixed to parsers
sbillinge c357d3e
Merge pull request #374 from stevenhua0320/python-version
sbillinge d6992e6
Merge pull request #372 from sbillinge/depr-tests
sbillinge 67e3db5
Merge branch 'main' into v3.7.0
sbillinge b90f56a
fix import bug
cadenmyers13 e4d3c66
add deprecator test
cadenmyers13 28b6074
precommit
cadenmyers13 1c6bcda
change function to build_deprecation_message
cadenmyers13 2a79ecf
readd docstring generator with a simple cli tool
cadenmyers13 106b419
Update news for Python 3.14 support and changes
sbillinge 77db094
reorder items in docstring for proper rendering
cadenmyers13 a35208a
Merge news to local
cadenmyers13 ce61f51
rm cli, we will put it in scikit-package
cadenmyers13 efd094d
clean news items to reflect new changes
cadenmyers13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
deprecated: loadData to load_data, and move it
- Loading branch information
commit 7cd01f1defe2413504188802bdf2c72a2523361a
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| **Added:** | ||
|
|
||
| * <news item> | ||
|
|
||
| **Changed:** | ||
|
|
||
| * load_data now takes a Path or a string for the file-path | ||
|
|
||
| **Deprecated:** | ||
|
|
||
| * diffpy.utils.parsers.loaddata.loadData replaced by diffpy.utils.tools.load_data | ||
|
|
||
| **Removed:** | ||
|
|
||
| * <news item> | ||
|
|
||
| **Fixed:** | ||
|
|
||
| * <news item> | ||
|
|
||
| **Security:** | ||
|
|
||
| * <news item> |
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
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
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
Oops, something went wrong.
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.
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.
don't we want our function names to be verbs not nouns? I think I prefer
build_deprecation_message?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.
@sbillinge Okay we can change this