Page 5 of 5

Re: Python3 migration

Posted: Fri Mar 13, 2020 10:08 pm
by Cjkjvfnby
Should we add such great news to wiki Latest News section ?

When we plan to do a release?

Re: Python3 migration

Posted: Fri Mar 13, 2020 10:12 pm
by Geoff the Medio
Cjkjvfnby wrote: Fri Mar 13, 2020 10:08 pmShould we add such great news to wiki Latest News section ?
No. It's a technical detail that will be at most a Key Change in the next release, which will hopefully be in the next month.

Re: Python3 migration

Posted: Sat Mar 14, 2020 7:51 am
by o01eg
Cjkjvfnby wrote: Fri Mar 13, 2020 10:08 pm When we plan to do a release?
I suppose first "release procedure" thread is should be created.
Vezzra wrote:

Re: Python3 migration

Posted: Tue Mar 17, 2020 3:53 pm
by Vezzra
o01eg wrote: Sat Mar 14, 2020 7:51 amI suppose first "release procedure" thread is should be created.
Yep, just give me some time to get around to organize the next release. Need to deal with some Corona-induced RL issues first (as you've maybe heard in the news, Austria, as other countries, has been more or less shut down, that requires some reorganization of work and private life).

Re: Python3 migration

Posted: Sun Apr 12, 2020 10:46 am
by Cjkjvfnby
Vezzra wrote: Tue Mar 17, 2020 3:53 pm Yep, just give me some time to get around to organize the next release. Need to deal with some Corona-induced RL issues first (as you've maybe heard in the news, Austria, as other countries, has been more or less shut down, that requires some reorganization of work and private life).
Corona marching over the world. The future is uncertain.

Meanwhile, I became a mentor for Python students. Helping them with web developing stuff. Soon I will take them to the wonderful world of testing. I want to practice with complicated scenarios and Mocks (https://docs.python.org/3.5/library/unittest.mock.html) beforehand.

In short, I want to do some python3 only code. Uncertainty blocks me.

Can you share your ideas about the future development plan?

Re: Python3 migration

Posted: Sun Apr 12, 2020 11:02 am
by o01eg
Cjkjvfnby wrote: Sun Apr 12, 2020 10:46 am
Vezzra wrote: Tue Mar 17, 2020 3:53 pm Yep, just give me some time to get around to organize the next release. Need to deal with some Corona-induced RL issues first (as you've maybe heard in the news, Austria, as other countries, has been more or less shut down, that requires some reorganization of work and private life).
Corona marching over the world. The future is uncertain.

Meanwhile, I became a mentor for Python students. Helping them with web developing stuff. Soon I will take them to the wonderful world of testing. I want to practice with complicated scenarios and Mocks (https://docs.python.org/3.5/library/unittest.mock.html) beforehand.

In short, I want to do some python3 only code. Uncertainty blocks me.

Can you share your ideas about the future development plan?
FreeOrion's C++ code already doesn't support python2.7 since migration happened so it's fine.

Re: Python3 migration

Posted: Thu Apr 16, 2020 8:54 pm
by Cjkjvfnby
We did it!
Thank you.

Re: Python3 migration

Posted: Fri Jan 15, 2021 3:59 pm
by Cjkjvfnby
How python3.5 version was chosen?

Is it a good time to check if we can switch to a more modern version now?

Python3.6 has improved dict implementation, which should give us some performance boost almost for free (I hope so).

Re: Python3 migration

Posted: Fri Jan 15, 2021 4:32 pm
by Geoff the Medio
Cjkjvfnby wrote: Fri Jan 15, 2021 3:59 pmHow python3.5 version was chosen?
I would have thought you'd know better than most people likely to reply...
Is it a good time to check if we can switch to a more modern version now?
I think so.

Re: Python3 migration

Posted: Fri Jan 15, 2021 5:09 pm
by Cjkjvfnby
Geoff the Medio wrote: Fri Jan 15, 2021 4:32 pm
Cjkjvfnby wrote: Fri Jan 15, 2021 3:59 pmHow python3.5 version was chosen?
I would have thought you'd know better than most people likely to reply...
Is it a good time to check if we can switch to a more modern version now?
I think so.
It was not my choice. Some Linux distributoins were taken into account.

Re: Python3 migration

Posted: Fri Jan 15, 2021 5:30 pm
by Geoff the Medio
Cjkjvfnby wrote: Fri Jan 15, 2021 5:09 pmIt was not my choice.
I didn't mean / assume it was, rather just that you'd know why, such as it being due to the limits of some Linux distros.