Recent Releases of pyhctsa: A Python package for highly comparative time-series analysis

pyhctsa: A Python package for highly comparative time-series analysis - pyhctsa v1.0.0

What's Changed

  • bonn eeg tutorial updates by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/10
  • Auto publish and release + general linting by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/11
  • Update README.md by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/12
  • Update README.md by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/13
  • Add Sphinx Docs by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/14
  • Final update to docs for pre-release by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/15
  • add coverage report + badge to README by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/16
  • add coverage report + badge to README by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/17
  • Fix coverage report publish html by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/18
  • pyhctsa official release v0.1.0 by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/19
  • updated joss draft by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/20
  • Additional unit tests by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/21
  • Documentation updates by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/22
  • coverage test updates by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/23
  • toml file fixes by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/24
  • Addition of nonlinear time-series analysis method by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/25
  • update docs API by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/26
  • Fixes to type signatures for various modules by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/27
  • documentation facelift by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/28
  • bump version number to v0.1.1 by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/29
  • Documentation updates by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/30
  • Fix README title for clarity and consistency by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/31
  • Minor documentation updates. by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/32
  • Add is_seasonal method by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/33
  • Addition of new time-series analysis method embed_pca by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/34
  • bump version to v0.1.2 by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/35
  • Fix typo by @boisgera in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/39
  • Fix typo by @boisgera in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/40
  • Fix scalar assignment in corr_fun autocorr branch by @brendanjohnharris in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/41
  • Feature fixes by @brendanjohnharris in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/38
  • Replace print statements with logging messages by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/43
  • Docs updates by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/44
  • fix docs methods index file by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/45
  • fix typos in JOSS paper and docs as per peer review by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/46
  • drop calc.summary by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/47
  • Native MI estimators + minor fixes by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/48
  • add python 3.14 support by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/49
  • Fix correlation.py for short time series by @brendanjohnharris in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/52
  • Fix stationarity.py for short window lengths by @brendanjohnharris in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/51
  • Reduce redundancy in histogram ami by @brendanjohnharris in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/54
  • Vectorize AC features by @brendanjohnharris in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/50
  • add validation harness + contributing.md fixes by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/55
  • update fluctuation analysis by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/56
  • Speed up hypothesis_test by @brendanjohnharris in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/58
  • add niter to hmm fit + validation README updates by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/59
  • Replace acorr_ljunbox with faster manual test elsewhere by @brendanjohnharris in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/60
  • update version number for release by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/61

New Contributors

  • @boisgera made their first contribution in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/39
  • @brendanjohnharris made their first contribution in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/41

Full Changelog: https://github.com/DynamicsAndNeuralSystems/pyhctsa/compare/v0.1.0a2...v1.0.0

- Python
Published by joshuabmoore 14 days ago

pyhctsa: A Python package for highly comparative time-series analysis - v0.1.0a2

What's Changed

  • citation file + readme badges by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/7
  • Fix typo in 'Tutorial' section heading by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/8
  • Tutorial updates by @joshuabmoore in https://github.com/DynamicsAndNeuralSystems/pyhctsa/pull/9

Full Changelog: https://github.com/DynamicsAndNeuralSystems/pyhctsa/compare/v0.1.0a1...v0.1.0a2

- Python
Published by joshuabmoore 5 months ago

pyhctsa: A Python package for highly comparative time-series analysis - pyhctsa v0.1.0a1

pre-release version of pyhcsta

- Python
Published by joshuabmoore 5 months ago