Commit graph

552 commits

Author SHA1 Message Date
Cédric Bonhomme
bc9b91e983
chg: [type] Changed the way variables in some funtions are typed. 2023-05-21 10:30:11 +02:00
Cédric Bonhomme
c12b371e7d
chg: [type] Changed the way the dict in erotosthenes funtion is typed. 2023-05-21 10:26:33 +02:00
Cédric Bonhomme
3fd55e2e79
fix: [type] Removed the return type of the function n_at_a_time. 2023-05-21 10:21:48 +02:00
Cédric Bonhomme
7abce7d5d9
fixed few mypy related issues. 2023-04-26 14:17:49 +02:00
Cédric Bonhomme
6d87ba2921
chg: [dependencies] Updated Python dependencies. 2023-04-26 13:58:40 +02:00
Cédric Bonhomme
eb639510ce
Updated dependencies and README. 2023-03-29 08:22:29 +02:00
Cédric Bonhomme
d10805427a
Fixed conflicts. 2023-03-15 07:55:28 +01:00
Cédric Bonhomme
bfc5d332be
Updated opencv-python dependency. 2023-03-15 07:54:39 +01:00
Cédric Bonhomme
e2fe642e3d
chg: [dependencies] Fixed conflict in poetry.lock 2023-02-25 10:29:14 +01:00
Cédric Bonhomme
92d3e0697d
chg: [dependencies] Updated dependencies. 2023-02-25 10:28:12 +01:00
Cédric Bonhomme
4575319307
added .pre-commit-config.yaml file. 2023-01-16 15:13:17 +01:00
Cédric Bonhomme
0080ec06f7
upgraded pyproject.toml file 2023-01-16 15:12:01 +01:00
Cédric Bonhomme
d6a18a71e4
fix: [numpy] is a deprecated alias for . (Deprecated NumPy 1.24) 2023-01-09 13:46:51 +01:00
Cédric Bonhomme
fa741328f3
chg: [security] Updated certifi. 2023-01-09 09:42:01 +01:00
Cédric Bonhomme
2abe01660d
chg: [dependencies] Updated various Python dependencies. 2023-01-01 19:51:47 +01:00
Cédric Bonhomme
3dd5dd2be3
chg: [security] GHSA-43fp-rhv2-5gv8 Upgraded certifi (2022.9.24 => 2022.12.7). 2022-12-09 09:54:07 +01:00
Cédric Bonhomme
857d311a79
chg: [workflows] Updated python version in matrix workflow strategy. 2022-12-02 21:13:34 +01:00
Cédric Bonhomme
0daa5208c7
chg: [workflows] Updated python version in matrix workflow strategy. 2022-12-02 21:07:37 +01:00
Cédric Bonhomme
ea2f1a6eda
chg: [workflows] Updated python version in matrix workflow strategy. 2022-12-02 21:01:45 +01:00
Cédric Bonhomme
03ebf467a2
chg: [workflows] Updated python version in matrix workflow strategy. 2022-12-02 21:00:11 +01:00
Cédric Bonhomme
7f9c34c6da
chg: [workflows] Updated python version in matrix workflow strategy. 2022-12-02 20:58:49 +01:00
Cédric Bonhomme
dd16c1cb61
chg: [workflows] Updated python version in matrix workflow strategy. 2022-12-02 20:56:12 +01:00
Cédric Bonhomme
257fa03c9f
chg: [dependencies] Updated numpy and other dependencies. 2022-12-02 20:45:22 +01:00
Cédric Bonhomme
e68404176a
chg: [workflows] Updated build workflows. 2022-11-20 21:57:39 +01:00
Cédric Bonhomme
e988e9e02a
chg: [release] Updated CHANGELOG. 2022-11-20 21:50:45 +01:00
Cédric Bonhomme
fb4b596726
fix: [flake8] Addressed flake8 warnings. 2022-11-20 21:49:02 +01:00
Cédric Bonhomme
0f8b0cef1f
chg: [command] The selection of a sub-command is mandatory. 2022-11-20 21:37:29 +01:00
Cédric Bonhomme
3b619afa17
Updated README. !minor. 2022-11-20 00:54:02 +01:00
Cédric Bonhomme
4c37a41e77
chg: [workflows] On GitHub removed the mypy check for Python 3.11. 2022-11-20 00:45:40 +01:00
Cédric Bonhomme
a67793e7a2
chg: [workflows] For GitHub Actions unit tests are done with nose2. 2022-11-20 00:39:02 +01:00
Cédric Bonhomme
298acb7d57
chg: [flake] Added exit-zero parameter. 2022-11-20 00:33:17 +01:00
Cédric Bonhomme
3eaa93e36c
new: [workflow] Added unit tests and mypy checks to the GitHub workflow. 2022-11-20 00:31:15 +01:00
Cédric Bonhomme
18d1176ae8
chg [release]: Updated changelog and documentation. 2022-11-20 00:27:14 +01:00
Cédric Bonhomme
2e4f1629fd
fix: [mypy] Addressed mypy errors. 2022-11-20 00:15:25 +01:00
Cédric Bonhomme
bee5f819d9
chg: [contributors] Added a new contributor. 2022-11-20 00:11:16 +01:00
Cédric Bonhomme
1f684966cc
chg: [tests] Removed test which exceded the limit of int that can be parsed. 2022-11-20 00:06:46 +01:00
Cédric Bonhomme
a610da148e
chg: Set Python version to >=3.8,<3.12. 2022-11-20 00:03:41 +01:00
Cédric Bonhomme
cf40cb26b0
Updated dependencies 2022-11-19 23:59:35 +01:00
Cédric Bonhomme
e290d1260e
chg: [flake] Addressed some flake and mypy issues. 2022-11-13 23:28:32 +01:00
Cédric Bonhomme
fc53f2a6b9
chg: [style] Fixed style with black. 2022-11-13 23:05:10 +01:00
Cédric Bonhomme
e6e0f4f80f
chg: [documentation] Removed dead link from the documentation. 2022-11-13 23:04:35 +01:00
Cédric Bonhomme
053c27ad4f
chg: [tests] Use a bigger picture with the Mersenne generator. 2022-11-13 20:34:40 +01:00
Cedric
43b963d4f1
Merge pull request #34 from FlavienRx/refacto
Refacto & merge lsb with lsbset
2022-11-13 14:08:40 +00:00
Flavien
076a5d447f Update documentation 2022-11-12 17:13:12 +01:00
Flavien
82b59f73db Add test with mersenne generator 2022-11-11 14:19:34 +01:00
Flavien
54938159d4 Add test with ackermann_naive generator 2022-11-11 14:07:40 +01:00
Flavien
f6aa2207f4 Merge lsb and lsbset bin 2022-11-11 14:06:48 +01:00
Flavien
eed1f08526 Merge lsb and lsbset tests 2022-11-11 12:17:16 +01:00
Flavien
3103a3ae9b Merge lsb and lsbset modules 2022-11-11 12:15:25 +01:00
Flavien
0d98e1834c Create Hider and Revealer class 2022-11-09 17:15:21 +01:00