Skip to content

Tags: gukoff/dtparse

Tags

1.3.2

Release 1.3.2

Update pyo3 to 1.3.1 and rustc to 1.50

1.3.1

Release 1.3.1

1. Use borrowed instead of owned string arguments to achieve ~10% more performance
2. Add retries to the win32 build step to workaround the bug in rust 1.49 (#6).

1.3.0

Version 1.3.0

Support for sub-second precision.

1.2.1

Version 1.2.1

Add a CI step to upload wheels to Github Releases.

1.2.0

Version 1.2.0

Upgraded PyO3 and chrono to the latest versions.

1.1.1

Update to version 1.1.1.

This version is the same code-wise as 1.1.0. The difference is that the wheels are now built for all platforms and uploaded to PYPI by GitHub Actions.

0.9

Add TravisCI/cibuildwheel integration

1.1.0

Version 1.1.0.

- Update chrono and PyO3 to the latest versions
- Rewrite the library in stable Rust
- Update manylinux to 2010