Skip to content

Commit

Permalink
Updated CHANGELOG for 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Dec 18, 2017
1 parent f32a461 commit 8635ede
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 45 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,3 +4,23 @@ cyclus Change Log

.. current developments
v1.5.2
====================

**Changed:**

* Unit tests now link to libcyclus and agents, rather than recompiling all the sources
into the test executable.


**Fixed:**

* Fixed issue with Python agent state vars that were set in the input file
instead using the default value set on the archetype for optional state vars.
* Fixed issue with Python agent prototypes not being registered correctly when created.
This caused segfaults due the the agents being deallocated too soon.
* Fixed many issues with institution kinds checking "Institution", rather than "Inst".




14 changes: 0 additions & 14 deletions news/ncrb.rst

This file was deleted.

14 changes: 0 additions & 14 deletions news/pydefault.rst

This file was deleted.

15 changes: 0 additions & 15 deletions news/wat.rst

This file was deleted.

4 changes: 2 additions & 2 deletions rever.xsh
Expand Up @@ -19,7 +19,7 @@ with! dockeractivity(name='cyclus-tests', lang='sh'):
cd tests && export PATH=${HOME}/.local/bin:${PATH} && cyclus_unit_tests && nosetests

$ACTIVITIES = ['cyclus-tests',
#'changelog',
# 'tag',
'changelog',
#'tag',
#'push_tag', 'conda_forge', 'ghrelease',
]

0 comments on commit 8635ede

Please sign in to comment.