April 28th beta - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: April 28th beta (/thread-16829.html) Pages: 1 2 |
April 28th beta - cyrille de brébisson - 04-28-2021 02:16 PM Hello, Another beta is available at http://www.hpcalc.org/prime/beta/ Here is the change log. Code:
Have a good day, Cyrille RE: April 28th beta - akmon - 04-28-2021 02:40 PM I have never seen such a quick update on this calculator. problems are solved from one day to the next! How long will this marvelous upgrade agility last? Thank you very much for the effort and speed. RE: April 28th beta - compsystems - 04-28-2021 03:13 PM Hello when installing the simulator version (64-bit) Beta 2.1.14575 (2021 04 28) in win10, the installer is hidden then I install the version (32-bit) and the same thing happened, it seems that in the end if I install it but I don't know which version Please place in the next beta release in HELP menu Quote:HP Prime Virtual Calculator RE: April 28th beta - Thomas_Sch - 04-28-2021 03:23 PM (04-28-2021 02:40 PM)akmon Wrote: I have never seen such a quick update on this calculator. problems are solved from one day to the next! How long will this marvelous upgrade agility last? Thank you very much for the effort and speed.same for me, I am really excited! Many thanks in advance. RE: April 28th beta - Dirk.nl - 04-28-2021 04:31 PM Hello Cyrille, RE: April 28th beta - churichuro - 04-28-2021 04:53 PM there is still the error from the input command in python on G1 hardware the entered value is not replicated x = float (input ("x =")) y = float (input ("y =")) on the screen you see x = y = RE: April 28th beta - Dirk.nl - 04-28-2021 05:08 PM I think not a bug, but how it is made. After input you can insert a command like: <print(var, “ unit”)> RE: April 28th beta - churichuro - 04-28-2021 05:47 PM (04-28-2021 05:08 PM)Dirk.nl Wrote: I think not a bug, but how it is made. yes, I know but is not the ideal Dirk.nl RE: April 28th beta - Vincent Weber - 04-28-2021 08:56 PM Fast and great as usual, thanks Cyrille ! Now the basic indent seems to work fine. But I still don't understand the logic of the automatic line shifting upon starting a new block. Seems that it forces you to have a blank line before starting the block, which I find strange. Any comment on that ? Also, as pointed out by someone in another thread, the alpha indicator on the top line of the editor has the caps reverse (lower for upper and vice-versa). Small matter but still... Thanks a lot and regards, Vincent RE: April 28th beta - tcab - 04-28-2021 11:33 PM (04-28-2021 05:08 PM)Dirk.nl Wrote: I think not a bug, but how it is made. It is a bug, according to how Python works on all other platforms. I hope we don't have have to start adjusting our Python code to do Prime specific workarounds for basic, core Python syntax? RE: April 28th beta - enricor - 05-01-2021 08:38 AM I love, litteraly love, this one : FIXED BUG: added from ... import * in python modules Merci beaucoup Cyrille, vous êtes formidable ! RE: April 28th beta - ace - 05-02-2021 12:20 AM Hi, I'm a new HP Prime user and I'm really excited about the updates Cyrille and team are working on! I had a question regarding the Python app. Is there a way to show a plot in python (maybe using hpprime library (?)) other than show()? In the April 27th beta it was mentioned that show() is not currently linked to anything and it seems it's still unlinked in the update for April 28th beta. I've been playing around trying to plot hist or histogram, but not sure if it's possible without enabling show(). RE: April 28th beta - StephanP - 05-05-2021 08:22 AM Did this bèta release quietly turn final? Edit: removed ftp-link to "ftp.hp.com/pub/calculators/Prime/" because most browsers don't support these anymore RE: April 28th beta - Stevetuc - 05-05-2021 08:36 AM (05-05-2021 08:22 AM)StephanP Wrote: Did this bèta release quietly turn final? HP were working to a deadline to have released code by end of April that complied with the Dutch Education requirements. https://tiplanet.org/forum/viewtopic.php?f=55&t=24833&view=unread#unread (in French) I hope that this milestone having been reached does not mean development has again been stopped and focus shifted back to keyboards and mice.. RE: April 28th beta - Tim Wessman - 05-05-2021 08:37 AM Hi, Yes, there was a deadline we were working towards. As to the future, who can say! RE: April 28th beta - Eddie W. Shore - 05-05-2021 02:17 PM I'm a little confused: On the calculator itself, the About Screen does not make any mention that the 14575 firmware is beta. However on the emulator, the About Screen does make the mention that the 14575 firmware is beta, and there is a BETA indicator on the screen. Then I read on the TI Planet forum that beta versions last only 60 days. ( https://tiplanet.org/forum/viewtopic.php?f=55&t=24833&view=unread#unread ). Is everything beta or just the emulator and Connectivity Kit? RE: April 28th beta - StephanP - 05-05-2021 02:55 PM It's confusing, yes. In test mode, the test mode status screen does mention BETA. I guess, the team ran out of time for now. See previous remark from Tim. RE: April 28th beta - StephanP - 05-05-2021 06:24 PM Correction: on my HP Prime there is no mention of BETA, that is on the About HP Prime Help page, as well as the exam mode status screen. Apologies for the confusion. In the Virtual Calculator, both the About Help page and the Exam mode status screen, BETA is mentioned RE: April 28th beta - Tim Wessman - 05-06-2021 12:52 AM Yes, cyrille did not quite know where to change in the build server to general non-beta releases and some made it through marked that way. Will be corrected some time. RE: April 28th beta - maozhitao - 05-06-2021 03:37 PM This is error? [attachment=9458] |