Skip to content

Commit b1d7560

Browse files
committed
use pyproject.toml
1 parent ef663c0 commit b1d7560

360 files changed

Lines changed: 39 additions & 432 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ v0.2.3b2:
4343
2026-05-19 b99fbd3 Categorical fixes
4444
2026-07-17 1daf53c fill2nan fix
4545
2026-07-30 5c6eb04 rasterize heatmap if > 50000 cells
46+
2026-07-31 ef663c0 test updates

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ else
153153
$(CONDA)/bin/conda create -y --name python-$(PYTHON)-matplotlib-$(MATPLOTLIB) python=$(PYTHON)
154154
endif
155155
$(CONDA_ACTIVATE) python-$(PYTHON)-matplotlib-$(MATPLOTLIB) && pip install matplotlib=="$(MATPLOTLIB).*"
156-
@ $(CONDA_ACTIVATE) python-$(PYTHON)-matplotlib-$(MATPLOTLIB) && python$(PYTHON) setup.py develop | grep "Best"
156+
@ $(CONDA_ACTIVATE) python-$(PYTHON)-matplotlib-$(MATPLOTLIB) && python$(PYTHON) -m pip install --editable '.[dev]'
157157
# Not sure why the install of pytest is needed given it is in setup.py, but I get pytest install errors otherwise.
158158
# Note that pillow==8 is needed for Python 3.6. Ideally this would be set in setup.py.
159159
#@ $(CONDA_ACTIVATE) python-$(PYTHON)-matplotlib-$(MATPLOTLIB) && pip install pytest; pip install .
@@ -183,7 +183,7 @@ venv-test:
183183
package:
184184
make clean
185185
make version-update
186-
python setup.py sdist
186+
python -m build --sdist
187187

188188
env-$(PYTHON):
189189
$(CONDA_ACTIVATE) python-$(PYTHON)-matplotlib-$(MATPLOTLIB); \

hapiplot/autoplot/__init__.py

Whitespace-only changes.

hapiplot/autoplot/autoplot.png

-4.25 KB
Binary file not shown.

hapiplot/autoplot/autoplot.py

Lines changed: 0 additions & 140 deletions
This file was deleted.

hapiplot/autoplot/autoplot_test.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)