handley-lab / anesthetic

Nested Sampling post-processing and plotting
https://anesthetic.readthedocs.io
MIT License
56 stars 16 forks source link

anesthetic 3.0.0 #318

Open williamjameshandley opened 1 year ago

williamjameshandley commented 1 year ago

We can use this issue to collect breaking changes that we may one day wish to make.

To kick things off:

  1. moving of material from anesthetic.plot into anesthetic.plotting._matplotlib.
  2. making levelled histograms the default for hist_plot_2d
AdamOrmondroyd commented 10 months ago

I've caught myself out a few times recently with ['nlive', 'logL', 'logL_birth'] not being part of the index so they're lost when slicing. They would make the index very wide though...

appetrosyan commented 10 months ago

Support for other rendering backends. Particularly https://github.com/bokeh/bokeh. This would require refactoring the code into a backend-agnostic part.