Skip to content

Commit

Permalink
Add Icn SN class (#14)
Browse files Browse the repository at this point in the history
* MAINT: version bump
* MAINT: add newly discovered Icn SN class
  • Loading branch information
adamamiller authored Nov 30, 2021
1 parent 91c74ec commit df52753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tdtax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.replace('"subclasses":', '"children":')
vega_taxonomy = json.loads(taxstr)

__version__ = '0.1.3'
__version__ = '0.1.4'

__all__ = ["taxonomy", "schema", "vega_taxonomy", "write_viz", "__version__"]

Expand Down
3 changes: 3 additions & 0 deletions tdtax/supernovae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ subclasses:
- class: Ic-norm
tags: [normal]
other names: [SN Ic-norm, normal SN Ic]
- class: Icn
tags: [interacting, narrow line]
other names: [SN Icn]
- class: Ib/c
tags: [core collapse, unclear which subclass]
other names: [SN Ib/c, SNIb/c, SN Ibc, Ibc]
Expand Down

0 comments on commit df52753

Please sign in to comment.