Skip to content

Commit

Permalink
Pydv 212 curve lists (#254)
Browse files Browse the repository at this point in the history
functions support curve lists with gaps
  • Loading branch information
rusu24edward authored Dec 1, 2021
1 parent 9353788 commit f6c3159
Show file tree
Hide file tree
Showing 9 changed files with 273 additions and 144 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: pydv-3.0.5
release_name: PyDV 3.0.5
tag_name: pydv-3.0.6
release_name: PyDV 3.0.6
draft: false
prerelease: false
2 changes: 1 addition & 1 deletion pydv/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = u'3.0'
# The full version, including alpha/beta/rc tags.
release = u'3.0.5'
release = u'3.0.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
12 changes: 12 additions & 0 deletions pydv/docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Release Notes
=============

3.0.6
-----
* Fixed functions that did not work with curve lists, which were: dupx, del,
markerfacecolor, markeredgecolor, random, rev, sort, subsample, xindex, xminmax,
yminmax, log{,x,10,10x}, makeintensive, makeextensive, max, smooth, disp{,x},
getdomain, getrange, stats, movefront
* All curve list functions support gaps in the list of curves. For example,
if there are curves A, B, and E, then ``function A:E`` will still work on
A, B, and E.



3.0.5
-----
* log{, x, 10, 10x} commands update the legend
Expand Down
Loading

0 comments on commit f6c3159

Please sign in to comment.