• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

f-dangel / backpack
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: fix-rtd-build
DEFAULT BRANCH: master
Repo Added 02 Jan 2020 05:37PM UTC
Files 252
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix-rtd-build
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 1.1.0
  • 1.1.1
  • 1.2.0
  • adaptive-pooling-for-diagh
  • automate-pypi-release
  • batch-grad-transform
  • bce-with-logits-loss
  • bce_kfac
  • black-22.1.0
  • branching
  • broken-kfra-conv
  • bug-convolution-groups
  • changelog-update-1-6
  • ci-test-multiple-pytorch-versions
  • conv-batch-grad-extensions
  • conv-tests
  • conv-transpose
  • conv-weight-mjp-functorch
  • conv1d-3d-derivatives
  • convnd-extract-weight-diagonal-support-groups
  • convnd-weight-jac-support-groups
  • convndtranspose-extract-weight-diagonal-support-groups
  • convndtranspose-weight-jac-support-groups
  • crossentropy-unsupported-parameters
  • curvmatprod-example-cg-newton
  • curvmatprod-example-hutchinson
  • deprecate-python35
  • deprecate-system-packages
  • development
  • development-backup-rnn-merge
  • diag-ggn-parent-class
  • doc-add-per-sample-curvatures
  • doc-update-supported-layers
  • docstring-standards
  • eingroup_improvement
  • extension-hook
  • first-order-resnets
  • fix-batch-size-1-settings
  • fix-example-imports
  • fix-examples-website
  • fix-flake8-abc
  • fix-gpu-tests
  • fix-pypi-release
  • fix-pytorch-memlab
  • fix-rtd-build
  • fix-second-order-extensions-elu-selu
  • forbid-inplace
  • generalize-jac-t-interface
  • hbp-no-support-groups
  • hvp-allow-gradients
  • improve-backpropagation-conditions
  • improve-batch-axis-detection
  • improve-doc-coverage
  • improve-readme
  • inconsistent-yield
  • issue30
  • kfac-ConvNd
  • linear-support-additional-dimensions
  • linear-support-additional-dimensions-extensions
  • lint
  • lint-doc-examples
  • lint-examples
  • lstm-proj-size
  • martens2010estimating
  • master
  • mc-samples
  • more-examples
  • mse-loss-hyperparameters
  • mse-with-vectors
  • multiple-inputs
  • new-shape-convention
  • no-io-context
  • owkin-benchmark
  • padding-custom-module
  • partial-docstring-checks
  • pep8-style
  • pfischer-hbp-batchnorm
  • post-extension-hook
  • prepare-merge-development-into-rnn
  • prepare-merge-rnn-into-development
  • prepare-release
  • pytorch-1-13-support
  • refactor-and-update-ggnmp
  • refactor-curvmatprod
  • release
  • remove-detach
  • remove-get-module
  • remove-pch-med
  • remove_opt_einsum
  • remove_shape_buffers
  • resnet-cifar10
  • restructure-cmp
  • retain-graph-example
  • revert-save-memory
  • rnn
  • rtd
  • rtd-logo
  • rtd-web
  • save-memory-use-case
  • second-order-losses
  • simplify-core-tests
  • slicing-custom-module
  • sqrt-ggn-batchnorm
  • sqrt-ggn-resnet-modules
  • sqrtggnexact-extension
  • sqrtggnmc-extension
  • subsampling
  • subsampling-batch-grad
  • subsampling-bias-jac-t
  • subsampling-example
  • subsampling-jac-t-mat-prod
  • subsampling-rnn-lstm-param-jac-t
  • subsampling-sqrt-ggn
  • subsampling-sqrt-hessian
  • subsampling-weight-jac-t
  • support-torch-2
  • test-case-flatten-no-op
  • test-coverage
  • test-derivatives
  • test-extensions
  • test-hessian-properties
  • test-reduce-run-time
  • torch-1-12-0-compatibility
  • torch-compatibility
  • try-view-unnecessary-from-torch-1.4
  • update-changelog
  • update-ci
  • update-doc
  • update-type-annotations-python-37
  • use-case-batched-jacobians
  • use-cases
  • use-isort
  • use-unfoldNd-package
  • writing-new-layers

01 Mar 2024 07:43PM UTC coverage: 98.375%. Remained the same
8116392284

Pull #323

github

f-dangel
[FMT] Apply `black==24.2.0`
Pull Request #323: [FIX | FMT] RTD build, apply latest `black` and `isort`

1 of 1 new or added line in 1 file covered. (100.0%)

15 existing lines in 3 files now uncovered.

4420 of 4493 relevant lines covered (98.38%)

13.73 hits per line

Relevant lines Covered
Build:
Build:
4493 RELEVANT LINES 4420 COVERED LINES
13.73 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
8116392284 fix-rtd-build [FMT] Apply `black==24.2.0` Pull #323 01 Mar 2024 08:02PM UTC f-dangel github
98.38
8116261751 fix-rtd-build Merge 1b9b5b133 into e9b1dd361 Pull #323 01 Mar 2024 07:59PM UTC web-flow github pending completion  
8116261751 fix-rtd-build Merge 610195223 into e9b1dd361 Pull #323 01 Mar 2024 07:47PM UTC web-flow github
98.38
8116256563 fix-rtd-build [DOC] Fix RTD build push 01 Mar 2024 07:45PM UTC f-dangel github
98.38
8116247530 docs-second-order Merge 525123b27 into e9b1dd361 Pull #320 01 Mar 2024 07:43PM UTC web-flow github
98.38
7584445564 docs-second-order Merge 62ca347fb into e9b1dd361 Pull #320 19 Jan 2024 03:08PM UTC web-flow github
98.38
6041283943 development [ADD] Support `AdaptiveAvgPool{1, 2, 3}d` in `DiagHessian` (#314) * Add AdaptiveAvgPoolNd to Diagonal Hessian extension * Add tests for DiagHessian + AdaptiveAvgPoolNd --------- Co-authored-by: Felix Dangel <felix.dangel@vectorinstitute.ai> push 31 Aug 2023 07:19PM UTC web-flow github
98.38
6040796763 development [CI] Drop `system_packages` in RTD config push 31 Aug 2023 06:30PM UTC web-flow github
98.37
6040803957 adaptive-pooling-for-diagh Merge branch 'development' into adaptive-pooling-for-diagh Pull #314 31 Aug 2023 06:29PM UTC Felix Dangel github
98.38
6040710855 deprecate-system-packages [REQ] Use `sphinx<7` in RTD build `sphinx-rtd-theme` is not compatible with `sphinx7`, see https://github.com/readthedocs/readthedocs.org/issues/10279 push 31 Aug 2023 06:04PM UTC Felix Dangel github
98.37
See All Builds (1675)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc