Skip to content

Commit f8a418d

Browse files
Merge pull request #412 from pypr/release-1.0b2
Release 1.0b2
2 parents 967984e + 2b24b18 commit f8a418d

3 files changed

Lines changed: 30 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
1+
1.0b3
2+
-----
3+
4+
* Release date: still under development.
5+
6+
17
1.0b2
28
-----
39

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

632

733
1.0b1
@@ -185,6 +211,7 @@ nilsmeyerkit, Rahul Govind, Sanka Suraj.
185211
.. _h5py: http://www.h5py.org
186212
.. _PyVisfile: http://github.com/inducer/pyvisfile
187213
.. _Mayavi: http://code.enthought.com/projects/mayavi/
214+
.. _mpi4py: https://mpi4py.github.io/
188215

189216
1.0a3
190217
------

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.0b3.dev0'
33

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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ def setup_package():
737737
"framework",
738738
long_description=open('README.rst').read(),
739739
url='http://github.com/pypr/pysph',
740-
license="BSD",
740+
license="BSD-3-Clause",
741741
keywords="SPH simulation computational fluid dynamics",
742742
packages=find_packages(),
743743
package_data={
@@ -765,7 +765,6 @@ def setup_package():
765765
Environment :: Console
766766
Intended Audience :: Developers
767767
Intended Audience :: Science/Research
768-
License :: OSI Approved :: BSD License
769768
Natural Language :: English
770769
Operating System :: MacOS :: MacOS X
771770
Operating System :: Microsoft :: Windows

0 commit comments

Comments
 (0)