Skip to content

Commit

Permalink
Merge pull request #143 from renecotyfanboy/v0.0.6
Browse files Browse the repository at this point in the history
V0.0.6
  • Loading branch information
renecotyfanboy authored Apr 22, 2024
2 parents 5b2c283 + 18b1206 commit 50c48f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jaxspec"
version = "0.0.5"
version = "0.0.6"
description = "jaxspec is a bayesian spectral fitting library for X-ray astronomy."
authors = ["sdupourque <sdupourque@irap.omp.eu>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/jaxspec/model/additive.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from haiku.initializers import Constant as HaikuConstant
from ..util.integrate import integrate_interval
from .abc import AdditiveComponent
from ._additive.apec import APEC # noqa: F401
# from ._additive.apec import APEC # noqa: F401


class Powerlaw(AdditiveComponent):
Expand Down
Binary file removed src/jaxspec/tables/apec.nc
Binary file not shown.

0 comments on commit 50c48f0

Please sign in to comment.