Skip to content

Commit

Permalink
Merge pull request #1541 from cyclus/v1.5.5-release
Browse files Browse the repository at this point in the history
V1.5.5 release: Changelog Updates
  • Loading branch information
a-co committed Jan 14, 2020
2 parents 742bb9a + b24a3ed commit 407f260
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 149 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,41 @@ cyclus Change Log

.. current developments
v1.5.5
====================

**Added:**

* Added a test example of Cyclus sensitivity analysis studies conducted using Dakota.
* Script and CI implementation ensuring at least 1 news file have been recreated.
* Added capability to register unit when reporting values in a time series.
* Added `map<string,map<string,double>>` typesystem. This can be used with C++ archetypes. But not python archetypes.


**Changed:**

* git and open-ssh added to the dockerfile (removed from CI).
* MACOS only: link against PYTHON lib in the binary building process. It should not be required when building the Python package as python knows about itself. For some reason, this is only true (and working) on MACOS, and was an issue when using Conda to install Python and other Cyclus deps.
* Updated the Cyclus quick installation instructions to reflect our
use of conda to install dependencies.


**Removed:**

* git and open-ssh from CI (added to the dockerfile).
* Reference to `develop` branch tests in the readme file.


**Fixed:**

* News now checks diff against cyclus/master not origin/master.
* News check now triggers on PRs only.
* Allows build against Python => 3.7.
* Change cyclus-deps Docekrfile accordingly. (changing cython version to 0.28.5).




v1.5.4
====================

Expand Down
12 changes: 0 additions & 12 deletions news/dakota.rst

This file was deleted.

12 changes: 0 additions & 12 deletions news/faster_ci.rst

This file was deleted.

12 changes: 0 additions & 12 deletions news/house_cleaning.rst

This file was deleted.

12 changes: 0 additions & 12 deletions news/news_test.rst

This file was deleted.

12 changes: 0 additions & 12 deletions news/news_test_fix.rst

This file was deleted.

12 changes: 0 additions & 12 deletions news/news_trigger.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/nonews.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/py37_compatibility.rst

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions news/readme_update_news.rst

This file was deleted.

13 changes: 0 additions & 13 deletions news/tab_space.rst

This file was deleted.

11 changes: 0 additions & 11 deletions news/timeserie_unit.rst

This file was deleted.

12 changes: 0 additions & 12 deletions news/typesystem.rst

This file was deleted.

0 comments on commit 407f260

Please sign in to comment.