Releases: yt-project/yt_experiments
Release v0.4.0
This release introduces a pyodide WASM build: while not available from pypi at present, the pyodide wheels are attached as an artifact to the github release (yt_experiments-0.4.0-cp312-cp312-pyodide_2024_0_wasm32.whl) along with all the wheels.
- Add pyodide target by @cphyc in #40
- attach artifacts to the github release by @chrishavlin in #44
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
This release adds a new function, .single_arbitrary_grid(), to the tiled arbitrary grid object to return one of the standard arbitrary grids within the tiled grids (@chrishavlin in #35)
Full Changelog: v0.2.2...v0.3.0
Release v0.2.2
Another bug fix release to fix some setuptools config by @chrishavlin in #28
Full Changelog: v0.2.1...v0.2.2
Release v0.2.1
Bug fix
- fix an import error for the tiled grids, prep for 0.2.1 by @chrishavlin in #27
Full Changelog: v0.2.0...v0.2.1
Release v0.2.0
New Features
The main feature of this release is the tiled arbitrary grid introduced by @chrishavlin in #10 for constructing configurations of arbitrary grids including a single set of tiled grids as well as downsampled image pyramids. See the description in the readme for more.
Maintenance
- Add notes on cutting a release by @chrishavlin in #15
- add a type check workflow by @chrishavlin in #16
- adding some useful info to the readme by @chrishavlin in #24
- bump version to 0.2.0 by @chrishavlin in #25
- update ubuntu version used in build by @chrishavlin in #26
Full Changelog: v0.1.0...v0.2.0
Release v0.1.0
What's Changed
- initial project setup by @chrishavlin in #1
- Octree converter by @cphyc in #3
- Add build and publish workflow by @chrishavlin in #13
New Contributors
- @chrishavlin made their first contribution in #1
- @cphyc made their first contribution in #3
Full Changelog: https://github.com/yt-project/yt_experiments/commits/v0.1.0