Skip to content

Commit

Permalink
added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Dec 3, 2014
1 parent 5c102f0 commit 55bc0bf
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/cep/cep3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ in this release to the database with the following command:
.. code-block:: bash
$ cd cyclus/release
$ ./smbchk-t.py --update -t X.X.X
$ ./smbchk.py --update -t X.X.X
where ``X.X.X`` is the version tag. This should alter the ``symbols.json``
file. Commit this and add it to the repo.
Expand Down
7 changes: 7 additions & 0 deletions source/previous/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The following are release notes for and links to previously released versions of
.. toctree::
:maxdepth: 1

v1.2
v1.1
v1.0
v0.4
Expand All @@ -22,6 +23,8 @@ The following are release notes for and links to previously released versions of
========= ========== ================ ==============
Version Date Zip Tar
========= ========== ================ ==============
1.2.0 2014-12-02 `zip 1.2.0`_ `tar 1.2.0`_
1.2.0-rc1 2014-11-25 `zip 1.2.0-rc1`_ `tar 1.2.0-rc1`_
1.1.0 2014-09-19 `zip 1.1.0`_ `tar 1.1.0`_
1.1.0-rc1 2014-09-16 `zip 1.1.0-rc1`_ `tar 1.1.0-rc1`_
1.0.0 2014-05-30 `zip 1.0.0`_ `tar 1.0.0`_
Expand All @@ -41,6 +44,10 @@ Version Date Zip Tar
0.1 2012-03-27 `zip 0.1`_ `tar 0.1`_
========= ========== ================ ==============

.. _zip 1.2.0: https://github.com/cyclus/cyclus/archive/1.2.0.zip
.. _tar 1.2.0: https://github.com/cyclus/cyclus/archive/1.2.0.tar.gz
.. _zip 1.2.0-rc1: https://github.com/cyclus/cyclus/archive/1.2.0-rc1.zip
.. _tar 1.2.0-rc1: https://github.com/cyclus/cyclus/archive/1.2.0-rc1.tar.gz
.. _zip 1.1.0: https://github.com/cyclus/cyclus/archive/1.1.0.zip
.. _tar 1.1.0: https://github.com/cyclus/cyclus/archive/1.1.0.tar.gz
.. _zip 1.1.0-rc1: https://github.com/cyclus/cyclus/archive/1.1.0-rc1.zip
Expand Down
50 changes: 50 additions & 0 deletions source/previous/v1.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
========================
Cyclus 1.2 Release Notes
========================
:Author: Cyclus Developers
:Website: http://fuelcycle.org/
:Contact: https://groups.google.com/forum/#!forum/cyclus-dev

The Cyclus core team is excited to announce the latest stable version
of the cyclus ecosystem! This includes over 125 commits by 5 developers.

Major features
==============
- Added 'entity' key to the archetype annotations. This may take on one of the
following values: region, institution, facility, archetype, or unknown.
- Added further reflection to archetypes by including 'parents' and 'all_parents'
lists to the metadata.
- Added archetype name to metadata annotations.
- Nicer looking JSON strings.
- Fixed dynamic loading error that was triggered in weird cases on linux.
- The command ``cyclus -m`` now returns all metadata.
- Added Squash() functions to MatQuery class.
- Added 'nuclide' to availible 'uitypes'.
- Added Extra debugging info via ``CYCLUS_DEBUG_DRE`` environment variable.
- Added new experimental ResBuf class for resource buffering.
- Added optional tails buffer to enrichment class.
- Many bug fixes.

Since v1.1,

* Cyclus: 95 commits resulted in 644 changed files encompassing a net 2347
line insertions(+) and 397 deletions(-).

* Cycamore: 33 commits resulted in 15 changed files encompassing a net 93
line insertions(+) and 91 deletions(-).

Contributors
============
The following people contributed to this release of Cyclus. A "*" by their
name indicates a first time contributor. Names follow alphabetically,

* Robert Carlsen
* Robert Flanagan*
* Matthew Gidden
* Katy Huff
* Arrielle Opotowsky
* Olzhas Rakhimov
* Anthony Scopatz
* Zach Welch
* Paul Wilson
* John Xia*

0 comments on commit 55bc0bf

Please sign in to comment.