Skip to content

Commit

Permalink
update date in changelog and dev status in setup.py for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed Jun 23, 2023
1 parent cbe5d18 commit 0c161d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
2023-06-15 Tao Liu <vladimir.liu@gmail.com>
2023-06-23 Tao Liu <vladimir.liu@gmail.com>
MACS 3.0.0b2
* New features in MACS3:

1) Speed/memory optimization. Use the cykhash to replace python
dictionary. Use buffer (10MB) to read and parse input file (not
1) Speed/memory optimization. Use the cykhash to replace python
dictionary. Use buffer (10MB) to read and parse input file (not
available for BAM file parser). And many optimization tweaks. We
added memory monitoring to the runtime messages.
added memory monitoring to the runtime messages.

2) Code cleanup. Reorganize source codes.

Expand Down Expand Up @@ -48,8 +48,10 @@

11) The effective genome size parameters have been updated
according to deeptools. #508

12) Memory usage now will be displayed in the runtime message.

12) Multiple updates regarding dependencies, anaconda built, CI/CD
13) Multiple updates regarding dependencies, anaconda built, CI/CD
process.

* Other:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# classifiers
classifiers =[\
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 0c161d5

Please sign in to comment.