pendulum icon indicating copy to clipboard operation
pendulum copied to clipboard

Roadmap / new release

Open beci opened this issue 2 years ago • 16 comments

When new version will be released?

  • [x] I have searched the issues of this repo and believe that this is not a duplicate.
  • [x] I have searched the documentation and believe that my question is not covered.

Issue

I noticed that the last version is on July 24, 2020 (2.1.2) I came to this project because of a prefect bug, which was because of the quite old #256, which was fixed by me in #594. But this is also affect apache/airflow

So what is the plan?

beci avatar Jan 25 '22 09:01 beci

Interested in this too @beci - I've had similar issues with Airflow to the one you pointed too. It seems there have been a few pr's into master but no word of release yet

lakhvirss avatar Jul 01 '22 18:07 lakhvirss

@sdispater would be able to do it, but I'm afraid he does not realize how big problem is #594 for those kinds of distros. The last release will be 2 years old in 2 weeks, and it's a 5k starts project.

beci avatar Jul 08 '22 12:07 beci

+1 for a new release. In my case it's blocking migration to use zoneinfo as per https://github.com/sdispater/pendulum/issues/646.

As the last release was over 2 years ago, I'm considering if we should migrate away from pendulum and back to python's own datetime or if there is any chance there may be a new release of pendulum in the near future.

intiocean avatar Aug 31 '22 10:08 intiocean

+1 for a new release @sdispater 🙏

kakulukia avatar Sep 13 '22 13:09 kakulukia

if we should migrate away from pendulum and back to python's own datetime...

arrow might be worth a look. I've discovered that it's better maintained than pendulum and provides much of the same enhancements over the standard library's datetime.

thinkwelltwd avatar Sep 14 '22 10:09 thinkwelltwd

A first prerelease of Pendulum 3.0 is coming in the coming weeks (no exact ETA). One of the main changes will be the usage of zoneinfo instead of custom tzinfo instances.

There will also be some improvements and fixes for outstanding bugs along with a revamp of the documentation.

This takes time so thanks for bearing with us while we work on these changes. The project is not abandoned in any way but since I can only work on it in my spare time — which is split with other open source projects — this goes slower than I would like.

sdispater avatar Sep 14 '22 19:09 sdispater

Thanks very much for the update!

NickFabry avatar Sep 14 '22 20:09 NickFabry

I need to use pendulum with Python 3.12. Is there a plan to support 3.12 in some reasonable time?

Alternative is to drop pendulum and draw back to Python's datetime or similar.

radkujawa avatar Aug 14 '23 15:08 radkujawa

In terms of features, we are set for what we want to have in 3.0. There are a few fixes left to tackle and we need to fix the release workflow before making the final 3.0 release.

We plan for the final release end of September/start of October with at least one pre-release before it.

sdispater avatar Sep 08 '23 08:09 sdispater

@sdispater is there any update on this?

ollz272 avatar Oct 06 '23 09:10 ollz272

We published at the start of this week a new prerelease version (3.0.0b1). Feature and changes wise it's frozen, only a few bug fixes to tackle before the final release which should happen sometime next week.

Feel free to test the latest prerelease for now if you really need a more up-to-date version.

sdispater avatar Oct 06 '23 18:10 sdispater

@sdispater hey, thanks for all your hard work with Pendulum.

Any news on the final release for 3.0.0?

guidopetri avatar Oct 24 '23 15:10 guidopetri

Could be useful to flag the blockers with a 3.0 milestone. Easier to follow, easier to contribute.

mtvx avatar Oct 29 '23 07:10 mtvx

Hi - Can we please have an update for the 3.0.0 release? We're blocked upgrading to 3.12 until this. Thanks

ollz272 avatar Nov 04 '23 08:11 ollz272

fwiw, I would consider https://github.com/sdispater/pendulum/issues/759 a blocker for the final 3.0 release

edgarrmondragon avatar Nov 14 '23 04:11 edgarrmondragon

Version 3.0 should be released this week-end if everything goes well.

sdispater avatar Dec 14 '23 13:12 sdispater