Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.

Commit 87934b5

Browse files
committed
Tag for 0.5.1 release - see change notes
1 parent 4869942 commit 87934b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ PySPEAD
22

33
This is a fast and light Python implementation of the Streaming Protocol for the Exchange of Astronomical Data
44

5+
New in 0.5.1:
6+
- Sanitised variable length string handling so as not to return array containing single string
7+
58
New in 0.5:
69
- Added experimental string handling using mkfmt(('s',8))
710

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from distutils.core import setup, Extension
33
import os, glob
44

5-
__version__ = '0.5.0'
5+
__version__ = '0.5.1'
66

77
def indir(dir, files): return [dir+f for f in files]
88
def globdir(dir, files):

0 commit comments

Comments
 (0)