2020-02-19 18:47:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-reportlab: updated to 3.5.34
RELEASE 3.5.33:
* fix bug in Pie3d
* fix bug in background splitting in repeatRows cases
* small improvements to CandleSticks
* created NotSet validator (use in CandleStickProperties)
* update .travis.yml and .appeyor.yml hopefully to create 3.8 wheels
RELEASE 3.5.32:
* some chart efficiency changes
* use clock in fontFinder
* improve recursive access and do some minor eval/exec fixes
* improve use of eval/exec
RELEASE 3.5.31:
* paraparser fix
RELEASE 3.5.30:
* better support for candlestick charts using smartGetItem
RELEASE 3.5.29:
* Support for candlestick charts and infilled pair plots
RELEASE 3.5.28:
* improve support for AES encryption
RELEASE 3.5.27:
* fix to justified para splits
* fix BalanceColumn width calculation
* preliminary support for AES encryption
RELEASE 3.5.26:
* micro changes to normalDate
* fix warnings about is not (detected in python 3.8b4)
* implement PR 59 bug fix
RELEASE 3.5.25:
* add recursive ttf searching
* sync with rlextra
* fix Barchart axis crossing issue
RELEASE 3.5.24:
* prepare for python3.8, drop support for python3.4
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-06-10 17:39:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-reportlab: updated to 3.5.23
RELEASE 3.5.23
* fix issue 180 raised by Christoph Berg
* fix issue 181 raised by Daniel Terecuk
* brutalist fix for Marius Gedminas' issue 183
* add wordSpace keyword to Canvas draw methods
* fix for Marius Gedminas' issue 184
RELEASE 3.5.22
* Allow kewords in PDFResourceDictionary
* pr 58 issue 174 contribution by Marius Gedminas
* Allow AcroForm to have SigFlags
* Bug Fixes and tests
|
2019-05-08 12:21:44 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-reportlab: updated to 3.5.21
RELEASE 3.5.21:
* fix bug in legends
* add extra table info in spanning error case
RELEASE 3.5.20:
* Preliminary MultiCol implementation
* fix missing xrange import
* allow rgb to have fractions of 1 in css colors
RELEASE 3.5.19:
* fix bug with a tag href not having a scheme
* all0w LineChart/LinePlot area fills to differe from the stroke colour
* add canvas setProducer method
RELEASE 3.5.18:
* more FrameBG changes vs BalancedColumns
* fix bb issues 176/177
|
2019-04-03 17:12:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-reportlab: updated to 3.5.17
RELEASE 3.5.17:
* more FrameBG fixes; added canvas cross method, frame static drawBoundary
RELEASE 3.5.16:
* fix stroking for frame background in container
RELEASE 3.5.15:
* add stroking for frame background
RELEASE 3.5.14:
* added axes tickStrokeWidth etc etc
|
2019-01-22 10:36:21 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-reportlab: updated to 3.5.13
RELEASE 3.5.13:
* added rl_setting.reserveTTFNotdef inspired by e3office at bitbucket
|
2018-12-11 10:16:06 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-reportlab: updated to 3.5.12
RELEASE 3.5.12
* log axis handles rangeRound & avoidBoundspace
* FrameBG can start with "frame" & frame-permanent" start options
|
2018-11-23 13:12:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-reportlab: updated to 3.5.11
RELEASE 3.5.11:
* Improve log axis ticks & grids
* move some samples into tests
RELEASE 3.5.10:
* Bug fix for underline
* Paragraph indentation bug fix
* Initial support for richtext graphics text labels
* Initial support for log axes
|
2018-10-25 11:51:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-reportlab: updated to 3.5.9
3.5.9:
Bug fixes.
|
2018-10-02 13:23:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-reportlab: updated to 3.5.8
RELEASE 3.5.7:
Fix tables.py splitting for line comands.
|