Skip to content

Commit

Permalink
Add cff, __version__ and removes travis stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegfried Gündert committed Jun 12, 2023
1 parent 6acd1ca commit eb9f04b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

16 changes: 16 additions & 0 deletions CITATION.CFF
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cff-version: 1.2.0
title: syncsweptsine
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Siegfried
family-names: Gündert
email: [email protected]
repository-code: 'https://github.com/SiggiGue/syncsweptsine'
abstract: >-
syncsweptsine implements the exponential sweep method
based on Novak et al. 2015, 2010 as reusable python package.
license: MPL-2.0
version: 0.2.0
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Synchronized Swept Sine Method

[![Build Status](https://travis-ci.org/SiggiGue/syncsweptsine.svg?branch=master)](https://travis-ci.org/SiggiGue/syncsweptsine)

[![Coverage Status](https://coveralls.io/repos/github/SiggiGue/syncsweptsine/badge.svg)](https://coveralls.io/github/SiggiGue/syncsweptsine)

[![Documentation Status](https://readthedocs.org/projects/syncsweptsine/badge/?version=latest)](https://syncsweptsine.readthedocs.io/en/latest/?badge=latest)
Expand Down
1 change: 1 addition & 0 deletions syncsweptsine.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def nonlinear_system(sig):
import scipy.signal as _spsignal
import numpy as _np

__version__ = '0.2.0'

def _typed_property(name, expected_type, desc=None):
"""Returns a type checked property
Expand Down

0 comments on commit eb9f04b

Please sign in to comment.