<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/dask-glm/default.nix, branch origin/structured-attrs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fstructured-attrs</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fstructured-attrs'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2021-05-17T10:41:36Z</updated>
<entry>
<title>python3Packages.scikitlearn: rename to scikit-learn</title>
<updated>2021-05-17T10:41:36Z</updated>
<author>
<name>DavHau</name>
<email>hsngrmpf+github@gmail.com</email>
</author>
<published>2021-05-14T18:46:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=cd8f3e6c448c1622b26a80c62e03e42857ec099b'/>
<id>urn:sha1:cd8f3e6c448c1622b26a80c62e03e42857ec099b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.dask-glm: use pytestCheckHook</title>
<updated>2021-04-27T09:14:21Z</updated>
<author>
<name>Robert Schütz</name>
<email>dev@schuetz-co.de</email>
</author>
<published>2021-04-23T08:53:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7e55392a4f806edee933b63b3e7905f20b73c3fc'/>
<id>urn:sha1:7e55392a4f806edee933b63b3e7905f20b73c3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.dask-glm: fix eval</title>
<updated>2021-04-24T08:59:07Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2021-04-24T08:59:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=02c2a942d9c0cd6e2b992168d15a1dae5806d24c'/>
<id>urn:sha1:02c2a942d9c0cd6e2b992168d15a1dae5806d24c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge master into staging-next</title>
<updated>2021-04-24T06:05:30Z</updated>
<author>
<name>github-actions[bot]</name>
<email>41898282+github-actions[bot]@users.noreply.github.com</email>
</author>
<published>2021-04-24T06:05:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=d8d6ba0d2e4f2862f943a9a69caf441eb12abcda'/>
<id>urn:sha1:d8d6ba0d2e4f2862f943a9a69caf441eb12abcda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.dask-glm: add missing build dependency</title>
<updated>2021-04-23T07:04:13Z</updated>
<author>
<name>Noah D. Brenowitz</name>
<email>nbren12@gmail.com</email>
</author>
<published>2021-04-22T15:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=47410ef56db594437dc782a9c6468cc2212f3f18'/>
<id>urn:sha1:47410ef56db594437dc782a9c6468cc2212f3f18</id>
<content type='text'>
setuptools-scm is a setup requirement of this package.
</content>
</entry>
<entry>
<title>python3Packages.dask-glm: add missing setuptools-scm dep</title>
<updated>2021-04-21T05:19:08Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2021-04-18T17:51:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=bd8fb47110a5bfc3eca64ba4658b3a388fd95eda'/>
<id>urn:sha1:bd8fb47110a5bfc3eca64ba4658b3a388fd95eda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove stdenv where not needed</title>
<updated>2021-01-25T17:31:47Z</updated>
<author>
<name>Pavol Rusnak</name>
<email>pavol@rusnak.io</email>
</author>
<published>2021-01-25T08:26:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a6ce00c50c36624fec06b2b756a766d4d0f4a888'/>
<id>urn:sha1:a6ce00c50c36624fec06b2b756a766d4d0f4a888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: with stdenv.lib; in meta -&gt; with lib;</title>
<updated>2021-01-11T09:38:22Z</updated>
<author>
<name>Profpatsch</name>
<email>mail@profpatsch.de</email>
</author>
<published>2021-01-11T07:54:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4a7f99d55d299453a9c2397f90b33d1120669775'/>
<id>urn:sha1:4a7f99d55d299453a9c2397f90b33d1120669775</id>
<content type='text'>
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
</content>
</entry>
<entry>
<title>treewide: Per RFC45, remove all unquoted URLs</title>
<updated>2020-04-10T16:54:53Z</updated>
<author>
<name>Michael Reilly</name>
<email>OmnipotentEntity@gmail.com</email>
</author>
<published>2020-04-01T01:11:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=84cf00f98031e93f389f1eb93c4a7374a33cc0a9'/>
<id>urn:sha1:84cf00f98031e93f389f1eb93c4a7374a33cc0a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: update homepages to https where available</title>
<updated>2019-04-15T14:10:05Z</updated>
<author>
<name>Matthew Bauer</name>
<email>mjbauer95@gmail.com</email>
</author>
<published>2019-04-14T23:25:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=290a5d916e4874a6cb36936b49faf9ef327c249f'/>
<id>urn:sha1:290a5d916e4874a6cb36936b49faf9ef327c249f</id>
<content type='text'>
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
</content>
</entry>
</feed>
