pylocuszoom 1.1.1__tar.gz → 1.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/CHANGELOG.md +7 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/PKG-INFO +6 -6
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/README.md +5 -5
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/pyproject.toml +1 -1
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/__init__.py +1 -1
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/uv.lock +1 -1
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/.gitattributes +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/.github/workflows/ci.yml +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/.github/workflows/publish.yml +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/.gitignore +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/.pre-commit-config.yaml +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/CONTRIBUTING.md +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/LICENSE.md +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/bioconda/meta.yaml +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/docs/ARCHITECTURE.md +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/docs/CODEMAP.md +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/docs/USER_GUIDE.md +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/eqtl_bokeh.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/eqtl_overlay.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/eqtl_plotly.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/finemapping_bokeh.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/finemapping_plot.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/finemapping_plotly.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/forest_plot.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/generate_example_plots.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/getting_started.ipynb +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_bokeh.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_plot.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_plotly.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_qq_bokeh.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_qq_canine.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_qq_plotly.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_qq_sidebyside.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_qq_stacked.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_qq_stacked_bokeh.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_qq_stacked_plotly.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_stacked.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_stacked_bokeh.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/manhattan_stacked_plotly.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/phewas_plot.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/qq_bokeh.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/qq_plot.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/qq_plotly.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/regional_plot.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/regional_plot_with_recomb.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/regional_recomb_bokeh.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/regional_recomb_plotly.html +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/examples/stacked_plot.png +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/logo.svg +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/_plotter_utils.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/backends/__init__.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/backends/base.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/backends/bokeh_backend.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/backends/hover.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/backends/matplotlib_backend.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/backends/plotly_backend.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/colors.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/config.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/ensembl.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/eqtl.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/exceptions.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/finemapping.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/forest.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/gene_track.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/labels.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/ld.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/loaders.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/logging.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/manhattan.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/manhattan_plotter.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/phewas.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/plotter.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/py.typed +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/qq.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/recombination.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/reference_data/__init__.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/schemas.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/stats_plotter.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/utils.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/src/pylocuszoom/validation.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/conftest.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_backend_bugs.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_backends.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_colors.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_config.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_edge_cases.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_ensembl.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_ensembl_integration.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_eqtl.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_exceptions.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_finemapping.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_forest.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_gene_track.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_hover.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_labels.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_ld.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_loaders.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_logging.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_manhattan.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_manhattan_plotter.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_notebook_backends.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_phewas.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_plotter.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_plotter_manhattan_qq.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_plotter_utils.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_qq.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_recombination.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_stats_plotter.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_utils.py +0 -0
- {pylocuszoom-1.1.1 → pylocuszoom-1.1.2}/tests/test_validation.py +0 -0
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.1.2] - 2026-01-30
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- README documentation links now work on PyPI (use absolute GitHub URLs)
|
|
13
|
+
|
|
8
14
|
## [1.1.1] - 2026-01-30
|
|
9
15
|
|
|
10
16
|
### Fixed
|
|
@@ -265,6 +271,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
265
271
|
- bokeh >= 3.8.2
|
|
266
272
|
- kaleido >= 0.2.0
|
|
267
273
|
|
|
274
|
+
[1.1.2]: https://github.com/michael-denyer/pyLocusZoom/compare/v1.1.1...v1.1.2
|
|
268
275
|
[1.1.1]: https://github.com/michael-denyer/pyLocusZoom/compare/v1.1.0...v1.1.1
|
|
269
276
|
[1.1.0]: https://github.com/michael-denyer/pyLocusZoom/compare/v1.0.2...v1.1.0
|
|
270
277
|
[1.0.2]: https://github.com/michael-denyer/pyLocusZoom/compare/v1.0.1...v1.0.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pylocuszoom
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Publication-ready regional association plots with LD coloring, gene tracks, and recombination overlays
|
|
5
5
|
Project-URL: Homepage, https://github.com/michael-denyer/pylocuszoom
|
|
6
6
|
Project-URL: Documentation, https://github.com/michael-denyer/pylocuszoom#readme
|
|
@@ -648,11 +648,11 @@ Optional:
|
|
|
648
648
|
|
|
649
649
|
## Documentation
|
|
650
650
|
|
|
651
|
-
- [User Guide](docs/USER_GUIDE.md) - Comprehensive documentation with API reference
|
|
652
|
-
- [Code Map](docs/CODEMAP.md) - Architecture diagram with source code links
|
|
653
|
-
- [Architecture](docs/ARCHITECTURE.md) - Design decisions and component overview
|
|
654
|
-
- [Example Notebook](examples/getting_started.ipynb) - Interactive tutorial
|
|
655
|
-
- [CHANGELOG](CHANGELOG.md) - Version history
|
|
651
|
+
- [User Guide](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/USER_GUIDE.md) - Comprehensive documentation with API reference
|
|
652
|
+
- [Code Map](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/CODEMAP.md) - Architecture diagram with source code links
|
|
653
|
+
- [Architecture](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/ARCHITECTURE.md) - Design decisions and component overview
|
|
654
|
+
- [Example Notebook](https://github.com/michael-denyer/pyLocusZoom/blob/main/examples/getting_started.ipynb) - Interactive tutorial
|
|
655
|
+
- [CHANGELOG](https://github.com/michael-denyer/pyLocusZoom/blob/main/CHANGELOG.md) - Version history
|
|
656
656
|
|
|
657
657
|
## License
|
|
658
658
|
|
|
@@ -602,11 +602,11 @@ Optional:
|
|
|
602
602
|
|
|
603
603
|
## Documentation
|
|
604
604
|
|
|
605
|
-
- [User Guide](docs/USER_GUIDE.md) - Comprehensive documentation with API reference
|
|
606
|
-
- [Code Map](docs/CODEMAP.md) - Architecture diagram with source code links
|
|
607
|
-
- [Architecture](docs/ARCHITECTURE.md) - Design decisions and component overview
|
|
608
|
-
- [Example Notebook](examples/getting_started.ipynb) - Interactive tutorial
|
|
609
|
-
- [CHANGELOG](CHANGELOG.md) - Version history
|
|
605
|
+
- [User Guide](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/USER_GUIDE.md) - Comprehensive documentation with API reference
|
|
606
|
+
- [Code Map](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/CODEMAP.md) - Architecture diagram with source code links
|
|
607
|
+
- [Architecture](https://github.com/michael-denyer/pyLocusZoom/blob/main/docs/ARCHITECTURE.md) - Design decisions and component overview
|
|
608
|
+
- [Example Notebook](https://github.com/michael-denyer/pyLocusZoom/blob/main/examples/getting_started.ipynb) - Interactive tutorial
|
|
609
|
+
- [CHANGELOG](https://github.com/michael-denyer/pyLocusZoom/blob/main/CHANGELOG.md) - Version history
|
|
610
610
|
|
|
611
611
|
## License
|
|
612
612
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pylocuszoom"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.2"
|
|
8
8
|
description = "Publication-ready regional association plots with LD coloring, gene tracks, and recombination overlays"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "GPL-3.0-or-later"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|