Skip to content

Releases: JackMcKew/pandas_alive

pandas_alive v0.1.10

08 May 09:47
Compare
Choose a tag to compare
  • Complete overhaul of backend with _base_plot.py, refactored all arguments
  • README & Examples generated from README.ipynb, converted with nbconvert
  • Docs generated only on release
  • DataFrames interpolated to match animation length
  • Scatter plot introduced

pandas_alive v0.1.9

06 May 03:27
Compare
Choose a tag to compare

Changelog

  • Fix bar label plotting
  • Update Docs to render cleanly on site

pandas_alive v0.1.8

05 May 18:20
Compare
Choose a tag to compare

Changelog

  • Removed **kwargs from multiple_animated_plot() due to weird errors when passed to anim.save()

pandas-alive v0.1.7

05 May 17:54
Compare
Choose a tag to compare

Changelog

pandas-alive v0.1.6

05 May 15:31
Compare
Choose a tag to compare

Changelog

pandas-alive v0.1.5

05 May 06:56
Compare
Choose a tag to compare

Changelog

  • Smoother reindexing/interpolation for line charts

pandas-alive v0.1.4

05 May 03:19
Compare
Choose a tag to compare

Changelog

  • Styling now applied at the base plot level, ensuring consistent styling across plots
  • Dates now formatted on axises with ConciseDateFormatter

pandas-alive v0.1.3

04 May 23:54
Compare
Choose a tag to compare

Changelog

  • pandas_alive.output_file() deprecated in favour of df.plot_animated(filename='example.mp4') and/or df.plot_animated().save('example.mp4')
  • HTML5 video method implemented with df.plot_animated().get_html5_video(), returns a HTML5 video instance
  • Amended bug with append_period_to_title for line charts

pandas-alive v0.1.2

04 May 13:01
Compare
Choose a tag to compare

Changelog

  • Fix title of subplots & plots
    • Implement functionality to append current time period to title #1
  • Custom placement of current period #1
  • Implement functionality to specify single colour for all bars #2
  • Organise root folder #3
  • Move to save design pattern similar to altair