Skip to content

Releases: pynbody/topsy

Version 0.8.1

13 Sep 11:15
222a307

Choose a tag to compare

Enhancements

Enhancements for viewing planetary simulations:

  • Make scalebar go down to units of au or even km for planet sims by @apontzen in #27
  • Be more flexible about finding the best width for the initial view by @apontzen in #28

Bug fix

  • Remove hide() call in qt canvas class, that prevented the window from appearing on ubuntu (but seemingly not other platforms) by @jchelly in #25

New Contributors

Full Changelog: v0.8.0...v0.9.0

Version 0.8.0

10 Aug 07:10
bf77ab3

Choose a tag to compare

What's Changed

  • New feature: isodensity surface rendering (#23)
  • The expanding number of rendering modes now means these can be selected via a command-line flag, --render-mode, or through an improved UI where the render mode is part of the color panel (both in Jupyter and Qt). Older flags like --rgb, --hdr, --bivariate are removed in favour of this unified approach.

Full Changelog: v0.7.0...v0.8.0

Version 0.7.0

16 Jun 16:02
16c76ba

Choose a tag to compare

What's Changed

New feature: bivariate rendering! Run with -b or select the bivariate option from the GUI. See #21

Full Changelog: v0.6.2...v0.7.0

Version 0.6.2

27 May 19:16
56ea361

Choose a tag to compare

Bug fix

  • Fix issue with using non-cosmological simulations, and adjust tests to catch #22

Full Changelog: v0.6.1...v0.6.2

Version 0.6.1

06 May 13:54
6cca905

Choose a tag to compare

What's Changed

Performance improvements (#20)

Full Changelog: v0.6.0...v0.6.1

Version 0.6.0

28 Apr 15:39
be62436

Choose a tag to compare

What's Changed

  • Improve user experience in jupyter (#19)

Full Changelog: v0.5.0...v0.6.0

Version 0.5.0

19 Apr 21:11
bf41edb

Choose a tag to compare

Improvements

  • Now uses a basic grid structure to accelerate plotting large simulations when a large fraction of the particles are out of the viewport
  • Splits large simulations across multiple buffers to avoid running into maximum buffer size issues

Bug fixes

  • Magnitude ranges in rgb mode now accurately reported

Full Changelog: v0.4.0...v0.5.0

v0.4.0

14 Apr 19:30
a509f25

Choose a tag to compare

What's Changed

  • Now offers the option to render star particles in UVI bands to a full-colour image (e.g. pass -p star --rgb on the command line), optionally as hdr (add --hdr) #13 #14
  • Improvements to how rendering takes place over multiple frames if the scene cannot be fully rendered in real-time #15
  • You can now double-click on an area of interest and the centre (including z direction) will move appropriately #16

Full Changelog: v0.3.6...v0.4.0

v0.3.6

13 Oct 19:21
68b41ba

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

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