<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/fasttext, branch origin/python-unstable</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-unstable</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-unstable'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2021-11-13T03:10:54Z</updated>
<entry>
<title>pkgs.development.python-modules: remove unused args</title>
<updated>2021-11-13T03:10:54Z</updated>
<author>
<name>Markus S. Wamser</name>
<email>github-dev@mail2013.wamser.eu</email>
</author>
<published>2021-11-12T09:22:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2043dbb6faa9e21b0fb500161542e30d6c8bc680'/>
<id>urn:sha1:2043dbb6faa9e21b0fb500161542e30d6c8bc680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove danieldk as maintainer from a set of packages</title>
<updated>2021-09-12T14:42:12Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2021-09-12T14:42:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735'/>
<id>urn:sha1:6f2ce2a65e33ca00c5cb7f32b7ee871b05d66735</id>
<content type='text'>
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
</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>python3.pkgs.fasttext: add pythonImportsCheck</title>
<updated>2020-04-28T13:23:36Z</updated>
<author>
<name>Jörg Thalheim</name>
<email>joerg@thalheim.io</email>
</author>
<published>2020-04-28T13:23:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=deda5e8b0535fb3a268cb50fe60765930a0881a2'/>
<id>urn:sha1:deda5e8b0535fb3a268cb50fe60765930a0881a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.fasttext: reuse pname, version, and src from fasttext</title>
<updated>2020-04-28T10:16:20Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2020-04-28T10:16:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=90136f0b7747223424a167443c5e73b3a6e3e76f'/>
<id>urn:sha1:90136f0b7747223424a167443c5e73b3a6e3e76f</id>
<content type='text'>
</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>pythonPackages.fasttext: 0.2.0 -&gt; 0.9.1</title>
<updated>2019-07-12T00:12:44Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2019-07-11T17:57:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=f4ecf17b20811a9e2cbe1687f026e6ff07a7df85'/>
<id>urn:sha1:f4ecf17b20811a9e2cbe1687f026e6ff07a7df85</id>
<content type='text'>
Changes:

- Refactoring of internal classes.
- Better unicode handling.
- New Python API: https://fasttext.cc/docs/en/python-module.html

https://github.com/facebookresearch/fastText/releases/tag/v0.9.1
</content>
</entry>
<entry>
<title>pythonPackages.fasttext: init at 0.2.0</title>
<updated>2019-05-14T18:27:13Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2019-05-14T18:27:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9b3d4e8b8ba2615b4380605613d7153d4c4960a3'/>
<id>urn:sha1:9b3d4e8b8ba2615b4380605613d7153d4c4960a3</id>
<content type='text'>
</content>
</entry>
</feed>
