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

dmeoli / optiml / 28212963022
84%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2026 02:24AM UTC
Jobs 1
Files 33
Run time 1min
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

26 Jun 2026 02:18AM UTC coverage: 82.091% (+2.9%) from 79.186%
28212963022

push

github

dmeoli
Render docstring math as LaTeX for the documentation site

Convert the plain-text formulas in the docstrings across the whole library to
reStructuredText math (:math: / .. math::) so Sphinx + MathJax renders them
properly on the documentation site, e.g.:

- activations: sigmoid 1/(1+exp(-x)) -> \frac{1}{1 + e^{-x}}, softmax, etc.
- svm/nn losses: hinge, squared hinge, epsilon-insensitive, MSE, MAE, cross-entropies
- regularizers (L1/L2) and kernels (linear, poly, gaussian, laplacian, sigmoid)
- the box-constrained quadratic program min{ 1/2 x^T Q x + q^T x : 0 <= x <= ub }
  shared by the constrained optimizers, the Lagrangian relaxations and the KKT system
- line-search directions (steepest descent, NCG, Newton system, BFGS/L-BFGS update
  and two-loop recursion) and the proximal bundle master
- initializers (Glorot/He variance) and the bcqp generator helper

Docstrings containing backslashes were made raw strings; no code, signatures,
defaults or parameter semantics were changed.

2599 of 3166 relevant lines covered (82.09%)

0.82 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
75.16
-2.9% optiml/opti/unconstrained/line_search/quasi_newton.py
2
75.44
-2.15% optiml/opti/unconstrained/line_search/newton.py
1
78.37
4.19% optiml/ml/svm/_base.py
Jobs
ID Job ID Ran Files Coverage
1 28212963022.1 26 Jun 2026 02:24AM UTC 33
82.09
GitHub Action Run
Source Files on build 28212963022
  • Tree
  • List 33
  • Changed 28
  • Source Changed 0
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 27285bf0 on github
  • Prev Build on master (#28212477813)
  • Next Build on master (#28213300295)
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