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

Reorganise the standard library #227

Merged
merged 6 commits into from May 18, 2020
Merged

Reorganise the standard library #227

merged 6 commits into from May 18, 2020

Conversation

alcarney
Copy link
Member

@alcarney alcarney commented May 18, 2020

  • It makes more sense to have everything related to a given "thing" to be located in the same place. So the shapes, patterns and operators modules have been merged into a single arlunio.lib.mask module.

    The parameters module has now also been renamed to math

  • Updated the arlunio-image directive to align to the above change and also made it so that an error when rendering an image is also logged during a sphinx build

  • Change virtualenv name from .dev to .env

  • Fix reference to flake8 in the .pre-commit-config.yaml file

@codecov
Copy link

codecov bot commented May 18, 2020

Codecov Report

Merging #227 into develop will decrease coverage by 0.04%.
The diff coverage is 92.85%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #227      +/-   ##
===========================================
- Coverage    73.75%   73.70%   -0.05%     
===========================================
  Files           17       18       +1     
  Lines          983      985       +2     
===========================================
+ Hits           725      726       +1     
- Misses         258      259       +1     
Flag Coverage Δ
#unittests 73.70% <92.85%> (-0.05%) ⬇️
Impacted Files Coverage Δ
arlunio/_core.py 95.81% <ø> (-0.02%) ⬇️
arlunio/lib/math.py 100.00% <ø> (ø)
arlunio/doc/directives.py 73.25% <77.77%> (-2.03%) ⬇️
arlunio/lib/mask/__init__.py 100.00% <100.00%> (ø)
arlunio/lib/mask/mask.py 72.72% <100.00%> (ø)
arlunio/lib/mask/pattern.py 31.42% <100.00%> (ø)
arlunio/lib/mask/shape.py 33.82% <100.00%> (ø)

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 cc70a0b...9b547b0. Read the comment docs.

@alcarney alcarney merged commit 02598c6 into swyddfa:develop May 18, 2020
@alcarney alcarney deleted the re-org branch May 18, 2020 19:06
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

1 participant