An open API service providing commit metadata for open source projects.

GitHub / PlotPyStack/guidata / commits

SHA Message Author Date Stats
f4d1b366 fix: update workflow names to specify PyQt5 and PyQt6 Pierre Raybaut <1****t@u****m> 22 days ago
a74e92ff fix: provide a valid font directory to Qt in offscreen mode Pierre Raybaut <1****t@u****m> 28 days ago
2a741388 merge Merge pull request #109 from PlotPyStack/release ThomasMalletCodra <t****t@c****r>
Committed by: GitHub <n****y@g****m>
about 1 month ago
1849a6fc update translations Thomas MALLET <t****t@c****r> about 1 month ago
85e16b8a update changelog Thomas MALLET <t****t@c****r> about 1 month ago
4576a6f5 merge Merge pull request #108 from PlotPyStack/fix/99-gbuild ThomasMalletCodra <t****t@c****r>
Committed by: GitHub <n****y@g****m>
about 2 months ago
9f45fcfe Fix gbuild Duy Anh Philippe PHAM <d****m@c****r> about 2 months ago
782d0190 Renames debug env var to avoid collisions Thomas MALLET <t****t@c****r> about 2 months ago
d4645e5f merge Merge branch 'fix/101-high-dpi-windows-display-scaling' into release Thomas MALLET <t****t@c****r> about 2 months ago
3676f40d fix linter Thomas MALLET <t****t@c****r> about 2 months ago
c6a3aa1c fix checkbox clipping when no text Thomas MALLET <t****t@c****r> about 2 months ago
79bbf634 fix(cleanup): exclude git-tracked files from removal Pierre Raybaut <1****t@u****m> about 2 months ago
107c62de docs(release): add release notes for version 3.14.4 with bug fix for DataSetE... Pierre Raybaut <p****t@c****r> 2 months ago
c3e98dc8 chore: bump version to 3.14.4 Pierre Raybaut <p****t@c****r> 2 months ago
a5dac1b1 fix: prevent reactive callback cascade from overwriting edited field Pierre Raybaut <p****t@c****r> 2 months ago
7c898b89 Add high dpi configuration on init for Qt5 binding (correct config by default... Thomas MALLET <t****t@c****r> 2 months ago
c139a3cc fix: translate filter method and interpolation labels for localization Pierre Raybaut <p****t@c****r> 3 months ago
916501d6 docs(release): update release notes for version 3.14.3 with bug fixes for Fil... Pierre Raybaut <p****t@c****r> 3 months ago
ca1e6bca fix(PreviewTableModel): avoid shared mutable default argument Pierre Raybaut <p****t@c****r> 3 months ago
618f5dac fix(FilesOpenItem): handle None values and avoid unsafe eval Pierre Raybaut <p****t@c****r> 3 months ago
d65cb656 docs: update copilot instructions and dataitems docstring for completeness Pierre Raybaut <p****t@c****r> 3 months ago
b7a49a90 docs(release): update release notes for version 3.14.3 with bug fixes and int... Pierre Raybaut <p****t@c****r> 3 months ago
9cafda26 chore(version): bump version to 3.14.3 Pierre Raybaut <p****t@c****r> 3 months ago
3567d6cd fix(translations): enhance PO file cleanup by adding more headers to remove Pierre Raybaut <p****t@c****r> 3 months ago
cfa90a7c update French translations Pierre Raybaut <p****t@c****r> 3 months ago
7060da34 docs(release): update release notes for version 3.10 to reflect changes in de... Pierre Raybaut <p****t@c****r> 3 months ago
2d59902d merge Merge branch 'ci/run_script_uniformisation' into develop Thomas MALLET <t****t@c****r> 3 months ago
01af1c65 fix(tasks): add run_with_env.py wrapper to Coverage full task for consistency Thomas MALLET <t****t@c****r> 3 months ago
ff48226a add legacy support for env variable WINPYDIRBASE Thomas MALLET <t****t@c****r> 3 months ago
3a5135ad update vscode tasks Thomas MALLET <t****t@c****r> 3 months ago
16e3f433 new .py script to run task within multiple python env context (winpython, ven... Thomas MALLET <t****t@c****r> 3 months ago
107eb20a merge Merge branch 'fix/internal_console' into develop Thomas MALLET <t****t@c****r> 4 months ago
9a3de1a1 improve styling QSS Thomas MALLET <t****t@c****r> 4 months ago
ccd8e72b Refactor build_deploy.yml to separate test jobs for PyQt5 and PyQt6 Pierre Raybaut <p****t@c****r> 5 months ago
4b012dad Update release notes for version 3.14.2 and fix formatting of bug fixes Pierre Raybaut <p****t@c****r> 5 months ago
1a5314fe Fix exec_dialog to validate QDialog before deleting Pierre Raybaut <p****t@c****r> 5 months ago
65110524 Update test_pyqt6.yml to include additional dependencies for testing Pierre Raybaut <p****t@c****r> 5 months ago
0599d2a8 Add GitHub workflows for testing with PyQt5 and PyQt6 Pierre Raybaut <p****t@c****r> 5 months ago
045be274 Fix MultipleChoiceItem validation and update choices to tuple Pierre Raybaut <p****t@c****r> 5 months ago
1b78291c Improve QtPy compatibility handling Pierre Raybaut <p****t@c****r> 5 months ago
931e12f7 Bump version to 3.14.2 Pierre Raybaut <p****t@c****r> 5 months ago
3953a7de Fix console Duy Anh Philippe PHAM <d****m@c****r> 5 months ago
61a6fdb1 CI: Gate PyPI deployment on test suite passing Pierre Raybaut <p****t@g****m> 5 months ago
e44dd1af Fix merge conflict and add official support for Python 3.14 in release notes Pierre Raybaut <p****t@g****m> 5 months ago
453e8edb merge Merge remote-tracking branch 'origin/master' into develop Pierre Raybaut <p****t@g****m> 5 months ago
83ef5dec Update release notes for version 3.14.1 Pierre Raybaut <p****t@g****m> 5 months ago
bbecaa49 Bump version to 3.14.1 Pierre Raybaut <p****t@g****m> 5 months ago
ff664fbc Simplify widget name retrieval in close_widgets_and_quit function Pierre Raybaut <p****t@g****m> 5 months ago
36038bba Refactor refresh action lambda for improved readability Pierre Raybaut <p****t@g****m> 5 months ago
0452379e Add is_qobject_valid() utility for PySide6 compatibility Pierre Raybaut <p****t@g****m> 5 months ago
72d35f7b merge Merge remote-tracking branch 'codra/feature/Python3.14support' Pierre Raybaut <p****t@c****r> 5 months ago
941b6b6b Update documentation/release notes Thomas MALLET <t****t@c****r> 5 months ago
baf5f756 Update documentation/release notes Thomas MALLET <t****t@c****r> 5 months ago
d3da2f7f Add Python 3.14 to CI test matrix Thomas MALLET <t****t@c****r> 5 months ago
aeaf8646 Add Python 3.14 classifier to pyproject.toml Thomas MALLET <t****t@c****r> 5 months ago
2d018518 Support 3.14 Tasks .vscode Duy Anh Philippe PHAM <d****m@c****r> 5 months ago
e040cf49 merge Merge branch 'master' of https://github.com/PierreRaybaut/guidata Pierre Raybaut <p****t@g****m> 5 months ago
0edc522f Update PyQt5 version constraint in documentation dependencies Pierre Raybaut <p****t@g****m> 5 months ago
24863eb2 Add PyQt5 module details to documentation requirements Pierre Raybaut <p****t@g****m> 5 months ago
ea561bda Add PyQt5 module details to documentation requirements Pierre Raybaut <p****t@g****m> 5 months ago
67c1ab47 Add icon browser widget documentation and screenshot Pierre Raybaut <p****t@g****m> 5 months ago
eef05ee6 merge Merge branch 'develop' Pierre Raybaut <p****t@g****m> 5 months ago
3e19f50e Enhance DataSet representation: add detailed __repr__ method and include attr... Pierre Raybaut <p****t@g****m> 5 months ago
cb68cb0d Add HTML representation methods for Jupyter notebook display in LabeledEnum a... Pierre Raybaut <p****t@g****m> 5 months ago
a49f248b Add --prebuild option to securebuild for pre-build commands Pierre Raybaut <p****t@c****r> 7 months ago
bd965896 Add AI Coding Agent instructions to the documentation Pierre Raybaut <p****t@c****r> 7 months ago
38f514d0 Revert "Bump version to 3.13.5" Pierre Raybaut <p****t@c****r> 7 months ago
61c47340 Revert "Enhance translation file management: Add cleanup function to remove v... Pierre Raybaut <p****t@c****r> 7 months ago
c7949342 Revert "Add cleanup function for Sphinx documentation translation files to pr... Pierre Raybaut <p****t@c****r> 7 months ago
decae5de Update release notes for version 3.14.0: move 3.13.5 changes Pierre Raybaut <p****t@c****r> 7 months ago
e111759b Add cleanup function for Sphinx documentation translation files to prevent me... Pierre Raybaut <p****t@c****r> 7 months ago
7af3cd41 Add cleanup function for Sphinx documentation translation files to prevent me... Pierre Raybaut <p****t@c****r> 7 months ago
79f67500 Enhance translation file management: Add cleanup function to remove volatile ... Pierre Raybaut <p****t@c****r> 7 months ago
a920b44d Enhance translation file management: Add cleanup function to remove volatile ... Pierre Raybaut <p****t@c****r> 7 months ago
77ab029d Bump version to 3.13.5 Pierre Raybaut <p****t@c****r> 7 months ago
f8c06d2b Update release notes for version 3.13.4 with release date and fix documentati... Pierre Raybaut <p****t@c****r> 7 months ago
b4741b16 Update release notes for version 3.13.4: Correct release dates for previous v... Pierre Raybaut <p****t@c****r> 7 months ago
4e1d6530 Update release notes for version 3.13.4: Enhance BoolItem numpy compatibility... Pierre Raybaut <p****t@c****r> 7 months ago
28699f65 Add PyQt5 to documentation dependencies in pyproject.toml Pierre Raybaut <p****t@c****r> 7 months ago
b4c6177c Add PyQt5 to documentation dependencies in pyproject.toml Pierre Raybaut <p****t@c****r> 7 months ago
f7c7b7ba Update license format in pyproject.toml to use file reference Pierre Raybaut <p****t@c****r> 7 months ago
84f8fd58 Update license format in pyproject.toml to use file reference Pierre Raybaut <p****t@c****r> 7 months ago
e3ffae0a Removed deprecated changelog Pierre Raybaut <p****t@c****r> 7 months ago
f7481fc7 merge Merge branch 'develop' of https://github.com/Codra-Ingenierie-Informatique/gu... Pierre Raybaut <p****t@c****r> 7 months ago
2cbd6bee Replace changelog by release notes Pierre Raybaut <p****t@c****r> 7 months ago
3a42f0e4 Replace changelog by release notes Pierre Raybaut <p****t@c****r> 7 months ago
746541c1 Replace changelog by release notes Pierre Raybaut <p****t@c****r> 7 months ago
e6dc8f0f CHANGELOG: add missing version header for 3.13.4 Pierre Raybaut <p****t@c****r> 7 months ago
56a14a01 Revert "Add Icon Browser utility for browsing icon collections" Pierre Raybaut <p****t@c****r> 7 months ago
e9169daa Revert "Bump version to 3.14.0" Pierre Raybaut <p****t@c****r> 7 months ago
c9bd6c6e Update Git workflow documentation and include release branch in CI configuration Pierre Raybaut <p****t@c****r> 7 months ago
3af9643e CHANGELOG: document new features in cleanup utility Pierre Raybaut <p****t@c****r> 7 months ago
d4a6a57b Fix BoolItem to convert numpy.bool_ to Python bool Pierre Raybaut <p****t@c****r> 7 months ago
26f86f0e Fix BoolItem to convert numpy.bool_ to Python bool Pierre Raybaut <p****t@c****r> 7 months ago
9b215fbf Enhance documentation cleanup: add support for removing PDF files with lib na... Pierre Raybaut <p****t@c****r> 8 months ago
3696f947 Enhance cleanup utility: add case sensitivity option for glob patterns and im... Pierre Raybaut <p****t@c****r> 8 months ago
2ea3557e Add refresh action to IconBrowser toolbar for reloading current folder Pierre Raybaut <p****t@c****r> 8 months ago
0290b238 Fix blurry SVG icons in Icon Browser by using QIcon for proper vector rendering Pierre Raybaut <p****t@c****r> 8 months ago
bc5c71eb Add Icon Browser utility for browsing icon collections Pierre Raybaut <p****t@g****m> 8 months ago
9d64fa5c Bump version to 3.14.0 Pierre Raybaut <p****t@g****m> 8 months ago

← Back to repository