Parcels

Latest version: v3.1.2

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

3.0.3

Parcels v3.0.3 is a minor update to [v3.0.2](https://github.com/OceanParcels/parcels/releases/tag/v3.0.2). It includes [a new way to create a FieldSet using `FieldSet.from_modulefile()`](https://github.com/OceanParcels/parcels/pull/1566), [improves the implementation of the `AdvectionRK45` Kernel](https://github.com/OceanParcels/parcels/pull/1539), and [implements a test for the `pypi`-package upon release](https://github.com/OceanParcels/parcels/pull/1574). It also includes a number of updates to the tutorials and fixes a number of bugs.

What's Changed

Most relevant for users
* Creating a new `Fieldset.from_modulefile()` method by erikvansebille in https://github.com/OceanParcels/parcels/pull/1566
* Improve AdvectionRK45 Kernel implementation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1539
* PyPi release updates by andrew-s28 in https://github.com/OceanParcels/parcels/pull/1574

Documentation improvements
* Adding note to Parcels tutorial on add_variable compatibility by erikvansebille in https://github.com/OceanParcels/parcels/pull/1505
* Moving the note on add_variables in the Parcels tutorial to its first use by erikvansebille in https://github.com/OceanParcels/parcels/pull/1506
* Explaining statuscode kernel order by erikvansebille in https://github.com/OceanParcels/parcels/pull/1508
* Updating Argo kernel to parcels v3 API by erikvansebille in https://github.com/OceanParcels/parcels/pull/1524
* Adding infobox on UnitConverter to sampling tutorial by erikvansebille in https://github.com/OceanParcels/parcels/pull/1540
* Fixing weblink to Ariane software page by erikvansebille in https://github.com/OceanParcels/parcels/pull/1543
* Adding section in parcels structure tutorial on optimisation and parallelisation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1555
* Clarifying particle_dlon variable use in kernel loop tutorial by erikvansebille in https://github.com/OceanParcels/parcels/pull/1535
* Simplifying parcels structure note by erikvansebille in https://github.com/OceanParcels/parcels/pull/1556
* Fixing link to partition function in the parcels structure tutorial by erikvansebille in https://github.com/OceanParcels/parcels/pull/1572

Bug-fixes and code-cleaning etc
* Update particleset.py by dicaearchus in https://github.com/OceanParcels/parcels/pull/1547
* Adding support for delete_cfiles as pset.execute() keyword by erikvansebille in https://github.com/OceanParcels/parcels/pull/1551
* Compilation error message fix for local variable name that is also FieldSet constant by erikvansebille in https://github.com/OceanParcels/parcels/pull/1552
* Pinning zarr in environment files to !=2.18.0 by erikvansebille in https://github.com/OceanParcels/parcels/pull/1565 and jamespolly in https://github.com/OceanParcels/parcels/pull/1567
* Throwing an error when dt has too high precision by erikvansebille in https://github.com/OceanParcels/parcels/pull/1558

New Contributors
* jamespolly made their first contribution in https://github.com/OceanParcels/parcels/pull/1567
* andrew-s28 made their first contribution in https://github.com/OceanParcels/parcels/pull/1574

**Full Changelog**: https://github.com/OceanParcels/parcels/compare/v3.0.2...v3.0.3

3.0.2

Parcels v3.0.2 is a minor update to [v3.0.1](https://github.com/OceanParcels/parcels/releases/tag/v3.0.1). It includes a new, more intuitive way to add `Variables` to a `ParticleSet` class, using a new `Particleset.add_variable()` method (#1501). It also fixes a number of bugs.

What's Changed

Most relevant for users
* Implementing `Particleset.add_variable()` method by erikvansebille in https://github.com/OceanParcels/parcels/pull/1501
* Setting defaults for `FieldSet.computeTimeChunk()` by erikvansebille in https://github.com/OceanParcels/parcels/pull/1502

Bug-fixes and code cleaning etc
* make it possible to import dataset with single time instance by dicaearchus in https://github.com/OceanParcels/parcels/pull/1496
* Simplifying the NEMO curvilinear tutorial by erikvansebille in https://github.com/OceanParcels/parcels/pull/1499
* Bugfix for cgrid eval without applyConversion by erikvansebille in https://github.com/OceanParcels/parcels/pull/1500
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/OceanParcels/parcels/pull/1490


**Full Changelog**: https://github.com/OceanParcels/parcels/compare/v3.0.1...v3.0.2

3.0.1

What's Changed

Most relevant for users
* Adding support for using Field.from_netcdf() with variable as a dict by erikvansebille in https://github.com/OceanParcels/parcels/pull/1446
* Expanding explanation of output chunks parameter by erikvansebille in https://github.com/OceanParcels/parcels/pull/1494
* Running parcels in a grid with a coordinate grid with missing values (nans) by dicaearchus in https://github.com/OceanParcels/parcels/pull/1495

Refactoring, cleaning etc
* Remove python from binder environment file by erikvansebille in https://github.com/OceanParcels/parcels/pull/1444
* Fixing links in documentation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1445
* Field compatible with np.datetime64 entries by dicaearchus in https://github.com/OceanParcels/parcels/pull/1449
* Fixing that Fieldset.from_data() sets "time_origin" to 0 by default by dicaearchus in https://github.com/OceanParcels/parcels/pull/1451
* Update tutorial_kernelloop.ipynb by dicaearchus in https://github.com/OceanParcels/parcels/pull/1454
* Fixing the installation instructions for v3.0 by setting conda solver by erikvansebille in https://github.com/OceanParcels/parcels/pull/1455
* Clarify order of the start and end arguments in particleset.from_line() in documentation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1458
* Pep8 compliancy for import statements by dicaearchus in https://github.com/OceanParcels/parcels/pull/1469
* Updating timestamps tutorial to remove time_periodic=True option by erikvansebille in https://github.com/OceanParcels/parcels/pull/1476
* Fixing a bug in Kernel definition in the preventing stuck particles documentation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1479
* Fixing bug in zarr output when setting chunking and repeatdt by erikvansebille in https://github.com/OceanParcels/parcels/pull/1488
* Add prettier by VeckoTheGecko in https://github.com/OceanParcels/parcels/pull/1474

New Contributors
* dicaearchus made their first contribution in https://github.com/OceanParcels/parcels/pull/1449

**Full Changelog**: https://github.com/OceanParcels/parcels/compare/v3.0.0...v3.0.1

3.0.0

Parcels v3.0.0 is a major update to v2.4.2. The most important change is that the kernel loop has been changed, to support vectorial summing of particle displacements, in 1402. This change and its implications are explained in the new [Kernel Loop tutorial](https://docs.oceanparcels.org/en/latest/examples/tutorial_kernelloop.html).

This version also deprecates the in-built plotting methods `field.show()` and `pset.show()` in 1397. Furthermore, this version includes a major code clean-up, mostly by retiring support for Array-of-Structure (AoS) data architecture, in 1423.

What's Changed

New features
* Re-ordering of Kernel actions to vectorially sum particle displacements by erikvansebille in https://github.com/OceanParcels/parcels/pull/1402
* Create tutorial_kernelloop.ipynb by erikvansebille in https://github.com/OceanParcels/parcels/pull/1421
* Update collectionsoa.py to allow user defined MPI partitioning by JamiePringle in https://github.com/OceanParcels/parcels/pull/1414
* Repeatdt small chunksize warning by erikvansebille in https://github.com/OceanParcels/parcels/pull/1430
* Compilation info as metadata by erikvansebille in https://github.com/OceanParcels/parcels/pull/1433
* Adding support for OperationCode.StopAllExecution by erikvansebille in https://github.com/OceanParcels/parcels/pull/1115
* Storing particle.xi in output files by erikvansebille in https://github.com/OceanParcels/parcels/pull/1147

Deprecated features
* Removing inbuilt plotting methods by erikvansebille in https://github.com/OceanParcels/parcels/pull/1397
* Retiring AoS support by erikvansebille in https://github.com/OceanParcels/parcels/pull/1423

Code clean-ups
* Removing the header message from documentation notebooks by erikvansebille in https://github.com/OceanParcels/parcels/pull/1381
* Adding thumbnail for geospatial documentation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1380
* Fixing typo in allow_time_extrapolation docstrings by erikvansebille in https://github.com/OceanParcels/parcels/pull/1383
* Printing cfile-name in compilation info by erikvansebille in https://github.com/OceanParcels/parcels/pull/1396
* Simplification of the MPI partition_function explanation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1424
* Code cleanups by erikvansebille in https://github.com/OceanParcels/parcels/pull/1427
* Removing stray recovery kernel mentions by erikvansebille in https://github.com/OceanParcels/parcels/pull/1431
* Removing particleset.density by erikvansebille in https://github.com/OceanParcels/parcels/pull/1434
* Renumbering statuscodes so that they are increasing by erikvansebille in https://github.com/OceanParcels/parcels/pull/1439
* More small codecleanups in preparation for parcels v3 by erikvansebille in https://github.com/OceanParcels/parcels/pull/1438

Other minor fixes to code, installation and Continuous Integration
* Update linkcheck_ignore by VeckoTheGecko in https://github.com/OceanParcels/parcels/pull/1374
* Patch test_mpi_run failing test by VeckoTheGecko in https://github.com/OceanParcels/parcels/pull/1375
* Update umamba gha by ocefpaf in https://github.com/OceanParcels/parcels/pull/1373
* Updated Binder by VeckoTheGecko in https://github.com/OceanParcels/parcels/pull/1368
* Fix Binder filepath typo by VeckoTheGecko in https://github.com/OceanParcels/parcels/pull/1378
* Updating citation to latest version by erikvansebille in https://github.com/OceanParcels/parcels/pull/1385
* Jupyter QA tooling (black, isort, ast) by VeckoTheGecko in https://github.com/OceanParcels/parcels/pull/1389
* Migrate to `pyproject.toml` (project metadata, tool config cleanup) by VeckoTheGecko in https://github.com/OceanParcels/parcels/pull/1392
* Fix casting warnings by erikvansebille in https://github.com/OceanParcels/parcels/pull/1400
* Fix flake8 E721 in `baseparticlefile.py` by VeckoTheGecko in https://github.com/OceanParcels/parcels/pull/1405
* Adding installation instructions to documentation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1403
* Add UVsample code and improve consistency by ammedd in https://github.com/OceanParcels/parcels/pull/1415
* Fixing the link to instructions for parallel installation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1419
* From lon towrite to lon nextloop by erikvansebille in https://github.com/OceanParcels/parcels/pull/1422
* Adding explicit message on how to deal with interpolated output by erikvansebille in https://github.com/OceanParcels/parcels/pull/1437
* Towards a noarch environment file for developer installation by erikvansebille in https://github.com/OceanParcels/parcels/pull/1416
* Fix dask chunking error by erikvansebille in https://github.com/OceanParcels/parcels/pull/1436
* Simplifying binder environment file by erikvansebille in https://github.com/OceanParcels/parcels/pull/1441
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/OceanParcels/parcels/pull/1442
* Updating all tutorials with latest conda environment and parcels v3 code by erikvansebille in https://github.com/OceanParcels/parcels/pull/1443
* Towards parcels v3.0 by erikvansebille in https://github.com/OceanParcels/parcels/pull/1426

New Contributors
* ammedd made their first contribution in https://github.com/OceanParcels/parcels/pull/1415

**Full Changelog**: https://github.com/OceanParcels/parcels/compare/v2.4.2...v3.0.0

2.4.2

What's Changed

Documentation changes
* Cleaning the documentation and moving to ReadTheDocs in https://github.com/OceanParcels/parcels/pull/1321, https://github.com/OceanParcels/parcels/pull/1341, https://github.com/OceanParcels/parcels/pull/1342, https://github.com/OceanParcels/parcels/pull/1346, https://github.com/OceanParcels/parcels/pull/1355 and https://github.com/OceanParcels/parcels/pull/1371 (by VeckoTheGecko)
* A new tutorial on how to use Parcels output in geospatial datatypes and software https://github.com/OceanParcels/parcels/pull/1359 (by VeckoTheGecko)

Code changes
* Create combined kernel from kernel function list in https://github.com/OceanParcels/parcels/pull/1351 (by VeckoTheGecko)
* Speedup C-contiguous arrays in https://github.com/OceanParcels/parcels/pull/1074
* `isort` support in https://github.com/OceanParcels/parcels/pull/1323 (by VeckoTheGecko)
* Upgrade syntax to Python 3.8 in https://github.com/OceanParcels/parcels/pull/1328 (by VeckoTheGecko)

GitHub Continuous Integration changes
* Add `black` as dev dependency and intialise .git-blame-ignore-revs in https://github.com/OceanParcels/parcels/pull/1327 (by VeckoTheGecko)
* Configure pre-commit and pre-commit CI in https://github.com/OceanParcels/parcels/pull/1286 (by VeckoTheGecko)
* Update to use mamba in https://github.com/OceanParcels/parcels/pull/1337 (by VeckoTheGecko)
* Issue templates in https://github.com/OceanParcels/parcels/pull/1361 (by VeckoTheGecko)

**Full Changelog**: https://github.com/OceanParcels/parcels/compare/v2.4.1...v2.4.2

2.4.1

What's Changed
* Fixing a bug in 2D scipy linear_invdist_land interpolation in https://github.com/OceanParcels/parcels/pull/1306
* Implementing time_periodic also for FieldSet.from_xarray_dataset in https://github.com/OceanParcels/parcels/pull/1253
* Adding info on periodic boundaries in global models to tutorial in https://github.com/OceanParcels/parcels/pull/1255
* Support for running on systems with MPI but without sklearn in https://github.com/OceanParcels/parcels/pull/1262
* Fixing the vonmises distribution tests in test_diffusion in https://github.com/OceanParcels/parcels/pull/1279
* Clean up CI/CD workflows in https://github.com/OceanParcels/parcels/pull/1278 (by VeckoTheGecko)
* Fix Readthedocs in https://github.com/OceanParcels/parcels/pull/1290 (by VeckoTheGecko)
* Running MPI test without writing Stommel hydrodynamic fields in https://github.com/OceanParcels/parcels/pull/1291
* Updating fieldfilebuffer to not not unravel lonlat-indices when not provided in https://github.com/OceanParcels/parcels/pull/1258
* Allow for Zarr stores being passed to ParticleFile in https://github.com/OceanParcels/parcels/pull/1303 (by willirath)
* Cleaning up deprecated methods and increasing codecoverage for Parcels in https://github.com/OceanParcels/parcels/pull/1287 (by VeckoTheGecko) and in https://github.com/OceanParcels/parcels/pull/1295, https://github.com/OceanParcels/parcels/pull/1296, https://github.com/OceanParcels/parcels/pull/1309


**Full Changelog**: https://github.com/OceanParcels/parcels/compare/v2.4.0...v2.4.1

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.