Skip to content
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

Addition of reflector CSC #2

Merged
merged 5 commits into from
Jan 24, 2025
Merged
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
Add towncrier
  • Loading branch information
couger01 committed Jan 15, 2025
commit c1e7adb0ce0bd85cb09ab9de6bd9deb50a6a7546
2 changes: 1 addition & 1 deletion .ts_pre_commit_config.yaml
Original file line number Diff line number Diff line change
@@ -7,4 +7,4 @@ format-xmllint: false
isort: true
mypy: true
ruff: true
towncrier: false
towncrier: true
1 change: 1 addition & 0 deletions doc/news/DM-48352.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed conda recipe to build correctly.
1 change: 1 addition & 0 deletions doc/news/DM-48352.misc.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Simplified handle_summary_state in csc.py.
1 change: 1 addition & 0 deletions doc/news/DM-48352.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed mtreflector prefix from module names.
2 changes: 2 additions & 0 deletions doc/version_history.rst
Original file line number Diff line number Diff line change
@@ -6,6 +6,8 @@
Version History
###############

.. towncrier release notes start

v0.1.0
------

Loading