| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-16 | 1.5 kB | |
| v1.25.0 source code.tar.gz | 2025-09-16 | 121.8 kB | |
| v1.25.0 source code.zip | 2025-09-16 | 143.0 kB | |
| Totals: 3 Items | 266.3 kB | 0 | |
Unitful v1.25.0
Quantities and units can now be converted to a LaTeX representation using
Latexify.jl. This is provided via a package extension and replaces the UnitfulLatexify.jl package (#795).- This package now requires Julia ≥ 1.6.
Merged pull requests:
- add dimensions docs to default units docs chapter (#794) (@Eben60)
- Move UnitfulLatexify into Unitful extension (#795) (@Ickaser)
- Up minimum Julia to 1.6, change CI to use min, lts, 1, pre (#798) (@Ickaser)
- Fix link to docs in README.md (#802) (@fhagemann)
- Replace PainterQubits by JuliaPhysics in all relevant references (#803) (@fhagemann)
- Remove code for Julia <1.6 (#804) (@sostock)
- Bump actions/checkout from 4 to 5 (#805) (@dependabot[bot])
- Prevent infinite recursion of unit by adding a method unit(::Type{Any}) (#807) (@SeSodesa)
- Make docs build less platform-dependent (#808) (@Ickaser)
- Small fixes for new Latexify docs page (#809) (@sostock)
- Swap \; for \, in LatexifyExt and matching tests (#810) (@Ickaser)
- Release v1.25.0 (#812) (@sostock)
Closed issues: - Testing back to Julia 1.0: is there still value in doing so? (#796) - The method unit(x::Type{Union{Missing,T}}) is causing stack overflow (#806)