Skip to content

1.5.5

Compare
Choose a tag to compare
@stompsjo stompsjo released this 14 Jan 17:30
407f260

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).