@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## Unreleased
77
8+
9+
10+ ## [ 0.18.2] - 2026-04-03
11+
812### Changed
913
1014- packaging & deployment now uses ` pyproject.toml ` and wheel
@@ -24,6 +28,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2428
2529- versioneer
2630
31+
32+
2733## [ 0.18.1] - 2025-10-02
2834
2935### Changed
@@ -40,6 +46,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4046- updated C code, fixes compiler warnings & error (thanks cameronraysmith!)
4147- updated versioneer, able to update configparser now! resolves #315
4248
49+
50+
4351## [ 0.18.0] - 2023-01-11
4452
4553### Added
@@ -86,6 +94,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
8694
8795- removed old python2 code (scanning with MOODS & import shenanigans)
8896
97+
98+
8999## [ 0.17.2] - 2022-10-12
90100
91101### Changed
@@ -109,6 +119,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
109119- pyarrow dependency
110120
111121
122+
112123## [ 0.17.1] - 2022-06-02
113124
114125### Added
@@ -143,6 +154,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
143154 - and Travis asks 5x credits for OSX machines...
144155
145156
157+
146158## [ 0.17.0] - 2021-12-22
147159
148160### Added
@@ -187,7 +199,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
187199* Fix issue with config file getting corrupted.
188200* Fix FPR threshold calculation.
189201
190- ### Removed
191202
192203
193204## [ 0.16.1] - 2021-06-28
@@ -204,6 +215,8 @@ Bugfix release.
204215* Fixed "Motif does not occur in motif database when running maelstrom" (#192 ).
205216* Fixed bugs related to runs where no (significant) motifs is found.
206217
218+
219+
207220## [ 0.16.0] - 2021-05-28
208221
209222Many bugfixes, thanks to @kirbyziegler , @irzhegalova , @wangmhan , @ClarissaFeuersteinAkgoz and @fgualdr for reporting and proposing solutions!
@@ -234,6 +247,8 @@ Thanks to @Maarten-vd-Sande for the speed improvements.
234247* Fix issue with running ` gimme motifs ` with the HOMER database (#135 )
235248* Fix issue with the ` --size ` parameter in ` gimme motifs ` , which now works as expected (#128 )
236249
250+
251+
237252## [ 0.15.3] - 2021-02-01
238253
239254### Fixed
@@ -247,6 +262,7 @@ Thanks to @Maarten-vd-Sande for the speed improvements.
247262 cache.
248263
249264
265+
250266## [ 0.15.2] - 2020-11-26
251267
252268### Changed
@@ -258,6 +274,8 @@ Thanks to @Maarten-vd-Sande for the speed improvements.
258274- Fix issue with -s parameter of ` gimme motifs ` (#146 )
259275- Fix issues (hopefully) with scanning large input files.
260276
277+
278+
261279## [ 0.15.1] - 2020-10-07
262280
263281### Added
@@ -269,6 +287,8 @@ Thanks to @Maarten-vd-Sande for the speed improvements.
269287- Support for pandas>=1.1
270288- ` coverage_table ` doesn't add a newline at the end of the file.
271289
290+
291+
272292## [ 0.15.0] - 2020-09-29
273293
274294### Added
@@ -296,6 +316,8 @@ Thanks to @Maarten-vd-Sande for the speed improvements.
296316- ` gimme motifs ` doesn't crash when no motifs are found.
297317- Fixed error with Ensembl chromosome names in ` combine_peaks ` .
298318
319+
320+
299321## [ 0.14.4] - 2020-04-02
300322
301323### Fixed
@@ -304,12 +326,16 @@ Thanks to @Maarten-vd-Sande for the speed improvements.
304326- Fixed ` combine_peaks ` with Ensembl chromosome names (thanks @JGAsmits ).
305327- Fixed bug with pandas>=1.0.
306328
329+
330+
307331## [ 0.14.3] - 2020-02-19
308332
309333### Fixed
310334
311335- Fixed 'AttributeError: can't delete attribute' in ` gimme maelstrom ` and ` gimme motifs ` (#108 , #109 ).
312336
337+
338+
313339## [ 0.14.2] - 2020-01-31
314340
315341Bugfix release
@@ -333,6 +359,7 @@ Bugfix release
333359- Updated ` tqdm ` requirement (#98 ).
334360
335361
362+
336363## [ 0.14.1] - 2019-12-19
337364
338365Bugfix release
@@ -342,6 +369,8 @@ Bugfix release
342369- Fix function for locating a pwm/pfm motif database.
343370- Added configparser dependency
344371
372+
373+
345374## [ 0.14.0] - 2019-12-05
346375
347376### Added
@@ -375,6 +404,8 @@ Bugfix release
375404
376405- Deprecated modules and scripts.
377406
407+
408+
378409## [ 0.13.1] - 2018-12-04
379410
380411### Added
@@ -395,6 +426,8 @@ Bugfix release
395426- Changed "user" background to "custom" background.
396427- Updated Posmo to run with a wider variety of settings.
397428
429+
430+
398431## [ 0.13.0] - 2018-11-19
399432
400433### Added
@@ -430,6 +463,8 @@ Bugfix release
430463- Fixed ` scale ` for newer ` pandas ` /` sklearn ` combo
431464- FIxed bug related to backgroundgradient with new pandas
432465
466+
467+
433468## [ 0.12.0] - 2018-07-10
434469
435470** Please note:** the way GimmeMotifs uses genome FASTA files has changed in a
@@ -468,3 +503,15 @@ manage your genomes.
468503- Fixed issue with nested multiprocessing pools.
469504- Fix numpy version because of DeprecationWarning in sklearn.
470505- Updated xgboost dependency, where the API had changed.
506+
507+
508+
509+ [ Unreleased ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/master...develop
510+ [ 0.18.2 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.18.1...0.18.2
511+ [ 0.18.1 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.18.0...0.18.1
512+ [ 0.18.0 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.17.0...0.18.0
513+ [ 0.17.0 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.16.0...0.17.0
514+ [ 0.16.0 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.15.0...0.16.0
515+ [ 0.15.0 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.14.0...0.15.0
516+ [ 0.14.0 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.13.0...0.14.0
517+ [ 0.13.0 ] : https://github.com/vanheeringen-lab/gimmemotifs/compare/0.12.0...0.13.0
0 commit comments