Skip to content

Releases: rwcarlsen/cyan

CyAn Version 0.8

01 Apr 17:56
Compare
Choose a tag to compare
  • Fixed a bug in post-processing that resulted in a corrupted inventory table in rare circumstances
  • Updated sqlite to 3.12.0

CyAn Version 0.7

22 Jan 17:15
Compare
Choose a tag to compare
  • Added new sub commands
    • decom for agent decommissioning time series
    • version for printing cyclus, cyclus dep, and archetype versions used in a simulation
    • ages for printing agent ages at arbitrary times in the simulation
  • Updated SQLite - queries run ~30% faster generally.
  • Added ability to do per-agent filtering on flow and trans subcommands in addition to prototype-specific filtering

CyAn Version 0.6

14 Dec 16:51
Compare
Choose a tag to compare
  • add timeseries command for convenient timeseries investigation (e.g. cyan -db foo.db ts EnrichmentSWU)
  • table command now prints list of tables if no arguments are given
  • fixed bug where only the first simulation was being reported by the sims subcommand
  • updated power subcommand query to fill in zeros for early times on series' that start at t > 0

CyAn Version 0.5

15 Jul 15:31
Compare
Choose a tag to compare
  • Fix crash when using custom sql queries from user json file.
  • Fixed bug where help message wasn't printed correctly with certain flags.
  • Post process now creates an index on the TimeSeriesPower table for faster power queries.
  • deployed subcommand only reports facillities that are not past their lifetime. So if a facility has not been decommissioned, but is past its lifetime, it will not be counted in the output of this subcommand.

CyAn Version 0.4

20 May 17:54
Compare
Choose a tag to compare
  • fixed some column labels in output
  • vendor external dependencies (including an updated amalgamation of sqlite3 with stat4 turned on). This results in much faster performance for some queries.
  • added -query flag that prints out SQL queries for subcommands instead of executing them
  • added post subcommand for just post processing the db

CyAn Version 0.3

19 May 22:21
Compare
Choose a tag to compare
  • New trans subcommand for printing out individual transactions.
  • Added to, from, commod filters to flow.
  • New table subcommand for printing out aribtrary tables from the db.
  • New infile command for printing out a simulation's input file.
  • Fixed various bugs.

CyAn Version 0.2

07 May 18:58
Compare
Choose a tag to compare
  • Updated nuc package to use pyne::nucname for processing nuc id's
  • more robust post processing for simulations that may not have certain tables
  • added cyand server tool for creating a toy site where sqlite db's can be uploaded and some visualizations are rendered for the viewer.
  • started experimetal draft of a more complete pyne wrapper called gone with an associated gone command for printing out nuc data.
  • removed old metric command in favor of new cyan command that prints out time series and other data from the db. It now also supports optional direct plotting using gnuplot (if installed).

First release

02 Jun 20:59
Compare
Choose a tag to compare

This release is created primarily to support citations in publications. The CyAn functionality used for Matt Gidden's PHYSOR paper is known to be correct.