-
Notifications
You must be signed in to change notification settings - Fork 106
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
File searching bug #1678
File searching bug #1678
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. @@ Coverage Diff @@
## develop #1678 +/- ##
===========================================
+ Coverage 40.96% 40.98% +0.01%
===========================================
Files 189 189
Lines 43684 43667 -17
===========================================
Hits 17896 17896
+ Misses 25788 25771 -17
|
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.
Great stuff. One minor suggestion about adding to utils.find_single_file()
, but approving now.
CHANGES.rst
Outdated
PLEASE ADD TO doc/releases/1.14.1dev.rst! | ||
|
||
|
||
1.14.0 (18 Sep 2023) | ||
-------------------- | ||
|
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.
This is a really great idea -- and decreases the workload associated with tagging a release.
Dependency Changes | ||
------------------ | ||
|
||
Functionality/Performance Improvements and Additions | ||
---------------------------------------------------- | ||
|
||
Instrument-specific Updates | ||
--------------------------- | ||
|
||
Script Changes | ||
-------------- | ||
|
||
Datamodel Changes | ||
----------------- | ||
|
||
Under-the-hood Improvements | ||
--------------------------- | ||
|
||
Bug Fixes | ||
--------- |
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.
Having all of these headings for the developer to use is very helpful (rather than the semi-chronological order in CHANGES.rst).
Following up on the call yesterday, I've updated the dev doc and added a section discussing how to do change logging now:
Let me know if you have any questions or additions. |
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.
All good from me - just some minor comments to think about, and then merge when you're ready!
1.14.1dev | ||
--------- | ||
|
||
PLEASE ADD TO doc/releases/1.14.1dev.rst! |
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.
Great idea!
This does a few minor things:
develop
up to date withrelease
after the 1.14.0 tag