v0.4.0
Announcements
- We have now documented our dependency pinning strategy, see https://continuous-timeseries.readthedocs.io/en/latest/further-background/dependency-pinning-and-testing/
- We have also started working on a pandas accessor, see https://continuous-timeseries.readthedocs.io/en/latest/pandas-accessors/
Changelog
🆕 Features
- Added the skeleton for a pandas accessor (#26)
🐛 Bug Fixes
- Fixed the minimum versions of our requirements (also tested that installation with minimum versions works). (#29)
📚 Improved Documentation
- Added documentation on our dependency pinning and testing strategy. (#29)
🔧 Trivial/Internal Changes
Changes
- 74ae710 bump: version 0.3.4a1 -> 0.4.0
- c807a16 CHANGELOG
- c6319b5 FIx up use of requirements
- c02c1ef Update CHANGELOG
- 1670663 Add explanation of versions
- 7931c80 Update install PyPI
- b0bf419 Update test upstream install
- f7af270 Update Makefile
- 23337c3 Add footenotes extension
- eaa1582 Add self version to pytest header
- 79c8463 Install self in lowest deps checks too
- 2933b07 Update ci.yaml
- 4eeb772 Add docs
- f20a487 Docs
- b6ecbc6 CHANGELOG
- 855f59d Move upstream tests to their own job
- a1bdfd7 Add access to other python dev stuff
- 1294e15 Update versions to use
- 516b822 Try to help out python 3.13
- b434f54 Add compilation deps installation
- 9586a65 Add tqdm to upstream
- 0963fa9 Add upstream latest tests
- 8546cfa Fix up pandas importing in tests
- c35ecfc Fix up pre-commit config
- 222fb9e Make pyproject.toml liccheck compatiable
- 858fca9 Fix up pandas deps for tests
- 76c692c Add tests of lowest-direct env
- 3091e59 Add tests-min dev group
- 372c5f0 CHANGELOG
- 5a6688f Update copier
- 0646705 Clean up some more
- b94322d Get closer to pandas API
- 1e3ed12 Add tests
- 49d2193 CHANGELOG
- 704e413 mypy
- 48d33be Switch to using published package
- f4a93d3 Get docs building
- 06b9b56 Add skeleton docs
- ab72020 Add basic pandas accessor module
- 748b962 Add extra requirements groups
- 4908a02 bump(pre-release): version 0.3.3 > 0.3.4a1