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

added _Renderer.labels method that enables adding labels with special chars in the label name #453

Merged
merged 2 commits into from
Aug 4, 2022

Conversation

tclose
Copy link
Contributor

@tclose tclose commented Jul 5, 2022

As the title says, this PR addresses the issue raised in #444

@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #453 (90d31a4) into master (65067b6) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #453      +/-   ##
==========================================
+ Coverage   88.58%   88.61%   +0.03%     
==========================================
  Files          11       11              
  Lines        1016     1019       +3     
==========================================
+ Hits          900      903       +3     
  Misses        116      116              
Impacted Files Coverage Δ
neurodocker/reproenv/renderers.py 93.41% <100.00%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 65067b6...90d31a4. Read the comment docs.

apparent bug in SingularityRender.label where multiple labels weren't
separated by newlines
@tclose
Copy link
Contributor Author

tclose commented Jul 5, 2022

Also fixes an apparent bug in the Singularity renderer where multiple labels weren't being separated by newlines

@tclose
Copy link
Contributor Author

tclose commented Jul 5, 2022

@kaczmarj do you have an ETA on the next Neurodocker release? I'm gearing up to make an Arcana release but need some bug fixes that are in the Neurodocker master

@kaczmarj
Copy link
Collaborator

kaczmarj commented Jul 7, 2022

@tclose - thanks for the PR and bugfix. looks good to me. i hadn't considered label names that had special characters.

would a release next week be good for you?

@tclose
Copy link
Contributor Author

tclose commented Jul 8, 2022

Hi @kaczmarj, no worries, thanks for the nice package! A release next week would be great.

@kaczmarj
Copy link
Collaborator

@tclose - i have not forgotten about this. grant writing is taking up all of my time and haven't found a good moment to do this. feel free to ping me here if i don't respond soon enough.

@tclose
Copy link
Contributor Author

tclose commented Jul 27, 2022

Hi @kaczmarj, any updates on the ETA of a new release? This is my only blocker at the moment

@kaczmarj
Copy link
Collaborator

kaczmarj commented Aug 1, 2022

@tclose - thanks for being patient with me... this grant is due wednesday night, so thursday will be new release.

image

@kaczmarj kaczmarj merged commit 3a572c1 into ReproNim:master Aug 4, 2022
@kaczmarj
Copy link
Collaborator

kaczmarj commented Aug 4, 2022

hi @tclose - release 0.9.1 is available! https://pypi.org/project/neurodocker/0.9.1/

and release notes are at https://github.com/ReproNim/neurodocker/releases

i released 0.9.0 with the changes from this pr (and a few others), but then i fixed another issue... so i released 0.9.1.

@tclose
Copy link
Contributor Author

tclose commented Aug 4, 2022

Awesome, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants