Releases: pynbody/topsy
v0.3.6
v0.3.5
v0.3.4
What's Changed
- Fixes a bug when using multiple visualization windows, and adds a test (#8)
- Enables partial loading with swift snapshots (#9)
- Fixes compatibility with pynbody v2 beta (also in #9)
- Updates pinned webgpu version to 0.15 and fixes compatibility (#10)
Full Changelog: v0.3.3...v0.3.4
Version 0.3.3
This is a compatibility fix for wgpu v0.13.0.
The version of wgpu is now pinned, since the API continues to evolve.
Full Changelog: v0.3.1...v0.3.3
Version 0.3.1
What's Changed
This version introduces a GUI with a toolbar for e.g. changing the colormap and quantity visualised, and support for exporting movies.
It also fixes a bug with the mip-mapping that could lead to incorrect results on some GPU architectures.
Full Changelog: v0.2.0...v0.3.1
Version 0.2.0
This version is almost a complete re-implementation over 0.1.x, using wgpu instead of OpenGL, but presents a similar interface.
In terms of features there are two changes
- Ability to show images of arbitrary quantities such as temperature (weighted by column density); pass
-q
on command line - Ability to embed and manipulate within a jupyter notebook, with rendering performed on the server
See the updated README.md for more information
Version 0.1.1
Fix minimum version of pillow
Version 0.1.0
This is a very rough minimal functionality alpha release in case anyone wishes to see what's going on