From profit at quansoft.com Mon Oct 3 14:10:25 2022
From: profit at quansoft.com (pro Fit Support)
Date: Mon, 3 Oct 2022 21:10:25 +0200
Subject: [proFit-list] [Ann] pro Fit 7.1.0 released
Message-ID: <9142BD00-5617-4B2E-AEC7-92AF247D07BC@quansoft.com>
Dear pro Fit users
We have just released pro Fit 7.1 for macOS, a major upgrade with numerous under-the-hood improvements that runs natively on Apple Silicon and supports Python 3 and LaTeX. Please visit https://quansoft.com for more details and for downloading the new version. Below a summary of the most relevant improvements:
Drawing
? If you have LaTeX installed on your computer, you can use it to create texts, mathematical expressions, and equations in drawing windows.
? Auto exporter frames in drawing documents allow to automatically export an area of a drawing as a file that uses a specific export format (such as PDF or PNG) whenever the main drawing document is saved.
? The Plot3D plug-in is available by default in the Plot menu. This is a preference that can be changed in Preferences -> Plot.
Functions and Scripts
? pro Fit 7.1 has been rewritten to integrate Python 3.8 or 3.9 for function definitions and scripting. There is also preliminary support for Python 3.10.
GUI Updates
? pro Fit 7.1 supports dark mode.
? Window toolbars have been updated to use a more compact layout.
? Experimental tab support has been added to the windows. (Use ?Show Tab Bar? from the Windows menu to get started.)
Under-the-hood changes
? Native support for Apple silicon as well as Intel CPUs.
? Redesigned app architecture for better performance on and improved compatibility with future macOS releases
? Python 3 and LaTeX support.
The upgrade to pro Fit 7.1 is free for anyone who bought a registration code since 1 January 2021, and discounted upgrades are available for all other registered users who bought pro Fit 7.0 since January 1, 2019. See https://quansoft.com/buy/ for details.
The app can be downloaded from https://quansoft.com/pro-fit-downloads/
Best regards
Kurt
QuantumSoft
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jeremy_harbinson at me.com Wed Nov 16 13:17:31 2022
From: jeremy_harbinson at me.com (Jeremy Harbinson)
Date: Wed, 16 Nov 2022 20:17:31 +0100
Subject: [proFit-list] Problem with Python
Message-ID: <432BF4A6-1410-4619-B74E-1CF52D76869E@me.com>
Hi,
I would like to use Python as the programming language for Profit and I have an M1 MacBook Pro with a clean install of everything including Profit 7.1. I have installed Anaconda and though I have tried to update to the latest M1 version of Anaconda using 'conda install anaconda=2022.05? the Python files in /Users/jeremy_m1/opt/anaconda3/bin are still Intel files. My libpython3.9.dylib file is also Intel.
When I try to select the Anaconda installation as my Python I get a message that 'This python library does not have the correct CPU architecture?. Does this mean I need to get an M1 Python installation? Or does the message mean something else?
Thanks and all the best,
Jeremy Harbinson
From profit at quansoft.com Wed Nov 16 14:54:21 2022
From: profit at quansoft.com (pro Fit Support)
Date: Wed, 16 Nov 2022 21:54:21 +0100
Subject: [proFit-list] Problem with Python
In-Reply-To: <432BF4A6-1410-4619-B74E-1CF52D76869E@me.com>
References: <432BF4A6-1410-4619-B74E-1CF52D76869E@me.com>
Message-ID: <512832A9-4B2C-41E2-B296-D15767001F93@quansoft.com>
Dear Jeremy
When you run pro Fit natively on M1, it can only link to a Python that?s M1-native, too. You have two options:
1) Install M1 Python version. For example, you can download Python 3.9 or 3.10 from python.org (and then use pip3 to install numpy/scipy if you need them), or use homebrew (brew.sh).
2) As a short-time workaround, you can run pro Fit under Rosetta, i.e. emulate it in intel code. To do so, open the Applications folder in the Finder. There, select pro Fit, and the choose Get Info from the File menu. In the window that comes up, check Open Using Rosetta, then restart pro Fit. You should now be able to link to an Intel version of Python.
In the long run, 1) is definitely the better option.
Hope this helps. Do let us know if you have any further questions.
Best
Kurt
QuantumSoft
> On 16 Nov 2022, at 20:17, Jeremy Harbinson wrote:
>
> Hi,
> I would like to use Python as the programming language for Profit and I have an M1 MacBook Pro with a clean install of everything including Profit 7.1. I have installed Anaconda and though I have tried to update to the latest M1 version of Anaconda using 'conda install anaconda=2022.05? the Python files in /Users/jeremy_m1/opt/anaconda3/bin are still Intel files. My libpython3.9.dylib file is also Intel.
>
> When I try to select the Anaconda installation as my Python I get a message that 'This python library does not have the correct CPU architecture?. Does this mean I need to get an M1 Python installation? Or does the message mean something else?
> Thanks and all the best,
> Jeremy Harbinson
>
>
> _______________________________________________
> proFit-list mailing list
> proFit-list at quantum-soft.com
> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jeremy_harbinson at me.com Thu Nov 17 08:12:20 2022
From: jeremy_harbinson at me.com (Jeremy Harbinson)
Date: Thu, 17 Nov 2022 15:12:20 +0100
Subject: [proFit-list] Problem with Python
In-Reply-To: <512832A9-4B2C-41E2-B296-D15767001F93@quansoft.com>
References: <432BF4A6-1410-4619-B74E-1CF52D76869E@me.com>
<512832A9-4B2C-41E2-B296-D15767001F93@quansoft.com>
Message-ID: <0D7376A7-438D-4DF1-9833-5385A1E103D1@me.com>
Hi Kurt,
I installed an M1 compatible Python and Profit is now curve-fitting as it used to.
Thanks for your help,
All the best,
Jeremy
> On 16 Nov 2022, at 21:54, pro Fit Support wrote:
>
> Dear Jeremy
>
> When you run pro Fit natively on M1, it can only link to a Python that?s M1-native, too. You have two options:
>
> 1) Install M1 Python version. For example, you can download Python 3.9 or 3.10 from python.org (and then use pip3 to install numpy/scipy if you need them), or use homebrew (brew.sh).
>
> 2) As a short-time workaround, you can run pro Fit under Rosetta, i.e. emulate it in intel code. To do so, open the Applications folder in the Finder. There, select pro Fit, and the choose Get Info from the File menu. In the window that comes up, check Open Using Rosetta, then restart pro Fit. You should now be able to link to an Intel version of Python.
>
> In the long run, 1) is definitely the better option.
>
> Hope this helps. Do let us know if you have any further questions.
>
> Best
>
> Kurt
> QuantumSoft
>
>> On 16 Nov 2022, at 20:17, Jeremy Harbinson wrote:
>>
>> Hi,
>> I would like to use Python as the programming language for Profit and I have an M1 MacBook Pro with a clean install of everything including Profit 7.1. I have installed Anaconda and though I have tried to update to the latest M1 version of Anaconda using 'conda install anaconda=2022.05? the Python files in /Users/jeremy_m1/opt/anaconda3/bin are still Intel files. My libpython3.9.dylib file is also Intel.
>>
>> When I try to select the Anaconda installation as my Python I get a message that 'This python library does not have the correct CPU architecture?. Does this mean I need to get an M1 Python installation? Or does the message mean something else?
>> Thanks and all the best,
>> Jeremy Harbinson
>>
>>
>> _______________________________________________
>> proFit-list mailing list
>> proFit-list at quantum-soft.com
>> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
>
> _______________________________________________
> proFit-list mailing list
> proFit-list at quantum-soft.com
> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From profit at quansoft.com Sun Nov 20 23:29:47 2022
From: profit at quansoft.com (pro Fit Support)
Date: Mon, 21 Nov 2022 06:29:47 +0100
Subject: [proFit-list] Subject: [Ann] pro Fit 7.1 is also available from the
App Store; changes in pro Fit 7.1.2
Message-ID: <2BE8EBB3-63D2-401A-88ED-0079A13ECB31@quansoft.com>
Dear pro Fit users
We have important news for you:
1. pro Fit is now also available on Apple?s App Store
2. We have released pro Fit 7.1.2
For details, see below.
pro Fit on the App Store
Starting now, pro Fit is also available on Apple?s App Store. Upon download, the application works in its free mode, and it can be upgraded to the full version via a monthly or yearly subscription. This gives current and future users several new options:
- Current users of pro Fit 7.0 and earlier can get pro Fit 7.1 from the App Store and decide to subscribe to it instead of purchasing a registration code.
- When temporarily working on a project where you need the full version or pro Fit, unlock the power of the app while you need it. This is great for working in dynamic teams.
- Anyone who is unsure about using pro Fit for their projects can cheaply and easily activate the full version from the App Store to test the app in full mode.
The link to the App Store is https://apps.apple.com/ch/app/data-and-plotting-pro-fit-7/id1030762074 .
But please note: If you do not care about subscriptions, you can ignore this. pro Fit 7.1 and future updates will also remain available directly from our on-line store, same as before.
Hence, there are now two ways to obtain pro Fit:
1. By download from our website at https://quansoft.com/pro-fit-downloads/. If you get pro Fit from there, you can run it for free in its feature-limited free mode. And you can unlock its full feature set by buying a license code that will be valid for all versions of 7.1.x.
2. By download from the App Store at https://apps.apple.com/ch/app/data-and-plotting-pro-fit-7/id1030762074. If you get pro Fit from there, you can also run it for free in its feature-limited mode. And you can unlock its full feature set by buying a monthly or yearly subscription.
For pricing info, see https://quansoft.com/buy/
pro Fit 7.1.2
We have also just released pro Fit 7.1.2. It provides a few minor tweaks and fixes, in particular:
* In view of Apple?s new way of calling things in Ventura, the ?Preferences? command in the application menu has been renamed to ?Settings?.
* The Python Selection Assistant has been tweaked to better locate Python installations on Intel Macs.
* Some issues that could affect debugging Python scripts have now been fixed.
The new version can be downloaded from https://quansoft.com/pro-fit-downloads/
If you have any questions, please don?t hesitate to contact us.
Best regards
Your QuantumSoft Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From profit at quansoft.com Tue Nov 29 14:41:45 2022
From: profit at quansoft.com (pro Fit Support)
Date: Tue, 29 Nov 2022 21:41:45 +0100
Subject: [proFit-list] [Ann] pro Fit 7.1.3
Message-ID: <59B225F2-229D-4452-90C0-70000510D25B@quansoft.com>
Dear pro Fit users
We have just released pro Fit 7.1.3. The new version resolves a potential issue with macOS 13.0.x and provides some cosmetic fixes for syntax coloring and scrolling in script windows.
If you have obtained pro Fit from the App Store, version 7.1.3 will be installed with your next update. If you have downloaded it from our website, the update is available from here: https://quansoft.com/pro-fit-downloads/
Best regards
Your QuantumSoft team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: