Skip to content

Commit 1e635e0

Browse files
Updating for 1.0a3 release.
1 parent 0e3e9fc commit 1e635e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
1.0a3
22
------
33

4-
* Release date: not yet released.
4+
* Release date: 18th August, 2015.
55
* Fix bug with ``output_at_times`` specification for solver.
6-
* Don't import anything in ``pysph/__init__.py`` unless necessary.
76
* Put generated sources and extensions into a platform specific directory in
87
``~/.pysph/sources/<platform-specific-dir>`` to avoid problems with multiple
98
Python versions, operating systems etc.
@@ -26,6 +25,7 @@
2625
mechanics problems and allow them to be used with OpenMP.
2726
* The viewer can now view the velocity magnitude (``vmag``) even if it
2827
is not present in the data.
28+
* Port all examples to use new ``Application`` API.
2929
* Do not display unnecessary compiler warnings when there are no errors but
3030
display verbose details when there is an error.
3131

pysph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# See PEP 440 for more on suitable version numbers.
2-
__version__ = '1.0a3.dev0'
2+
__version__ = '1.0a3'
33

44
# Utility functions to determine if Zoltan/MPI are available.
55
_has_mpi = None

0 commit comments

Comments
 (0)