Skip to content

Releases: pynbody/topsy

v0.3.6

13 Oct 19:21
68b41ba
Compare
Choose a tag to compare

This release does not change any code, it only fixes an issue with pyproject.toml where the
pinning of the wgpu version was not working. (This is important because wgpu regularly
makes breaking changes.)

v0.3.5

25 Jun 09:05
Compare
Choose a tag to compare

What's Changed

Fixes a bug where on some systems the maximum buffer size was too small due to changes in wgpu (#12)

Full Changelog: v0.3.4...v0.3.5

v0.3.4

12 Jun 16:02
fa45148
Compare
Choose a tag to compare

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

01 Dec 19:42
aec4546
Compare
Choose a tag to compare

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

30 Sep 16:04
2ae7963
Compare
Choose a tag to compare

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

06 Sep 15:32
Compare
Choose a tag to compare

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

10 Aug 19:10
Compare
Choose a tag to compare

Fix minimum version of pillow

Version 0.1.0

10 Aug 09:25
Compare
Choose a tag to compare

This is a very rough minimal functionality alpha release in case anyone wishes to see what's going on