Releases: rwcarlsen/cyan
Releases · rwcarlsen/cyan
CyAn Version 0.8
CyAn Version 0.7
- Added new sub commands
decom
for agent decommissioning time seriesversion
for printing cyclus, cyclus dep, and archetype versions used in a simulationages
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
andtrans
subcommands in addition to prototype-specific filtering
CyAn Version 0.6
- 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
- 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
- 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
- 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
- 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
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.