Skip to content

Tags: mdickinson/bigfloat

Tags

v0.4.0

Toggle v0.4.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release version 0.4.0 of bigfloat

v0.3.0

Toggle v0.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: Tag 0.3.0 release.

Release notes
-------------

Major changes since version 0.2.1:

- The bigfloat package uses Cython rather than ctypes.

- The bigfloat package now supports both Python 2 and Python 3.  However,
  note that Python 2.5 and earlier versions are no longer supported.

- Development moved from Bitbucket to GitHub; repository converted from
  Mercurial to Git.

- Documentation now hosted on Read the Docs.

For more details, see CHANGELOG.rst.

v0.3.0a2

Toggle v0.3.0a2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: v0.3.0a2.

v0.3.0a1

Toggle v0.3.0a1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: v0.3.0a1

v0.2.1

Toggle v0.2.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: v0.2.1.

v0.2

Toggle v0.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: v0.2.

v0.1.2

Toggle v0.1.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: v0.1.2.

v0.1.1

Toggle v0.1.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: v0.1.1.

v0.1

Toggle v0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: v0.1.

v0.3.0b1

Toggle v0.3.0b1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
REL: Tagging 0.3.0b1 release.

Highlights of this release:

- complete migration to Cython; remove old ctypes-based code
- Use a single codebase to support both Python 2 and Python 3.
- Support for Python version 2.5 and older has been dropped.