Editing Category:Packages

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 5: Line 5:
Octave [https://octave.org/doc/latest/Packages.html packages] extend the functionality of GNU Octave by particular useful features and can be developed and distributed by anyone.  Currently there are two collections of Octave packages:
Octave [https://octave.org/doc/latest/Packages.html packages] extend the functionality of GNU Octave by particular useful features and can be developed and distributed by anyone.  Currently there are two collections of Octave packages:


* https://packages.octave.org
* [https://gnu-octave.github.io/packages/ Octave Packages]
* [[:Category:Octave Forge|Octave Forge]] (legacy)
* [[:Category:Octave Forge|Octave Forge]] (legacy)


Line 25: Line 25:
The Octave Forge index is a legacy project and does not accept new packages.
The Octave Forge index is a legacy project and does not accept new packages.


== Free and open-source code with custom installation ==
== Free and open-source ==
 
=== Octave packages ===
 
All packages can be installed by Octave's {{manual|pkg}} function as described above and are listed in [https://gnu-octave.github.io/packages/ Octave Packages].
 
{| class="wikitable sortable"
|-
! scope="col" | Name
! scope="col" class="unsortable" | Description
! scope="col" class="unsortable" | Links
|-
| fda
| Functional data analysis.
| https://gitlab.com/kakila/fda/
|-
| MPI
| Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing.
| https://github.com/carlodefalco/octave-mpi
|-
| [[Symbolic package | octsympy]]
| An implementation of a symbolic toolbox using SymPy.
| https://github.com/cbm755/octsympy https://octave.sourceforge.io/symbolic
|-
| Packajoozle
| An experimental alternative package manager for Octave.
| https://github.com/apjanke/octave-packajoozle
|-
| Tablicious
| Matlab-compatible table, datetime, and categorical data types (Like "pandas for Octave").
| https://github.com/apjanke/octave-tablicious
|-
| Websockets
| The Websockets package is a simple implementation of a websocket client for GNU Octave. It contains the elemental functions to communicate with a websockets server.
| https://github.com/gnu-octave/octave-websockets
|-
| [[Pythonic]]
| The Pythonic package provides a Python language binding for Octave, to allow any Python package to be loaded and used directly, with automatic translation from Octave to Python data types.
| https://gitlab.com/mtmiller/octave-pythonic
|}
 
=== Custom installation ===


Those codes have to be installed as described on the respective website.
Those codes have to be installed as described on the respective website.
Line 105: Line 146:
* [https://octave.org/doc/latest/Creating-Packages.html Octave manual - Creating packages]
* [https://octave.org/doc/latest/Creating-Packages.html Octave manual - Creating packages]
* [https://github.com/gnu-octave/pkg-example Octave package example]
* [https://github.com/gnu-octave/pkg-example Octave package example]
* [[:Category:User Codes]]
* [https://wiki.octave.org/Category:User_Codes Octave User Codes]


[[Category:Contents]]
[[Category:Contents]]
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: