Skip to content

Commit 3e5c33b

Browse files
committed
add annoucement for v0.3.2 (Carousel)
* describe changes to carousel-quickstart, all folders inside package, only data created by default, option to create git repo * explain post v0.3.1 change in carousel/__init__.py so that dulwich release robot works correctly * update release codename in __init__ to get ready to bump tag Signed-off-by: Mark Mikofski <mark.mikofski@sunpowercorp.com>
1 parent 5cee473 commit 3e5c33b

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

carousel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ def get_current_version(*args, **kwargs):
4545
__email__ = u'mark.mikofski@sunpowercorp.com'
4646
__url__ = u'https://github.com/SunPower/Carousel'
4747
__version__ = VERSION
48-
__release__ = u'Caramel Corn CONSTANTS'
48+
__release__ = u'Carousel'
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. _carousel:
2+
3+
Carousel (v0.3.2)
4+
=================
5+
6+
Quickstart
7+
----------
8+
The ``carousel-quickstart`` now only creates a *data* folder, and it puts the
9+
*data* folder inside the project package. It doesn't create any other folders
10+
explicitly, and it doesn't create a sample model parameter JSON file. There is
11+
an option to create additional *layer* folders inside the project package.
12+
13+
The ``carousel-quickstart`` also now provides an option to initialize the
14+
project as a Git repository. If found it will set the ``__author`` and
15+
``__email__`` fields in the project package ``__init__.py`` file from either
16+
the Git global configuration or from system environmental variables.
17+
18+
Setup Dulwich Requirement
19+
-------------------------
20+
Also, even though `Dulwich <https://www.dulwich.io/>`_ is now a requirement
21+
in ``setup.py``, the ``carousel/__init__.py`` file now has a *try/except* block
22+
around the ``dulwich`` import to make sure that installation goes smoothly.

carousel/docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Announcements
5656
.. toctree::
5757
:maxdepth: 2
5858

59+
announcements/carousel
5960
announcements/caramel-corn
6061
announcements/brown-bicycle-bears
6162

0 commit comments

Comments
 (0)