diff --git a/source/cep/cep3.rst b/source/cep/cep3.rst index 11d438015..9aac62ed8 100644 --- a/source/cep/cep3.rst +++ b/source/cep/cep3.rst @@ -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. diff --git a/source/previous/index.rst b/source/previous/index.rst index 6d9b068f1..27957436b 100644 --- a/source/previous/index.rst +++ b/source/previous/index.rst @@ -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 @@ -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`_ @@ -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 diff --git a/source/previous/v1.2.rst b/source/previous/v1.2.rst new file mode 100644 index 000000000..42e18befa --- /dev/null +++ b/source/previous/v1.2.rst @@ -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*