Skip to content

Commit

Permalink
Increase version number to v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Dec 7, 2022
1 parent 943cf9e commit 6bd284b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
v2.5:
- Added a custom execution policy, compatible with thrust algorithms and leveraging UAMMDs cached allocator.

v2.4:
- Added a library to compute Fast Fourier-Chebyshev Transforms
- Added ParticleGroup mask functions
- Added DPStokesIntegrator
- Added several vector overloads
- Added many tests

v2.3:
-Many vector overloads has been added
-The DPStokes module has been added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# **Universally Adaptable Multiscale Molecular Dynamics (UAMMD) ver 2.4**
# **Universally Adaptable Multiscale Molecular Dynamics (UAMMD) ver 2.5**

[![Documentation Status](https://readthedocs.org/projects/uammd/badge/?version=latest)](https://uammd.readthedocs.io/en/latest/?badge=latest)

Expand Down
2 changes: 1 addition & 1 deletion src/global/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#ifndef UAMMD_DEFINES_H
#define UAMMD_DEFINES_H
#include"cuda_runtime.h"
#define UAMMD_VERSION "2.4"
#define UAMMD_VERSION "2.5"


#ifndef DOUBLE_PRECISION
Expand Down

0 comments on commit 6bd284b

Please sign in to comment.