Alejandro Moreo Fernandez
03163f38cf
add missing sphinx_design and pydata-sphinx-theme to docs extra
...
Same fix as master (63075e4 ): conf.py uses pydata_sphinx_theme and
sphinx_design, but the docs extra never listed them, so pip install
.[docs] couldn't build the docs.
2026-07-20 11:06:34 +02:00
Alejandro Moreo Fernandez
125d4bd756
pin setuptools<82 in bayes extra
...
setuptools 82 removed pkg_resources entirely, which httpstan still
imports at runtime; CI's prior `pip install --upgrade setuptools`
step grabs the latest, so an unpinned setuptools didn't help.
2026-07-17 17:39:33 +02:00
Alejandro Moreo Fernandez
0965d99135
add setuptools to bayes extra
...
httpstan imports pkg_resources at runtime, which modern pip/venvs no
longer bootstrap by default, breaking the bayes extra in fresh CI envs.
2026-07-17 17:17:20 +02:00
pglez82
46e7246f3a
adding stan file to setup
2025-11-15 17:04:55 +01:00
pglez82
e4c07e1835
changing the way the file is loaded
2025-11-15 16:51:48 +01:00
Alejandro Moreo Fernandez
da6bb62470
updating broken links to api doc in readme
2024-09-17 11:54:49 +02:00
Mirko Bunse
9be729386a
Fix PyPI: replace the direct extra dependency quapy[composable] with documentation on how to install through git
2024-09-17 10:19:26 +02:00
Mirko Bunse
2dcc086ec2
Installation instructions and new qunfold version
2024-07-02 12:08:42 +02:00
Mirko Bunse
b8b3cf540e
Correct all remaining warnings during the build of the docs
2024-07-01 17:48:23 +02:00
Mirko Bunse
fedf9b492b
Fix the documentation build step of the CI
2024-06-24 14:24:15 +02:00
Mirko Bunse
21a466adf1
Use MyST instead of pandoc with a Makefile
2024-06-24 14:18:53 +02:00
Alejandro Moreo Fernandez
acfb02c51f
bugfix import and missing certifi in setup
2024-05-17 18:04:22 +02:00
Mirko Bunse
2000c33372
Composable methods integrated from qunfold, which is an extra dependency for quapy.method.composable
2024-04-18 10:08:49 +02:00
Mirko Bunse
69b8327fe9
Remove an erroneous import in the unit tests and add extra test dependencies.
2024-04-17 11:44:23 +02:00
Paweł Czyż
2cc4908326
Sketch of the Bayesian quantification
2024-03-15 14:01:24 +01:00
Alejandro Moreo Fernandez
40cb8f78fe
pytests before release
2024-02-14 12:27:19 +01:00
Alejandro Moreo Fernandez
3779bb2123
specifying python >= 3.8 in setup
2023-02-20 09:39:04 +01:00
Alejandro Moreo Fernandez
8fc4669046
import fix
2023-02-14 19:15:59 +01:00
Andrea Esuli
79fbbd9d80
pip package
2021-05-10 13:36:35 +02:00