Skip to content

Commit

Permalink
Bump version and write release notes for 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Mar 31, 2015
1 parent e615ef6 commit 36fd687
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ Change log
==========


Release 1.10 (2014-03-31)
=========================

1.10 consists mostly of minor enhancements:

* The major enhancement is the addition of support for the camera's flash
driver. This is relatively complex to configure, but a full recipe has been
included in the documentation (`#184`_)
* A new `intra_refresh` attribute is added to the
:meth:`~picamera.camera.PiCamera.start_recording` method permitting control
of the intra-frame refresh method (`#193`_)
* The GPIO pins controlling the camera's LED are now configurable. This is
mainly for any compute module users, but also for anyone who wishes to use
the device tree blob to reconfigure the pins used (`#198`_)
* The new annotate V3 struct is now supported, providing custom background
colors for annotations, and configurable text size. As part of this work
a new :class:`~picamera.color.Color` class was introduced for representation
and manipulation of colors (`#203`_)
* Reverse enumeration of frames in
:class:`~picamera.streams.PiCameraCircularIO` is now supported efficiently
(without having to convert frames to a list first) (`#204`_)
* Finally, the API documentation has been re-worked as it was getting too
large to comfortably load on all platforms (no ticket)

.. _#184: https://github.com/waveform80/picamera/issues/184
.. _#193: https://github.com/waveform80/picamera/issues/193
.. _#198: https://github.com/waveform80/picamera/issues/198
.. _#203: https://github.com/waveform80/picamera/issues/203
.. _#204: https://github.com/waveform80/picamera/issues/204


Release 1.9 (2015-01-01)
========================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
pass

__project__ = 'picamera'
__version__ = '1.9'
__version__ = '1.10'
__author__ = 'Dave Jones'
__author_email__ = 'dave@waveform.org.uk'
__url__ = 'http://picamera.readthedocs.org/'
Expand Down

0 comments on commit 36fd687

Please sign in to comment.