Commit Graph

487445 Commits

Author SHA1 Message Date
R. Ryantm
8f52b7e13e srvc: 0.17.1 -> 0.18.0 2023-05-22 02:37:53 +00:00
Nick Cao
75a349f812
Merge pull request #233319 from figsoda/orogene
orogene: 0.3.26 -> 0.3.27
2023-05-21 20:37:15 -06:00
Nick Cao
40d26ce0b8
Merge pull request #233328 from mweinelt/esphome-2023.5.2
esphome: 2023.5.1 -> 2023.5.2
2023-05-21 20:36:34 -06:00
Sebastián Mancilla
70b3662a67 shogun: disable broken test
Shogun has been broken for a while [0].

Looks like the latest update to openblas, by f07a0615ea (openblas:
0.3.20 -> 0.3.21, 2022-08-10), broke the `libshogun-mathematics_lapack`
example. It calculates the eigenvectors for a matrix, but the assertions
now fail:

    compute_eigenvectors
    A=[
    [       -0.500000000000000111,  0.707106781186547351,   0.5],
    [       0.707106781186547351,   1.04083408558608426e-16,        0.707106781186547129],
    [       -0.499999999999999722,  -0.707106781186547462,  0.5]
    ]
    eigenvalues=[-1.41421356237309492,1.04083408558608426e-17,1.41421356237309492]
    terminate called after throwing an instance of 'shogun::ShogunException'

The darwin build output shows a bit more detail:

    assertion is_equal(A(0,0), 0.5, eps) failed in void test_ev()
    file /tmp/nix-build-shogun-6.1.4.drv-0/source/examples/undocumented/libshogun/mathematics_lapack.cpp
    line 49

Disable the test to fix the build, although the results seem "correct".
It appears that openblas now calculates values with slightly less
precision, thus the assertion fails due to the expected epsilon.

[0]: https://hydra.nixos.org/build/194671473
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
61fc2d2c89 shogun: disable tests that take too long
The checkPhase may take from 30 minutes up to 2 hours and 30 minutes on
Hydra due to these tests:

    [...]
    311/375 Test #311: libshogun-evaluation_cross_validation_classification ............   Passed  247.33 sec
    312/375 Test #313: libshogun-evaluation_cross_validation_mkl_weight_storage ........   Passed  428.31 sec
    315/375 Test #312: libshogun-evaluation_cross_validation_locked_comparison .........   Passed  880.44 sec
    341/375 Test #316: libshogun-evaluation_cross_validation_regression ................   Passed  380.48 sec
    342/375 Test #343: libshogun-modelselection_grid_search_kernel .....................   Passed 4866.85 sec
    343/375 Test #344: libshogun-modelselection_grid_search_linear .....................   Passed  574.78 sec
    345/375 Test #342: libshogun-modelselection_combined_kernel_sub_parameters .........   Passed 5929.90 sec
    375/375 Test #346: libshogun-modelselection_grid_search_multiclass_svm .............   Passed 1826.27 sec
    [...]
    Total Test time (real) = 9046.65 sec
    checkPhase completed in 2 hours 30 minutes 47 seconds
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
5873454b52 shogun: fix compiler warnings
Fix warnings related to virtual destruction. Kinda important to fix.
2023-05-21 22:34:01 -04:00
Sebastián Mancilla
c812170c74 shogun: refactor derivation 2023-05-21 22:34:00 -04:00
figsoda
b0657b6185 jsonfmt: init at 0.5.0
https://github.com/caarlos0/jsonfmt
2023-05-21 22:31:23 -04:00
Martin Weinelt
8dd18f6987
navidrome: Use npmConfigHook and fetchNpmDeps for the UI bits
Simplifies the moving parts we need to keep around by a lot.

This also obsoletes the custom update script, because nix-update can
handle all hashes we use in this package.
2023-05-22 03:59:43 +02:00
Lily Foster
273b32abe2
Merge pull request #230991 from winterqt/add-npm-root
npmHooks.npmConfigHook: add npmRoot option
2023-05-21 21:58:05 -04:00
natsukium
b4260c35b8
python3Packages.wordcloud: unstable-2023-01-04 -> 1.9.1.1
Diff: dbf7ab7753...1.9.1.1

Changelog: https://github.com/amueller/word_cloud/releases/tag/1.9.1.1
2023-05-22 10:54:17 +09:00
Martin Weinelt
eae2018b54
nixos/go2rtc: init 2023-05-22 03:48:47 +02:00
Mario Rodas
7a53a30ccf
Merge pull request #233325 from emilytrau/emilytrau-email
maintainers: update email for emilytrau
2023-05-21 20:36:16 -05:00
Mario Rodas
63c65d7d88
Merge pull request #233084 from marsam/add-py-pdf-parser
python310Packages.py-pdf-parser: init at 0.10.2
2023-05-21 20:35:17 -05:00
Emily Trau
ae9bada02d minimal-bootstrap: mark recurseIntoAttrs on compiler packages 2023-05-22 11:34:45 +10:00
Mario Rodas
a12111248b
Merge pull request #229414 from hzeller/20230501-add-otf2bdf
otf2bdf: init at 3.1
2023-05-21 20:15:21 -05:00
Martin Weinelt
5ad9a631d6
go2rtc: init at 1.5.0 2023-05-22 03:14:08 +02:00
Martin Weinelt
d55fa72969
esphome: 2023.5.1 -> 2023.5.2
https://github.com/esphome/esphome/releases/tag/2023.5.2
2023-05-22 03:05:14 +02:00
Mario Rodas
d94ca6fb49
Merge pull request #232288 from hzeller/20230516-update-ftxui
ftxui: 3.0.0 -> 4.1.0
2023-05-21 19:47:55 -05:00
Emily Trau
56bc1c4ec8 maintainers: update email for emilytrau 2023-05-22 09:46:31 +10:00
Emily Trau
8586478e17 minimal-bootstrap.gnugrep: init at 2.4 2023-05-22 09:44:19 +10:00
Mario Rodas
af56b152ea
Merge pull request #232786 from yl3dy/cxxopts
cxxopts: 3.0.0 -> 3.1.1
2023-05-21 18:39:09 -05:00
Mario Rodas
775c78dfc4
Merge pull request #232775 from r-ryantm/auto-update/python310Packages.pyglet
python310Packages.pyglet: 2.0.6 -> 2.0.7
2023-05-21 18:37:13 -05:00
Mario Rodas
be55e420e2
Merge pull request #233298 from fabaff/xiaomi-ble-bump
python311Packages.xiaomi-ble: 0.17.0 -> 0.17.1
2023-05-21 18:31:18 -05:00
Mario Rodas
85208753be
Merge pull request #232937 from jz8132543/feat-repmgr
postgresql15Packages.repmgr: 5.3.2 -> 5.4.0
2023-05-21 18:30:52 -05:00
Mario Rodas
46d38d19f2
Merge pull request #232993 from r-ryantm/auto-update/kubectl-gadget
kubectl-gadget: 0.16.0 -> 0.16.1
2023-05-21 18:29:27 -05:00
Mario Rodas
20912d372d
Merge pull request #233021 from Scrumplex/livecaptions-update-model
livecaptions: switch to newer english model
2023-05-21 18:27:23 -05:00
Mario Rodas
34e733d608
Merge pull request #233022 from figsoda/lemmeknow
lemmeknow: 0.7.0 -> 0.8.0
2023-05-21 18:26:16 -05:00
Mario Rodas
2fc65f26b8
Merge pull request #229191 from nagy/chicken-fixes
chickenPackages: separate build phases
2023-05-21 18:19:29 -05:00
Mario Rodas
fcebc891da
Merge pull request #233139 from figsoda/argc
argc: 1.0.0 -> 1.1.0
2023-05-21 18:18:06 -05:00
Antoine Pietri
4ed030571d maintainers: add seirl 2023-05-22 01:17:31 +02:00
Weijia Wang
7d2ef68891 squeezelite: reduce LDADD 2023-05-22 02:17:00 +03:00
Mario Rodas
28c184e5a8
Merge pull request #233204 from r-ryantm/auto-update/protoc-gen-validate
protoc-gen-validate: 1.0.0 -> 1.0.1
2023-05-21 18:15:31 -05:00
Mario Rodas
1ce006ab5d
Merge pull request #217583 from bcdarwin/python3-bqplot
python310Packages.bqplot: init at 0.12.36
2023-05-21 18:14:37 -05:00
Mario Rodas
fc4b0f3eaa
Merge pull request #233273 from r-ryantm/auto-update/charls
charls: 2.4.1 -> 2.4.2
2023-05-21 18:12:53 -05:00
Mario Rodas
d8c8141b2f
Merge pull request #233299 from lunik1/iosevka_22.2.0→23.0.0
iosevka: 22.1.0 -> 23.0.0
2023-05-21 18:11:50 -05:00
Henner Zeller
40bb45b83f ftxui: 3.0.0 -> 4.1.0
Also, run unit tests.
2023-05-21 16:08:08 -07:00
Robert Scott
d541ef50fd
Merge pull request #233281 from r-ryantm/auto-update/jpegoptim
jpegoptim: 1.5.3 -> 1.5.4
2023-05-22 00:07:46 +01:00
Ivan Kozik
fcfb25c7ba python3Packages.matplotlib: fix the minimum Python version
https://matplotlib.org/stable/devel/min_dep_policy.html says that
Matplotlib 3.7 does support Python 3.8.
2023-05-21 23:00:50 +00:00
Ryan Lahfa
c831cb672d
Merge pull request #233296 from R-VdP/elmPackages_nodejs_18
elmPackages: nodejs_14 -> nodejs_18.
2023-05-22 00:58:16 +02:00
figsoda
596bec0884
Merge pull request #233308 from CobaltCause/update-pulldown-cmark
pulldown-cmark: 0.9.2 -> 0.9.3
2023-05-21 18:49:09 -04:00
figsoda
752cf0f485 orogene: 0.3.26 -> 0.3.27
Diff: https://github.com/orogene/orogene/compare/v0.3.26...v0.3.27

Changelog: https://github.com/orogene/orogene/blob/v0.3.27/CHANGELOG.md
2023-05-21 18:41:21 -04:00
Flakebi
1a13b4c0f9
powerdns-admin: 0.3.0 -> 0.4.1
- Fix with flask-migrate 4+
- Update to 0.4.1
- Improve the test to check that using the database works
2023-05-22 00:39:58 +02:00
Azat Bahawi
1619fe4067
werf: 1.2.233 -> 1.2.235 2023-05-22 01:36:55 +03:00
Michael Hoang
13b07c6139
vscode, vscodium: use Nixpkgs ripgrep by default 2023-05-22 00:29:22 +02:00
Sandro
6819a08e4e
Merge pull request #232651 from spectre256/master
catppuccin-plymouth: init at unstable-2022-12-10
2023-05-22 00:27:20 +02:00
r-vdp
714c4d35fa
elmPackages: nodejs_14 -> nodejs_18.
Follow-up to #230543, we were still using nodejs_14 for some packages.

I also turned the node dependency into an input, so that it can be
overriden, which is handy for local testing.
2023-05-22 00:26:25 +02:00
Sandro
e8580e427e
Merge pull request #233205 from cpcloud/bump-trino-cli
trino-cli: 416 -> 418
2023-05-22 00:21:10 +02:00
Anderson Torres
335976b855 paperwm: unstable-2023-04-20 -> 44.0.0-beta.1 2023-05-21 19:10:10 -03:00
Sandro
531051bd17
Merge pull request #228289 from GeorgesAlkhouri/submit/yai
yai: init at 0.6.0
2023-05-22 00:07:45 +02:00