Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .gitmodules
Empty file.
2 changes: 0 additions & 2 deletions .style.yapf

This file was deleted.

4 changes: 1 addition & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ graft s2fft
graft tests
graft docs

include README.rst
include pytest.ini
include README.md
include LICENCE.txt
include s2fft/default-logging-config.yaml

exclude .coveragerc
exclude *.log
Expand Down
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: auto
threshold: 0.1%
1 change: 0 additions & 1 deletion docs/api/utility/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,4 @@ Utility Functions
healpix_ffts
utils
rotation
logs

7 changes: 0 additions & 7 deletions docs/api/utility/logs.rst

This file was deleted.

5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ classifiers = [
description = "Differentiable and accelerated spherical transforms with JAX"
dependencies = [
"numpy>=1.20",
"colorlog",
"pyyaml",
"jax>=0.3.13",
"jaxlib",
"torch",
Expand Down Expand Up @@ -152,9 +150,6 @@ lint.pep8-naming.classmethod-decorators = [
[tool.setuptools]
packages = ["s2fft"]

[tool.setuptools.package-data]
s2fft = ["default-logging-config.yaml"]

[tool.setuptools_scm]
local_scheme = "no-local-version"
write_to = "s2fft/_version.py"
1 change: 0 additions & 1 deletion s2fft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import jax

from . import logs
from .recursions.price_mcewen import (
generate_precomputes,
generate_precomputes_jax,
Expand Down
58 changes: 0 additions & 58 deletions s2fft/default-logging-config.yaml

This file was deleted.

91 changes: 0 additions & 91 deletions s2fft/logs.py

This file was deleted.

19 changes: 0 additions & 19 deletions tests/test_logs.py

This file was deleted.

Loading