Skip to content

Releases: misho104/yaslha

yaslha 0.3.4: avoid -0.00000

12 Aug 20:29
Compare
Choose a tag to compare
  • use 0.00000 instead of -0.00000
  • update dependencies

Full Changelog: 0.3.3...0.3.4

yaslha 0.3.3: more type-hinting

11 Jun 13:22
Compare
Choose a tag to compare

yaslha 0.3.2: minor bugfix

11 Feb 20:37
Compare
Choose a tag to compare
  • Fix a bug in SLHA.get.

yaslha 0.3.1: minor upgrade

31 Jan 13:00
Compare
Choose a tag to compare
  • Change MODSEL block format to fit SDECAY, which assumes (1x,i5,1x,i5,3x,a100).

yaslha 0.3.0: catching up to py3.7

09 May 16:30
Compare
Choose a tag to compare
  • drop supports for python <= 3.6
  • update dependencies
  • fix corner-case bugs on sorting

yaslha 0.2.1: Bug fix

25 Jun 08:23
Compare
Choose a tag to compare

Debugs

  • fix inconsistent key handling in Block.get

Refactoring

  • remove top-level shortened names

Others

  • typing: upgrade mypy and fix type casts
  • prettier: improve flake8 configuration
  • add missing dependency
  • readme and license

Second beta with complete rewrite

30 Apr 07:29
Compare
Choose a tag to compare
  • rewrite full code structure
  • change all the interfaces
  • upgrade marshal scheme to 3

Beta version release

06 Jan 22:20
Compare
Choose a tag to compare

Now yaslha is maintained with Poetry and distributed on PyPi!

New module feature:

  • introduce SLHA.__getitem__
  • tweak Decay interface

Extractor

31 Oct 17:16
Compare
Choose a tag to compare

New script feature:

  • add yaslha-extract to extract some blocks from a SLHA data.

with several debugs.

Merger

08 Aug 13:19
Compare
Choose a tag to compare
Merger Pre-release
Pre-release

New features as using a module:

- add `yaslha-merger` to merge/overwrite/modify SLHA data with another patch.

with several debugs.