Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #745

mds-utils 1.3.0 release

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.datemas.de!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <micdestefano@gmail.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.014
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'api.': 0.04; 'modify': 0.05; 'indexing': 0.07; 'python': 0.09; 'objects.': 0.09; 'received:mail-vc0-f174.google.com': 0.09; 'streams.': 0.09; 'extensions': 0.13; 'library': 0.15; '(general': 0.16; '2.7.3': 0.16; 'iterator': 0.16; 'stream.': 0.16; 'pointer': 0.17; 'subject:release': 0.22; 'feature': 0.24; 'machine': 0.24; 'allows': 0.25; 'c++': 0.27; 'message-id:@mail.gmail.com': 0.27; 'developing': 0.28; 'all.': 0.28; '"no': 0.29; 'received:209.85.220.174': 0.29; 'wrap': 0.29; 'objects': 0.29; 'url:code': 0.29; 'source': 0.29; "i'm": 0.29; 'classes': 0.30; 'code': 0.31; 'file': 0.32; 'received:google.com': 0.34; 'sequence': 0.35; 'open': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'tool': 0.36; 'but': 0.36; 'announce': 0.36; 'useful': 0.36; 'does': 0.37; 'url:in': 0.37; 'previous': 0.37; 'received:209': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'help': 0.40; 'url:it': 0.62; 'url:p': 0.63; 'to:addr :python-announce-list': 0.65; 'treat': 0.65; 'pleased': 0.66; '2.5.': 0.84; 'boost.python': 0.84; 'converters': 0.84; 'detecting': 0.84; 'extensions.': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=OmuPGg8P6uYzIGogBQZI4vhm79/yNCq5x5LhJVzJQDU=; b=ZIRw4tZqQX5Rmni4RKnIly7q3lUzp+gAayMEoLG7gyD0qz8BSJPxUJ60MGBRrlFbh4 NqASrpQQhdxKTVq/M759Y64AB368avrLYNSarPelFop++O7ol1bMr07OC0/q1fwEdSzc FAzqZ6knG9eL+wdS5JKsbh6Y57WfzVL9DDPjJK05cpGJtc4y5DIEBxhQBNQn6IFKYnRW neWbp2nSTaSxJsJDSQYK+klpZ+xKNDcZ+IDR7O+kwP7ftTuDvryOCWfFartt4CnKy9VZ v/xI33L0Y8uErHYHvN5POdoT2K2g3pf4K/ZUM8tpVhOYr1JA7fK00UoNaniiDJ5Eo+o5 Kuhg==
MIME-Version 1.0
Date Sun, 4 Nov 2012 15:43:12 +0100
Subject mds-utils 1.3.0 release
From Michele De Stefano <micdestefano@gmail.com>
To python-announce-list <python-announce-list@python.org>
X-Mailman-Approved-At Mon, 05 Nov 2012 15:38:16 +0100
Content-Type text/plain; charset=ISO-8859-1
X-Content-Filtered-By Mailman/MimeDel 2.1.15
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.3286.1352126297.27098.python-announce-list@python.org> (permalink)
Lines 31
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1352126297 news.xs4all.nl 6868 [2001:888:2000:d::a6]:39903
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:745

Show key headers only | View raw


After 3 years of "no enhancement" I'm pleased to announce a new release of
the mds-utils <http://code.google.com/p/mds-utils> library (general purpose
utilities for C++ and Python developers). The library contains useful C++
code for developing Python extensions through Boost.Python but also through
SWIG or the simple C API.

At present mds-utils contains:

   1. a tool for detecting machine endianity.
   2. some useful classes that allow to treat the old C FILE pointer as a
   C++ stream.
   3. C++ classes that help on treating Python file objects as C++ streams.
   4. simple utilities for indexing support in Python extensions.
   5. new C++ to-Python and from-Python converters for some Boost uBlas
   objects.
   6. a new sequence iterator that is able to wrap Python sequences and
   allows also to modify them. This feature does not depend on Boost.Python.
   7. new from/to Python conversion utilities that do not depend on
   Boost.Python.

Furthermore, the new release has been tested with Python 2.7.3 too, while
the previous one had some issues with Python >= 2.5.
Best regards to all.

-- 
Michele De Stefano
Web Site <http://www.micheledestefano.joomlafree.it>
Linked In <http://it.linkedin.com/in/micheledestefano>
mds-utils: a general purpose Open Source
library<http://code.google.com/p/mds-utils>
<http://it.linkedin.com/in/micheledestefano>

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

mds-utils 1.3.0 release Michele De Stefano <micdestefano@gmail.com> - 2012-11-04 15:43 +0100

csiph-web