8000 skpkg: merge `migration` branch into `main` by cadenmyers13 · Pull Request #346 · diffpy/diffpy.utils · GitHub
[go: up one dir, main page]

Skip to content

skpkg: merge migration branch into main #346

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 17 commits into from
Jun 12, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
skpkg: small modifications to files in src
  • Loading branch information
cadenmyers13 committed Jun 10, 2025
commit f70eaa0ada15b4fa610571177b19be627fcf87e2
6 changes: 4 additions & 2 deletions src/diffpy/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python
##############################################################################
#
# (c) 2024 The Trustees of Columbia University in the City of New York.
# (c) 2025 The Trustees of Columbia University 8000 in the City of New York.
# All rights reserved.
#
# File coded by: Billinge Group members and community contributors.
# File coded by: Simon Billinge, Billinge Group members.
#
# See GitHub contributions for a more detailed list of contributors.
# https://github.com/diffpy/diffpy.utils/graphs/contributors
Expand All @@ -19,3 +19,5 @@

# silence the pyflakes syntax checker
assert __version__ or True

# End of file
6 changes: 4 additions & 2 deletions src/diffpy/utils/version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env python
##############################################################################
#
# (c) 2024 The Trustees of Columbia University in the City of New York.
# (c) 2025 The Trustees of Columbia University in the City of New York.
# All rights reserved.
#
# File coded by: Billinge Group members and community contributors.
# File coded by: Simon Billinge, Billinge Group members.
#
# See GitHub contributions for a more detailed list of contributors.
# https://github.com/diffpy/diffpy.utils/graphs/contributors
Expand All @@ -21,3 +21,5 @@
from importlib.metadata import version

__version__ = version("diffpy.utils")

# End of file
0