Skip to content

Releases: misho104/yaslha

More configurability, More usability

30 Jul 15:27
Compare
Choose a tag to compare
Pre-release

(and unfortunately more complexity....)

New features as using a module:

  • allow parse/dump files directly with yaslha.parse_file and yaslha.dump_file
  • add accessor methods to SLHA
  • (debug) allow Block.get without arguemnt for no-index-lines
  • add minor-format options to SLHADumper
  • allow to configure in cfg file

New features for the converter:

  • add minor-format options to SLHADumper
  • allow to configure in cfg file

with several debugs and refactorings.

Debug release: now compatible with Py3.4+

27 Jul 12:44
Compare
Choose a tag to compare

With tests integrated with Travis-CI, now yaslha is compatible with Python 3.4+.

Data sort and Comment handling

25 Jul 16:56
Compare
Choose a tag to compare
Pre-release

yaslha-convert now accepts three options:

  --comments [NONE|TAIL|ALL]      comments to be kept  [default: NONE]
  --blocks [DEFAULT|KEEP|ABC]     Order of SLHA blocks
  --values [DEFAULT|KEEP|SORTED]  Order of values

and corresponding features are now available when you use yaslha as a module.

Not yet stable because no tests are written yet....

initial release

20 Jul 18:29
Compare
Choose a tag to compare
initial release Pre-release
Pre-release

This is the first alpha version of yaslha.

Features:

  • module to read/write/edit SLHA file format
  • converter yaslha-convert, which converts SLHA data to SLHA/JSON/YAML format. (compatible with pylha.)