Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96972
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail |
|---|---|
| Return-Path | <loic.grobol@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.03; 'url:pypi': 0.03; 'float': 0.05; 'python3': 0.05; 'subject:ANN': 0.07; 'url:psf': 0.09; 'url:donations': 0.09; 'python': 0.10; 'compatible.': 0.16; 'doc:': 0.16; 'merci': 0.16; 'voir': 0.16; 'wrote:': 0.16; 'subject:] ': 0.19; '2015': 0.20; 'header:In- Reply-To:1': 0.24; 'module': 0.25; 'message-id:@mail.gmail.com': 0.27; 'specify': 0.27; 'operators': 0.29; 'project:': 0.29; 'allows': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'point': 0.33; 'url:python': 0.33; 'utility': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'url:org': 0.36; 'to:addr:python- list': 0.36; 'que': 0.38; 'url:mail': 0.40; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'software': 0.40; 'url:3': 0.60; 'hope': 0.61; 'complete': 0.63; 'heureux': 0.84; 'toujours': 0.84; 'travail.': 0.84; 'url:python-announce-list': 0.84; 'url:readthedocs': 0.84; 'url:tutorial': 0.91; 'url:fr': 0.96 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=eZwhXivigV5GSJGgf9DZktRhMhx+kjxr+FKqBWYUHqQ=; b=Xbrztfb5bWIThX62XYPu+jDVRoQzXKDgt72L77DEFF7PFk0k/C7qHX4Rew+0g+e+W3 I//s8tVQHaiTf+3z7feuh1V2TIHJVY8Ipd99XrzTTlgMgRCGY3FJwO1oQlE8pQv1VcSZ hxGuKvk/YXIEpF7fgmkpPBkPP4UIt2GbXGJXEQ/gLi20r+GQuhpjN/D1olzFmO3EKWtd /nTzub0RtwYMhbMXSh1QgVwDEwM5nq04y5l20QdzmS/y4ZR25diiVxroviw+YZH2FGId KYuG0NQZ84a4mU/gmoQBLHvJ++u8i19uiNg+derYo/HZpODX6CvPfMqvcDG8hyXXUaEr T3XA== |
| X-Received | by 10.194.86.71 with SMTP id n7mr23931540wjz.27.1442855771319; Mon, 21 Sep 2015 10:16:11 -0700 (PDT) |
| MIME-Version | 1.0 |
| In-Reply-To | <1495821.KiLcEpmzCW@soupir> |
| References | <1495821.KiLcEpmzCW@soupir> |
| From | Loïc Grobol <loic.grobol@gmail.com> |
| Date | Mon, 21 Sep 2015 19:15:51 +0200 |
| Subject | Re: [ANN] floatrange - a range() for floats |
| To | python-list@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | quoted-printable |
| X-Mailman-Approved-At | Tue, 22 Sep 2015 09:20:12 +0200 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.57.1442906413.28679.python-list@python.org> (permalink) |
| Lines | 35 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1442906413 news.xs4all.nl 23784 [2001:888:2000:d::a6]:47695 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:96972 |
Show key headers only | View raw
Heureux de voir que Python résiste encore et toujours au LIMSI! Merci pour ce travail. On 21 September 2015 at 13:15, Laurent Pointal <laurent.pointal@limsi.fr> wrote: > Hello, > > I'm please to publish a small utility module allowing to produce float based > range sequences, with I hope a complete range-like interface. Because of > floating point arithmetic, floatrange allows to specify a precision for > "equality" when working with operators like 'in'. > > It is Python2 and Python3 compatible. > > PyPI: https://pypi.python.org/pypi/floatrange/ > Doc: http://floatrange.readthedocs.org/ > Project: https://perso.limsi.fr/pointal/python:floatrange > > Float arithmetic: https://docs.python.org/3/tutorial/floatingpoint.html > > A+ > Laurent Pointal. > > -- > https://mail.python.org/mailman/listinfo/python-announce-list > > Support the Python Software Foundation: > http://www.python.org/psf/donations/ -- Loïc Grobol.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [ANN] floatrange - a range() for floats Loïc Grobol <loic.grobol@gmail.com> - 2015-09-21 19:15 +0200
csiph-web