Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Nov 17, 2022
1 parent 9c5edf2 commit e7ad481
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion colmena/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
<Major>.<Minor>.<maintenance>[alpha/beta/..]
Alphas will be numbered like this -> 0.4.0a0
"""
VERSION = '0.3.4'
VERSION = '0.4.0'
8 changes: 6 additions & 2 deletions docs/queues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ Python Pipes
:class:`~colmena.queue.python.PipeQueues` uses `Python Pipes <https://docs.python.org/3/library/multiprocessing.html#pipes-and-queues>`_ transmit data
between two Python processes.

**Advantages**: Simple setup (no configuration or other services required)
**Advantages**:

- Simple setup (no configuration or other services required)
- Very portable. Uses only Python native libraries

**Disadvantages**:

Expand All @@ -30,7 +33,8 @@ Redis
- Applications can use multiple Thinkers and Task Servers
- Redis server can also serve as a backend for ProxyStore

**Disadvantages**;
**Disadvantages**:

- Redis must run as a second service
- Redis is difficult to install on some OSs or architectures
- Open ports or SSH tunnels may be required if Redis on separate host from Task Server/Thinker

0 comments on commit e7ad481

Please sign in to comment.