updating#31
Open
mfrasca wants to merge 26 commits into
Open
Conversation
added 26 commits
May 21, 2026 16:38
invece di riprogrammare gli 'step', utilizza azioni predefinite, con la semplice indicazione dei parametri corretti.
bisogna aggiungere una libreria necessaria per il workflow, non presente nelle dipendenze della 'logging'.
a `Logger` is a Reference Class object, internally implemented as S4. such depth of detail isn't really necessary at this point, so better just stay generic and state that a `Logger` is an object.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
as far as I understand there's nobody any more in this organization, I'm creating this pull request also as a ways to let users see where development is going on for this library.
I've reinstated myself as maintainer (previous email was bumping),
bumped the version to 1.0-0,
better defined the way we number versions,
added a couple of tests,
fixed an old bug (for which I've added a failing test),
added CI actions: automaci testing and coverage.
added badges in the README.