Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: movingpandas/movingpandas

v0.22.4

16 Jul 18:15
Compare
Choose a tag to compare

This is a minor bug fix release

What's Changed

  • Avoid ValueError on copy by including x, y by @minrk in #471
  • Improve performance by removing redundant decorators by @tanoc in #475
  • Fix the accumulating ids in ValueChangeSplitter by @diego-vicente in #482

New Contributors

Full Changelog: v0.22.3...v0.22.4

v0.22.3

12 May 20:56
Compare
Choose a tag to compare

This is a minor bug fix release

Full Changelog: v0.22.2...v0.22.3

v0.22.2

11 May 20:08
Compare
Choose a tag to compare

This is a minor bug fix release

Full Changelog: v0.22.1...v0.22.2

v0.22.1

10 May 17:22
Compare
Choose a tag to compare

This is a minor bug fix release

Full Changelog: v0.22...v0.22.1

v0.22

07 May 15:53
Compare
Choose a tag to compare

This release brings significant performance improvements to many workflows by leveraging lazy geometry column generation and improved parallel processing.

What's Changed

New Functionality

Figures 1 & 2 give an impression of the performance improvements:

image
Figure 1: ValueChangeSplitter runtime experiments for lazy geometry column

image
Figure 2: ValueChangeSplitter runtime experiments for parallel processing (comparing 1 vs 16 processes)

Other Improvements

New Contributors

Full Changelog: v0.21.3...v0.22

v0.21.3

05 Apr 08:22
Compare
Choose a tag to compare

This is a minor release that fixes missing CRS information in ValueChangeSplitter results.

What's Changed

New Contributors

Full Changelog: v0.21.2...v0.21.3

v0.21.2

08 Jan 21:45
Compare
Choose a tag to compare

This is a minor release that fixes a bug in splitting results:

What's Changed

Full Changelog: v0.21.1...v0.21.2

v0.21.1

08 Jan 15:45
Compare
Choose a tag to compare

This is a minor bug fix release

Full Changelog: v0.21...v0.21.1

v0.21

08 Jan 14:26
Compare
Choose a tag to compare

What's Changed

New functionality

Improved functionality

Other improvements

New Contributors

Full Changelog: v0.20...v0.21

v0.20

04 Nov 13:51
Compare
Choose a tag to compare

What's Changed

This release removes the dependency on Fiona which has been made redundant by GeoPandas 1.0

New & Improved Features

Documentation

Other Improvements

Full Changelog: v0.19...v0.20