Skip to content

Commit

Permalink
Do not bump so much versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed May 2, 2023
1 parent fce9f72 commit d80f9c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ numpy
packaging
pymongo<4.0.0
requests
# strax>=1.4.0
git+https://github.com/dachengx/strax
strax>=1.5.0
utilix>=0.5.3
xedocs
2 changes: 1 addition & 1 deletion straxen/plugins/merged_s2s/merged_s2s.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class MergedS2s(strax.OverlapWindowPlugin):
Merge together peaklets if peak finding favours that they would
form a single peak instead.
"""
__version__ = '1.1.0'
__version__ = '1.0.0'

depends_on = ('peaklets', 'peaklet_classification', 'lone_hits')
data_kind = 'merged_s2s'
Expand Down
2 changes: 1 addition & 1 deletion straxen/plugins/peaks/peak_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PeakBasics(strax.Plugin):
arrays.
NB: This plugin can therefore be loaded as a pandas DataFrame.
"""
__version__ = '0.2.0'
__version__ = '0.1.4'
parallel = True
depends_on = ('peaks',)
provides = 'peak_basics'
Expand Down
2 changes: 1 addition & 1 deletion straxen/plugins/peaks/peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Peaks(strax.Plugin):
(replacing all peaklets that were later re-merged as S2s). As this
step is computationally trivial, never save this plugin.
"""
__version__ = '0.2.0'
__version__ = '0.1.2'

depends_on = ('peaklets', 'peaklet_classification', 'merged_s2s')
data_kind = 'peaks'
Expand Down

0 comments on commit d80f9c0

Please sign in to comment.