Skip to content

Latest commit

 

History

History
88 lines (59 loc) · 2.76 KB

CHANGES.rst

File metadata and controls

88 lines (59 loc) · 2.76 KB

v1.6.1, 2013-12-11 * table.Table.html now returns a string (no more dependent on markup) * table.Table can be init'ed from an HTML file using lxml <http://pypi.python.org/pypi/lxml/> * added support for nose coverage tests

v1.6.0, 2013-11-25 * added geom * dxf2img improved and added factory method to generate geom objects from dxf * Travis CI tests now handle local tests files. We had to use of Pillow rather than PIL for this

v1.5.2, 2013-07-28

  • added motion`and :mod:`polynomial
  • created first demo IPython notebooks
  • dxf2img improved

v1.5.1, 2013-07-11

  • updated module description and distribution details

v1.5.0, 2013-07-11

  • first version with automated nose tests generated by pythoscope
  • added dxf2img to raster .dxf files (Autocad) to bitmap images
  • added math2.int_or_float

v1.4.3 and 1.4.4, 2013-06-05

v1.4.2, 2013-05-17

  • datetime2.hhmm replaced by more general datetime2.strftimedelta
  • added table.Table.read_xls to read Excel files through xlrd

v1.4.1, 2013-03-26

  • corrected bug in datetime2.hhmm
  • piecewise : added shift operators
  • bug corrected in optim.tsp
  • table :
    • added table.Table.remove_lines_where
    • same encoding applied to all strings
    • bug corrected in table.Table.groupby

v1.4.0, 2013-01-21

  • piecewise piecewise continuous functions
  • colors added color_range
  • nvd3 :
    • added nvd3.multiBarHorizontal
    • div/svg size can now be set correctly
    • more attributes supported
    • uses colors_range for nicer graphics
  • itertools2:
    • added itertools2.ilinear
    • moved itertools2.arange from math2

v1.3.0, 2012-12-18

  • nvd3.py
    • added to generate JavaScript charts using http://nvd3.org/
    • outputs strings to inline in HTML : no fancy JSON or server dependent stuff
  • markup.py now (again) prints page while generated
  • added itertools2.rand_seq, itertools2.all_pairs, itertools2.split

v1.2.0, 2012-11-08

  • optim.py added
  • math2.py added levenshtein distances for iterables and sets
  • table.py attributes can be passed to table.html + other small changes

v1.1.4, 2012-10-19 -- changes not recorded

v1.1.3, 2012-10-09 -- changes not recorded

v1.1.2 2012-10-04 -- changes not recorded

v1.1.1, 2012-09-27 -- changes not recorded

v1.1.0, 2012-09-27 -- changes not recorded

v1.0.0, 2012-09-21 -- initial release