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

Cicd #1

Merged
merged 19 commits into from
Oct 27, 2023
Merged

Cicd #1

merged 19 commits into from
Oct 27, 2023

Commits on Mar 15, 2023

  1. 🚧 setup base package

    - reference version from setup.cfg in njab package
    - define build tools
    - add pkg metadata in setup.cfg
    Henry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6f2243b View commit details
    Browse the repository at this point in the history
  2. ✨ get tox to run

    Henry committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    003b2e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. 🎨 format using yapf with pep8

    Henry committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1fd1200 View commit details
    Browse the repository at this point in the history
  2. 🚨 flake8 and flake8-bugbear compatibiliy

    - F401 error : include __all__, and remove some unnecessary import
    - B006: no mutable default arguments
    - B008: no function or instance contruction in function parameters
    - B020: rename assigned in for loop (text used twice)
    
    next: need to add a few integration tests
    Henry committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    96afa1e View commit details
    Browse the repository at this point in the history
  3. 🎨 yapf 0.31.0 -> 0.32.0 , update tox configs

    - artefact of formatting?
    - update tox configurations
    Henry committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0cc5212 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. ✨ setup basic documentation

    - tox environments don't manage to build references
      -> future annotations for python 3.8 don't work...
      -> find out why
    Henry committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    d7c3562 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    b84ece1 View commit details
    Browse the repository at this point in the history
  2. 🎨 visualizations and display fixes

    Henry committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    4b73dc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. 👷 check formatting and linting

    Henry committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    204b17e View commit details
    Browse the repository at this point in the history
  2. ✨ setup testing directory

    Henry committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d455956 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. 📝 build documentation locally

    will be done in readthedocs once published
    Henry committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    35f955e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. 📝 docstrings for submodules and functions

    Henry committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a5833bf View commit details
    Browse the repository at this point in the history
  2. ✅ add test from comments, test import

    on scoring
    Henry committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b663f1e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. 🎨 format with yapf

    Henry committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f9cce9b View commit details
    Browse the repository at this point in the history
  2. 🐛 yapf 40.2 formatting

    Henry committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6e62b95 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. :sparkes: readthedocs dependencies

    Henry committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e72e742 View commit details
    Browse the repository at this point in the history
  2. 📝 add README of repo as landing page

    Henry committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    422a285 View commit details
    Browse the repository at this point in the history
  3. 🐛 comment and empty line error, adapt title

    Henry committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e959786 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. ✨ Add source code view

    Henry committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    455c385 View commit details
    Browse the repository at this point in the history