Skip to content

Commit

Permalink
changelog updated for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pravirkr committed Jan 31, 2022
1 parent cd4d5c3 commit b8fc515
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
run: |
python -m pip install -U pip setuptools wheel
python -m pip install -e .[tests]
#- name: Simple test
# run: |
# python examples/dedisperse.py examples/tutorial.fil 300
- name: Lint with flake8
run: |
pip install flake8 wemake-python-styleguide
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pytestdebug.log
docs/_build/
docs/_static/
docs/_templates/
doc/_build/
docs/jupyter_execute/

# Jupyter Notebook
.ipynb_checkpoints
Expand Down
14 changes: 14 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.0.0 (2022-02-01)
++++++++++++++++++

- First stable release of the new API.
- Adds Multifile support for ``SIGPROC Filterbank`` files. (`#13 <https://github.com/FRBs/sigpyproc3/pull/13>`_)
- Adds Numba backend for kernel functions in place of the earlier `pybind11 <https://github.com/pybind/pybind11>`_. (`#17 <https://github.com/FRBs/sigpyproc3/pull/17>`_)
- Removes dependence on `pybind11 <https://github.com/pybind/pybind11>`_ and `fftw3 <http://www.fftw.org/>`_.
- Adds Packaging structure as for the new API. (`#16 <https://github.com/FRBs/sigpyproc3/pull/16>`_)
- Adds ``io`` module for reading and writing of ``SIGPROC`` files.
- Adds fast median and mean filter (`bottleneck <https://github.com/pydata/bottleneck>`_) and Higher-Order running stats.
- Support for command-line utilities
- Adds CHIME telescope code to ``params``.


0.5.5 (2021-03-31)
++++++++++++++++++

Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ environment, with a simple plug-and-play system with new modules and extensions.
:alt: Documentation Status
.. image:: https://codecov.io/gh/FRBs/sigpyproc3/branch/master/graph/badge.svg
:target: https://codecov.io/gh/FRBs/sigpyproc3
.. image:: https://img.shields.io/github/license/FRBs/sigpyproc3
:target: https://github.com/FRBs/sigpyproc3/blob/main/LICENSE
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

Expand Down

0 comments on commit b8fc515

Please sign in to comment.