File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
1.0a3
2
2
------
3
3
4
- * Release date: not yet released .
4
+ * Release date: 18th August, 2015 .
5
5
* Fix bug with ``output_at_times `` specification for solver.
6
- * Don't import anything in ``pysph/__init__.py `` unless necessary.
7
6
* Put generated sources and extensions into a platform specific directory in
8
7
``~/.pysph/sources/<platform-specific-dir> `` to avoid problems with multiple
9
8
Python versions, operating systems etc.
26
25
mechanics problems and allow them to be used with OpenMP.
27
26
* The viewer can now view the velocity magnitude (``vmag ``) even if it
28
27
is not present in the data.
28
+ * Port all examples to use new ``Application `` API.
29
29
* Do not display unnecessary compiler warnings when there are no errors but
30
30
display verbose details when there is an error.
31
31
Original file line number Diff line number Diff line change 1
1
# See PEP 440 for more on suitable version numbers.
2
- __version__ = '1.0a3.dev0 '
2
+ __version__ = '1.0a3'
3
3
4
4
# Utility functions to determine if Zoltan/MPI are available.
5
5
_has_mpi = None
You can’t perform that action at this time.
0 commit comments