antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
456 stars 73 forks source link

PyAF 5.0 Release Process #228

Closed antoinecarme closed 11 months ago

antoinecarme commented 1 year ago

Time to put in a place a final path/countdown through the next PyAF release, expected 2023-07-14

A branch 5.0-Fixes is already in place and will contain the final touches. The CI process is OK.

https://github.com/antoinecarme/pyaf/tree/5.0-Fixes

Only user comments and fixes are welcome and accepted.

No additional/new feature. Early adopters feedback welcome until July.

Versioning Notes :

  1. This version is a major version as in https://semver.org/, like other annual versions (usually released on 20xx-07-14 ;).
  2. It introduces a radical change in the model selection processes (Voting, Model Complexity, MAPE -> MASE by default).
  3. It may not be backwards compatible in some places (reverting to the old behavior may need tweaking options).
antoinecarme commented 1 year ago

Original planning :

  1. Forecasting Models based on Deep Learning Attention Mechanisms => Delayed to PyAF > 7.0
  2. Recurrent tasks : More hardware architectures, forecasting performance measures, benchmarks, bug fixes, docs and optimization/profiling. OK.
  3. User feedback and issues Ok.
antoinecarme commented 1 year ago

Implemented/Processed So far :

  1. 227

  2. 208

  3. 209

  4. 211

  5. 212

  6. 213

  7. 216

  8. 217

  9. 220

  10. 221

  11. 223

  12. 224

  13. 225

  14. 222

  15. 229 ?

  16. 230

  17. 231

  18. 232

  19. 233

  20. 234

  21. 235

  22. 236

  23. 237

  24. 238

  25. 239

antoinecarme commented 1 year ago

Created a new release candidate 5.0-rc1.

Will become an official 5.0 on 2023-07-14 if no change until then.

antoinecarme commented 1 year ago

Can be installed with

pip install --upgrade git+https://github.com/antoinecarme/pyaf.git@5.0-Fixes
antoinecarme commented 1 year ago

Implemented/Processed So far (for changelog):

  1. Python 3.11 Support : #227
  2. New Hardware Support : #208
  3. New Performance Measures : #209, #221
  4. Model Selection Improvement : #212, #213 , #223, #229
  5. Signal Transformation Improvements : #235, #239
  6. Generic Modeling : #230, #231, #236, #238
  7. Plotting Functions Improvements and Bug Fixes : #216, #225, #232
  8. New Docs : #233
  9. Bug Fixes : #220
  10. PyAF "Forecast Tasks" : #211, #217
  11. Recurrent Tasks : #222, #224, #234, #237
antoinecarme commented 1 year ago

CI tests completed OK as of 2023-04-04 22:26:00

https://app.circleci.com/pipelines/github/antoinecarme/pyaf/394/workflows/b8ee0adb-9690-43d8-90cf-483bd71b3342/jobs/405

antoinecarme commented 12 months ago

Switched to Github Actions CI/CD. Farewell CircleCI !!!

The switch was smooth.

https://github.com/antoinecarme/pyaf/actions/runs/5501701813/jobs/10025475124

antoinecarme commented 11 months ago

DONE.