Skip to content

Commit

Permalink
fix #674 Migrate sources to nelson-lang github organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Dec 1, 2023
1 parent 8d59594 commit f6a50ad
Show file tree
Hide file tree
Showing 113 changed files with 441 additions and 441 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#github: [Nelson-numerical-software]
#github: [nelson-lang]
custom: https://paypal.me/allanccornet
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ jobs:
set QTDIR32=C:\install\QT5\Qt\5.15.2\msvc2019
set QTDIR=%QTDIR32%
cd ..
git clone https://github.com/Nelson-numerical-software/nelson-thirdparty-win32.git
git clone https://github.com/nelson-lang/nelson-thirdparty-win32.git
cd nelson-thirdparty-win32
install.bat
cd ..
Expand Down Expand Up @@ -722,7 +722,7 @@ jobs:
set QTDIR64=C:\install\QT6\Qt\6.6.1\msvc2019_64
set QTDIR=%QTDIR64%
cd ..
git clone https://github.com/Nelson-numerical-software/nelson-thirdparty-x64.git
git clone https://github.com/nelson-lang/nelson-thirdparty-x64.git
cd nelson-thirdparty-x64
install.bat
cd ..
Expand Down
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ differ slightly. After you've successfully built a binary, running the
test suite to validate that the binary works as intended is a good next step.

If you consistently can reproduce a test failure, search for it in the
[Nelson issue tracker](https://github.com/Nelson-numerical-software/nelson/issues) or
[Nelson issue tracker](https://github.com/nelson-lang/nelson/issues) or
file a new issue.

## How to build Nelson ?
Expand All @@ -19,7 +19,7 @@ Qt 5.15 or more required.

### [Windows](BUILDING_Windows.md)

You can also see [ccpp.yml](https://github.com/Nelson-numerical-software/nelson/blob/master/.github/workflows/ccpp.yml) file to help you to see dependencies. This file is always the most up-to-date than this help.
You can also see [ccpp.yml](https://github.com/nelson-lang/nelson/blob/master/.github/workflows/ccpp.yml) file to help you to see dependencies. This file is always the most up-to-date than this help.

## Code formatter

Expand Down
4 changes: 2 additions & 2 deletions BUILDING_Linux.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Linux

- You can also see [ccpp.yml](https://github.com/Nelson-numerical-software/nelson/blob/master/.github/workflows/ccpp.yml) file to help you to see dependencies. This file is up-to-date about how to build Nelson on each platform.
- You can also see [ccpp.yml](https://github.com/nelson-lang/nelson/blob/master/.github/workflows/ccpp.yml) file to help you to see dependencies. This file is up-to-date about how to build Nelson on each platform.

- You can also build nelson with a micromamba environment

Expand All @@ -11,7 +11,7 @@ micromamba env create -f environment-linux-dev.yml
micromamba activate nelson
```

see [ccpp.yml](https://github.com/Nelson-numerical-software/nelson/blob/master/.github/workflows/ccpp.yml) with micromamba job.
see [ccpp.yml](https://github.com/nelson-lang/nelson/blob/master/.github/workflows/ccpp.yml) with micromamba job.

- CMake options:

Expand Down
2 changes: 1 addition & 1 deletion BUILDING_Macos.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### MacOs X

- You can also see [ccpp.yml](https://github.com/Nelson-numerical-software/nelson/blob/master/.github/workflows/ccpp.yml) file to help you to see dependencies. This file is up-to-date about how to build Nelson on each platform.
- You can also see [ccpp.yml](https://github.com/nelson-lang/nelson/blob/master/.github/workflows/ccpp.yml) file to help you to see dependencies. This file is up-to-date about how to build Nelson on each platform.

- Prerequirements:

Expand Down
8 changes: 4 additions & 4 deletions BUILDING_Windows.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Windows

- You can also see [ccpp.yml](https://github.com/Nelson-numerical-software/nelson/blob/master/.github/workflows/ccpp.yml) file to help you to see dependencies. This file is up-to-date about how to build Nelson on each platform.
- You can also see [ccpp.yml](https://github.com/nelson-lang/nelson/blob/master/.github/workflows/ccpp.yml) file to help you to see dependencies. This file is up-to-date about how to build Nelson on each platform.

- Prerequirements:
Git for Windows
Expand All @@ -15,15 +15,15 @@
- Get thirdparty:
- on Windows 32 bit architecture:
```bash
git clone https://github.com/Nelson-numerical-software/nelson-thirdparty-win32.git
git clone https://github.com/nelson-lang/nelson-thirdparty-win32.git
```
- on Windows 64 bit architecture:
```bash
git clone https://github.com/Nelson-numerical-software/nelson-thirdparty-x64.git
git clone https://github.com/nelson-lang/nelson-thirdparty-x64.git
```
- Get sources:
```bash
git clone https://github.com/Nelson-numerical-software/nelson.git
git clone https://github.com/nelson-lang/nelson.git
```
- Start the build:
Goto Nelson directory
Expand Down
72 changes: 36 additions & 36 deletions CHANGELOG-0.1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

## Bug Fixes:

[#85](http://github.com/Nelson-numerical-software/nelson/issues/85): paste in text editor should be limited to the text only.
[#85](http://github.com/nelson-lang/nelson/issues/85): paste in text editor should be limited to the text only.

[#84](http://github.com/Nelson-numerical-software/nelson/issues/84): CTRL + A action in text editor.
[#84](http://github.com/nelson-lang/nelson/issues/84): CTRL + A action in text editor.

[#83](http://github.com/Nelson-numerical-software/nelson/issues/83): save action in text editor do a popup to reload file.
[#83](http://github.com/nelson-lang/nelson/issues/83): save action in text editor do a popup to reload file.

[#82](http://github.com/Nelson-numerical-software/nelson/issues/82): home, end, page down, page up keys shorcut not implement in editor.
[#82](http://github.com/nelson-lang/nelson/issues/82): home, end, page down, page up keys shorcut not implement in editor.

## Compilation:

Expand All @@ -46,9 +46,9 @@

## Features:

- [#75](http://github.com/Nelson-numerical-software/nelson/issues/75): Intel Math Kernel Library can be used to replace OpenBLAS and FFTW on Windows.
- [#75](http://github.com/nelson-lang/nelson/issues/75): Intel Math Kernel Library can be used to replace OpenBLAS and FFTW on Windows.

- [#72](http://github.com/Nelson-numerical-software/nelson/issues/72): Add a script to check missing help files.
- [#72](http://github.com/nelson-lang/nelson/issues/72): Add a script to check missing help files.

- add an embedded script editor for Nelson:

Expand All @@ -66,9 +66,9 @@

## Bug Fixes:

[#80](http://github.com/Nelson-numerical-software/nelson/issues/80): code editor: keys up, down, left, right behavior
[#80](http://github.com/nelson-lang/nelson/issues/80): code editor: keys up, down, left, right behavior

[#78](http://github.com/Nelson-numerical-software/nelson/issues/78): [p,f,e]=fileparts('c:/') did not return the good result
[#78](http://github.com/nelson-lang/nelson/issues/78): [p,f,e]=fileparts('c:/') did not return the good result

## Compilation:

Expand Down Expand Up @@ -126,13 +126,13 @@

## Bug Fixes:

[#74](http://github.com/Nelson-numerical-software/nelson/issues/74): A=[]; A(end + 1) = 8 failed.
[#74](http://github.com/nelson-lang/nelson/issues/74): A=[]; A(end + 1) = 8 failed.

[#71](http://github.com/Nelson-numerical-software/nelson/issues/71): unix & dos did not have help files.
[#71](http://github.com/nelson-lang/nelson/issues/71): unix & dos did not have help files.

[#68](http://github.com/Nelson-numerical-software/nelson/issues/68): display of nd array of integer were not defined.
[#68](http://github.com/nelson-lang/nelson/issues/68): display of nd array of integer were not defined.

[#14](http://github.com/Nelson-numerical-software/nelson/issues/14): error(error_struct) throws an error using the fields of error_struct.
[#14](http://github.com/nelson-lang/nelson/issues/14): error(error_struct) throws an error using the fields of error_struct.

## Compilation:

Expand Down Expand Up @@ -170,9 +170,9 @@

## Bug Fixes:

[#60](http://github.com/Nelson-numerical-software/nelson/issues/60): Y = complex(rand(500), rand(500)) crashed Nelson.
[#60](http://github.com/nelson-lang/nelson/issues/60): Y = complex(rand(500), rand(500)) crashed Nelson.

[#58](http://github.com/Nelson-numerical-software/nelson/issues/58): Manages ICU4C 59.1 on macos X.
[#58](http://github.com/nelson-lang/nelson/issues/58): Manages ICU4C 59.1 on macos X.

## 0.1.8 alpha (2017-08-15)

Expand Down Expand Up @@ -218,9 +218,9 @@

## Bug Fixes:

[#53](http://github.com/Nelson-numerical-software/nelson/issues/53): COM_xlsread did not support path with dot '.'
[#53](http://github.com/nelson-lang/nelson/issues/53): COM_xlsread did not support path with dot '.'

[#50](http://github.com/Nelson-numerical-software/nelson/issues/50): qml demos did not start on adv-cli mode.
[#50](http://github.com/nelson-lang/nelson/issues/50): qml demos did not start on adv-cli mode.

## 0.1.6 alpha (2017-06-19)

Expand All @@ -247,11 +247,11 @@

## Bug Fixes:

[#47](http://github.com/Nelson-numerical-software/nelson/issues/47): add isfinite builtin.
[#47](http://github.com/nelson-lang/nelson/issues/47): add isfinite builtin.

[#43](http://github.com/Nelson-numerical-software/nelson/issues/43): rename getContentsAsWideString to getContentAsWideString.
[#43](http://github.com/nelson-lang/nelson/issues/43): rename getContentsAsWideString to getContentAsWideString.

[#27](http://github.com/Nelson-numerical-software/nelson/issues/27): >= operator was not implemented.
[#27](http://github.com/nelson-lang/nelson/issues/27): >= operator was not implemented.

## 0.1.5 alpha (2017-04-17)

Expand All @@ -264,13 +264,13 @@

## Bug Fixes:

[#41](http://github.com/Nelson-numerical-software/nelson/issues/41): test_makeref starts a new clear session to create a ref file.
[#41](http://github.com/nelson-lang/nelson/issues/41): test_makeref starts a new clear session to create a ref file.

[#39](http://github.com/Nelson-numerical-software/nelson/issues/39): inv([0 0;i() 3]) did not return [Inf, Inf; Inf, Inf] on ARM platform.
[#39](http://github.com/nelson-lang/nelson/issues/39): inv([0 0;i() 3]) did not return [Inf, Inf; Inf, Inf] on ARM platform.

[#25](http://github.com/Nelson-numerical-software/nelson/issues/25): ndims added.
[#25](http://github.com/nelson-lang/nelson/issues/25): ndims added.

[#24](http://github.com/Nelson-numerical-software/nelson/issues/24): isnan & isinf added.
[#24](http://github.com/nelson-lang/nelson/issues/24): isnan & isinf added.

## 0.1.4 alpha (2017-03-19)

Expand All @@ -295,11 +295,11 @@ LAPACKE used for linear algebra functions. On Windows, OpenBLAS used. On others

## Bug Fixes:

[#34](http://github.com/Nelson-numerical-software/nelson/issues/34): Windows installer did not copy module_skeleton help files at the good place.
[#34](http://github.com/nelson-lang/nelson/issues/34): Windows installer did not copy module_skeleton help files at the good place.

[#31](http://github.com/Nelson-numerical-software/nelson/issues/31): doc function was too slow (indexing at each restart).
[#31](http://github.com/nelson-lang/nelson/issues/31): doc function was too slow (indexing at each restart).

[#30](http://github.com/Nelson-numerical-software/nelson/issues/30): Search path order for functions was wrong.
[#30](http://github.com/nelson-lang/nelson/issues/30): Search path order for functions was wrong.

## 0.1.3 alpha (2017-02-11)

Expand All @@ -315,33 +315,33 @@ LAPACKE used for linear algebra functions. On Windows, OpenBLAS used. On others

## Bug Fixes:

[#28](http://github.com/Nelson-numerical-software/nelson/issues/28): Each public builtin have a help file.
[#28](http://github.com/nelson-lang/nelson/issues/28): Each public builtin have a help file.

[#26](http://github.com/Nelson-numerical-software/nelson/issues/26): 7.853981633974482790D-01 was not correctly parsed.
[#26](http://github.com/nelson-lang/nelson/issues/26): 7.853981633974482790D-01 was not correctly parsed.

[#22](http://github.com/Nelson-numerical-software/nelson/issues/22): last output argument of 'IJV' did not return nzmax.
[#22](http://github.com/nelson-lang/nelson/issues/22): last output argument of 'IJV' did not return nzmax.

[#19](http://github.com/Nelson-numerical-software/nelson/issues/19): rand & randn did not use Column-major order.
[#19](http://github.com/nelson-lang/nelson/issues/19): rand & randn did not use Column-major order.

[#17](http://github.com/Nelson-numerical-software/nelson/issues/17): 'locales' directory renamed as 'locale' (more standard).
[#17](http://github.com/nelson-lang/nelson/issues/17): 'locales' directory renamed as 'locale' (more standard).

[#13](http://github.com/Nelson-numerical-software/nelson/issues/13): mldivide and mrdivide builtin were missing.
[#13](http://github.com/nelson-lang/nelson/issues/13): mldivide and mrdivide builtin were missing.

## 0.1.2 alpha (2017-01-01)

## Bug Fixes:

[#11](http://github.com/Nelson-numerical-software/nelson/issues/11): colon constructor failed with some special values.
[#11](http://github.com/nelson-lang/nelson/issues/11): colon constructor failed with some special values.

[#10](http://github.com/Nelson-numerical-software/nelson/issues/10): module_skeleton did not build/load.
[#10](http://github.com/nelson-lang/nelson/issues/10): module_skeleton did not build/load.

[#8](http://github.com/Nelson-numerical-software/nelson/issues/8): test_nargin & test_nargout failed in Windows binary version.
[#8](http://github.com/nelson-lang/nelson/issues/8): test_nargin & test_nargout failed in Windows binary version.

## 0.1.1 alpha (2016-12-30)

## Bug Fixes:

[#5](http://github.com/Nelson-numerical-software/nelson/issues/5): help browser did not work on some Windows
[#5](http://github.com/nelson-lang/nelson/issues/5): help browser did not work on some Windows

## 0.1.0 alpha (2016-12-28)

Expand Down
Loading

0 comments on commit f6a50ad

Please sign in to comment.