Scikit Mobility Versions Save

scikit-mobility: mobility analysis in Python

1.3.1

1 year ago

This release of the library to version 1.3.1 introduces the following changes:

  • Data module, which allows:
    • users to easily download ready-to-use mobility data e.g., trajectories, flows, spatial tessellations, and auxiliary data to load and transform the downloaded dataset into standard structures of scikit-mobility, e.g. TrajDataFrame, GeoDataFrame, FlowDataFrame, DataFrame
    • the developers and contributors to add new datasets to the library.
  • fixes vulnerability issues in outdated versions of Pillow, Numpy
  • adds Gitlab CI matrix tests for py38, py39

It also fixes issues:

https://github.com/scikit-mobility/scikit-mobility/issues/224 https://github.com/scikit-mobility/scikit-mobility/issues/215 https://github.com/scikit-mobility/scikit-mobility/pull/216 https://github.com/scikit-mobility/scikit-mobility/issues/221

Full Changelog: https://github.com/scikit-mobility/scikit-mobility/compare/1.3...1.3.1

1.2.3

2 years ago

This release is mostly for bug fixes, CI improvement, and adding an enhancement to the generation of the Markov diary generator.

Fixed bugs, solving issues #171 #172 #174 #177 #178 #181 #186 #192 #194 #200 Enhancements: #14 #151 #206 #210 #211 #213 #214 Documentation fix: #171 #179

New Contributors

1.3

2 years ago

This release is mostly for bug fixes and adding an enhancement to the generation of the Markov diary generator.

Fixed bugs, solving issues #192 #186 #174 #181 #172 #177 #171 #178 Enhancements: #151 Documentation fix: #171 #179

1.2.2

3 years ago

Fixed minor bug in plot_trajectory (#170)

1.2.1

3 years ago

Improved the documentation with more details and corrections. Added support for hexagonal tessellation based on h3. Fixed various bugs.

v1.1.2

3 years ago

Minor release solving some bugs (Milestone 1.1.2 ).

v1.1.1

3 years ago

Bug fixing

v1.0

4 years ago

First release of Python library scikit-mobility