docs: Add comprehensive docstrings to epmgp.py#485
Conversation
75907b8 to
281638f
Compare
apaleyes
left a comment
There was a problem hiding this comment.
it would be nice to also have type hints for all functions
281638f to
406a4f0
Compare
|
@mmahsereci am playing with agents. Before merging stuff like that wanted to check you are OK with it. All good? If you have any doubts let's discuss. My plan here is to use an agent to close a bunch of long-standing issues and make some small improvements to the library. Nothing major (yet?) |
406a4f0 to
098b83d
Compare
- Added detailed Google-style docstrings to min_factor() - Added comprehensive docstrings to lt_factor() - Added complete docstrings to log_relative_gauss() All functions now have full parameter documentation, return/yield value descriptions, and type hints. Co-authored-by: Andrei Paleyes <2852301+apaleyes@users.noreply.github.com>
098b83d to
01c9498
Compare
hey @apaleyes , yeah, all for making our lives easier. I opened a draft PR a while ago for an AGENTS.md file. Could you also have a look here please #484 (comment) |
Adds docstrings and type hints to three functions in epmgp.py:
All parameters, return values, and types are now documented. No code changes.
Fixes #57