Skip to content

Commit 82df33f

Browse files
Prepare for a 1.0b2 release.
1 parent 967984e commit 82df33f

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGES.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
1.0b2
22
-----
33

4-
* Release date: Still under development.
4+
Around 26 pull requests were merged. Thanks to the following who contributed
5+
to this release (in alphabetical order): Abhinav Muta, Antonio Valentino,
6+
Navaneet, Prabhu Ramachandran.
7+
8+
* Release date: 23 May, 2025.
9+
10+
* Enhancements:
11+
12+
* Support NumPy2 and Cython 3.
13+
* Fix compatibility with Python 3.11, 3.12.
14+
* Added splash interpolation method
15+
* Fixed the viewer so it persists its shape, add play/pause/next/prev buttons.
16+
* Add ability to change the interpolation scheme to the UI.
17+
* Add a ``dump_xdmf`` option to dump XDMF VTK files for visualization with other tools.
18+
* Add a name kwarg to ``Group`` for use while profiling.
19+
* Improve existing gas dynamics schemes and add new ones like magma2.
20+
21+
* Bug fixes:
22+
23+
* Fixed a bug where the parent group of a sub group's pre and post methods were ignored.
24+
* Various miscellaneous fixes.
525

626

727
1.0b1
@@ -185,6 +205,7 @@ nilsmeyerkit, Rahul Govind, Sanka Suraj.
185205
.. _h5py: http://www.h5py.org
186206
.. _PyVisfile: http://github.com/inducer/pyvisfile
187207
.. _Mayavi: http://code.enthought.com/projects/mayavi/
208+
.. _mpi4py: https://mpi4py.github.io/
188209

189210
1.0a3
190211
------

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.0b2.dev0'
2+
__version__ = '1.0b2'
33

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

0 commit comments

Comments
 (0)