Skip to content

Commit

Permalink
Prepare v20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
janmayer committed Oct 24, 2020
1 parent 560f036 commit 2800c34
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
python-version: '3.8'
- name: Build
run: python setup.py sdist bdist_wheel
run: |
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down
27 changes: 16 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# HDTV Changelog

## Unreleased
- Add GUI-dummy for usage with unit tests (@opapst)
- Add coverage to unittests (@jmayer, @opapst)
- Add better fitting: Integration and poisson statistics (@opapst)
## 20.10
- Add better fitting: Integration and Poisson statistics (@opapst)
- Add object-oriented background models (@ufrimangayer)
- Add exponential background model (@ufrimangayer)
- Add hdtv.app:App() entrypoint instead of script (@opapst)
- Add keywords and classifiers to setup.py (@opapst)
- Add spline interpolation background model (@ufrimangayer)
- Add light mode (@opapst)
- Add magic word `hidden` to select objects (@opapst)
- Add object-oriented background models (@ufrimangayer)
- Add spline interpolation background model (@ufrimangayer)
- Add travis.yml build and tests (@jmayer, @opapst)
- Add keywords and classifiers to setup.py (@opapst)
- Add hdtv.app:App() entrypoint instead of script (@opapst)
- Add github actions build and tests instead of travis (@jmayer, @opapst)
- Add GUI-dummy for usage with unit tests (@opapst)
- Fix autocomplete of pathes with spaces (@opapst)
- Fix hdtv.rootext import order (@opapst)
- Fix negative uncertainties from ROOT fits (@opapst)
- Fix typedef (@jmayer)
- Fix wrong cut axis from mfile matrices (@mweinert)
- Move Calibration.hh into separate module (@opapst)
- Remove Python2.7 support due to EOL (@opapst)
- Remove dead code (@opapst)
Expand All @@ -26,6 +23,14 @@
- Replace readline with prompt_toolkit (@opapst)
- Other small fixes

## 20.04
- Release as pypi package (@jmayer)
- Use cmake to build extensions (@jmayer)
- Bundle libmfile (@jmayer)
- Add coverage to unit tests (@jmayer, @opapst)
- Fix wrong cut axis from mfile matrices (@mweinert)
- Other small fixes

## 18.04
- Use uncertainties library (@opapst)
- Large overhaul of compiled libraries (@nima) (Closes #21)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
Operating System :: MacOS
Operating System :: POSIX
Operating System :: POSIX :: Linux
Operating System :: UNIX
Programming Language :: C
Programming Language :: C++
Programming Language :: Python
Expand Down

0 comments on commit 2800c34

Please sign in to comment.