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

refactor: Updated build config and documentation theme #213

Merged
merged 12 commits into from
Jun 2, 2022
Merged

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented Jun 2, 2022

This PR introduces the following modifications:

  • moves all config files to pyproject.toml apart from .flake8 (no support yet cf. pyproject.toml (PEP 518) support PyCQA/flake8#234)
  • removes old requirements.txt and dep verification job
  • updates CI ref
  • updates master branch ref to main
  • updates README badges
  • updates documentation theme
  • moved collect_env from scripts to .github folder
  • added black formatting and made mypy stricter
  • fixed conda recipe

@frgfm frgfm added topic: docs Improvements or additions to documentation type: improvement New feature or request func: build Related to build and installation ext: docs ext: ci type: code quality labels Jun 2, 2022
@frgfm frgfm added this to the 0.3.0 milestone Jun 2, 2022
@frgfm frgfm self-assigned this Jun 2, 2022
@codecov
Copy link

codecov bot commented Jun 2, 2022

Codecov Report

Merging #213 (103d952) into main (9928a84) will increase coverage by 0.00%.
The diff coverage is 91.76%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #213   +/-   ##
=======================================
  Coverage   93.50%   93.50%           
=======================================
  Files          56       56           
  Lines        3125     3126    +1     
=======================================
+ Hits         2922     2923    +1     
  Misses        203      203           
Impacted Files Coverage Δ
holocron/models/classification/repvgg.py 88.50% <54.54%> (ø)
holocron/ops/boxes.py 98.24% <66.66%> (ø)
holocron/optim/wrapper.py 85.93% <68.75%> (ø)
holocron/nn/modules/loss.py 90.36% <71.42%> (ø)
holocron/trainer/classification.py 91.07% <71.42%> (ø)
holocron/nn/modules/lambda_layer.py 93.87% <72.72%> (ø)
holocron/nn/modules/downsample.py 92.75% <75.00%> (ø)
holocron/optim/functional.py 84.93% <75.00%> (ø)
holocron/optim/lars.py 76.36% <83.33%> (ø)
holocron/optim/tadam.py 78.33% <83.33%> (ø)
... and 34 more

@frgfm frgfm merged commit 7f5741f into main Jun 2, 2022
@frgfm frgfm deleted the pyproject branch June 2, 2022 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: ci ext: docs func: build Related to build and installation topic: docs Improvements or additions to documentation type: improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant