Releases: misho104/yaslha
Releases · misho104/yaslha
yaslha 0.3.4: avoid -0.00000
- use
0.00000
instead of-0.00000
- update dependencies
Full Changelog: 0.3.3...0.3.4
yaslha 0.3.3: more type-hinting
- drop py3.7 support
- improve type-hinting
yaslha 0.3.2: minor bugfix
- Fix a bug in
SLHA.get
.
yaslha 0.3.1: minor upgrade
- Change
MODSEL
block format to fit SDECAY, which assumes(1x,i5,1x,i5,3x,a100)
.
yaslha 0.3.0: catching up to py3.7
- drop supports for python <= 3.6
- update dependencies
- fix corner-case bugs on sorting
yaslha 0.2.1: Bug fix
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
- rewrite full code structure
- change all the interfaces
- upgrade marshal scheme to 3
Beta version release
Now yaslha is maintained with Poetry and distributed on PyPi!
New module feature:
- introduce
SLHA.__getitem__
- tweak
Decay
interface