Skip to content

Commit

Permalink
Add changelog, bumb up version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Feb 6, 2020
1 parent e3db2bf commit 1783676
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Changelog
=========

0.2.0
-----
2020-02-06

New features
- database creation with `mode="rwc"`, e.g. `vallenae.io.PriDatabase.__init__`

Bug fixes
- number field in `vallenae.io.MarkerRecord` optional
- scaling of parametric inputs optional
- keep column order of query if new columns are added to the database
- return array with float32 from `vallenae.io.TraDatabase.read_continuous_wave` (instead of float64)


0.1.0
-----
2020-01-24

Initial public release
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The remaining modules are system-independent and try to comprise the most common
:caption: Development
:hidden:

changelog
todo

Indices and tables
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name="vallenae",
version="0.1.0",
version="0.2.0",
description="Extract and analyze Acoustic Emission measurement data",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1783676

Please sign in to comment.