rodrigo-arenas / pyworkforce

Standard tools for workforce management, queuing, scheduling, rostering and optimization problems.
https://pyworkforce.readthedocs.io
MIT License
73 stars 19 forks source link

Release 0.4.1 #26

Closed rodrigo-arenas closed 2 years ago

rodrigo-arenas commented 2 years ago

This PR implements the first version of the package docs; it adds all the API references and ErlangC tutorials.

It also includes GitHub tests with support for different O.S; at the same time, it changes the package support to python 3.7, 3.8 and 3.9

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (91f4ddf) into main (228af30) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   99.20%   99.21%   +0.01%     
==========================================
  Files           8       10       +2     
  Lines         250      254       +4     
==========================================
+ Hits          248      252       +4     
  Misses          2        2              
Impacted Files Coverage Δ
pyworkforce/shifts/base.py 100.00% <ø> (ø)
pyworkforce/shifts/shifts_selection.py 100.00% <ø> (ø)
pyworkforce/__init__.py 100.00% <100.00%> (ø)
pyworkforce/_version.py 100.00% <100.00%> (ø)
pyworkforce/queuing/erlang.py 97.91% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more