Dyalog APL versions: Difference between revisions

Jump to navigation Jump to search
273 bytes added ,  12:48, 22 November 2019
Link to release notes in old help systems
(Link to release notes in old help systems)
Line 7: Line 7:
== 14.0 ==
== 14.0 ==


Release [https://www.dyalog.com/dyalog/dyalog-versions/140.htm announcement], [http://help.dyalog.com/14.0/ notes] ([http://docs.dyalog.com/14.0/Dyalog%20APL%20Release%20Notes.pdf pdf])
Release [https://www.dyalog.com/dyalog/dyalog-versions/140.htm announcement], [http://help.dyalog.com/14.0/index_CSH.htm#RelNotes14.0/Key%20Features.htm notes] ([http://docs.dyalog.com/14.0/Dyalog%20APL%20Release%20Notes.pdf pdf])


Version 14.0 was released in June 2014. It featured extensive changes to the Dyalog APL language as well as its implementation.
Version 14.0 was released in June 2014. It featured extensive changes to the Dyalog APL language as well as its implementation.
Line 25: Line 25:
== 14.1 ==
== 14.1 ==


Release [https://www.dyalog.com/dyalog/dyalog-versions/141.htm announcement], [http://docs.dyalog.com/14.1/Dyalog%20APL%20Release%20Notes.pdf notes (pdf)]
Release [https://www.dyalog.com/dyalog/dyalog-versions/141.htm announcement], [http://help.dyalog.com/14.1/index_CSH.htm#RelNotes14.1/Key%20Features.htm notes] ([http://docs.dyalog.com/14.1/Dyalog%20APL%20Release%20Notes.pdf pdf])


Version 14.1 was released in June 2015. It added support for Apple Mac OS (now [[wikipedia:macOS|macOS]]) using the new [[RIDE]] [[session]] environment, which was also released for Windows and Linux.
Version 14.1 was released in June 2015. It added support for Apple Mac OS (now [[wikipedia:macOS|macOS]]) using the new [[RIDE]] [[session]] environment, which was also released for Windows and Linux.
Line 37: Line 37:
== 15.0 ==
== 15.0 ==


Release [https://www.dyalog.com/dyalog/dyalog-versions/150.htm announcement], [http://docs.dyalog.com/15.0/Dyalog%20Version%2015.0%20Release%20Notes.pdf notes (pdf)]
Release [https://www.dyalog.com/dyalog/dyalog-versions/150.htm announcement], [http://help.dyalog.com/15.0/index_CSH.htm#RelNotes15.0/Key%20Features.htm notes] ([http://docs.dyalog.com/15.0/Dyalog%20Version%2015.0%20Release%20Notes.pdf pdf])


Version 15.0 was released in June 2016. It added platform-independent [[portable file functions]] (<source lang=apl inline>⎕NEXISTS</source>, <source lang=apl inline>⎕NINFO</source>, <source lang=apl inline>⎕NGET</source>, <source lang=apl inline>⎕NPUT</source>, <source lang=apl inline>⎕NDELETE</source>, <source lang=apl inline>⎕MKDIR</source>, and <source lang=apl inline>⎕NPARTS</source>) and improved support for using APL source code from text files. It also added [[I-beam]]s for [[case conversion]] and creating [[hashed array]]s which behave identically to normal arrays but have faster performance when searched with [[set function]]s including [[Index-Of]] (<source lang=apl inline>⍳</source>) and [[Membership]] (<source lang=apl inline>∊</source>).
Version 15.0 was released in June 2016. It added platform-independent [[portable file functions]] (<source lang=apl inline>⎕NEXISTS</source>, <source lang=apl inline>⎕NINFO</source>, <source lang=apl inline>⎕NGET</source>, <source lang=apl inline>⎕NPUT</source>, <source lang=apl inline>⎕NDELETE</source>, <source lang=apl inline>⎕MKDIR</source>, and <source lang=apl inline>⎕NPARTS</source>) and improved support for using APL source code from text files. It also added [[I-beam]]s for [[case conversion]] and creating [[hashed array]]s which behave identically to normal arrays but have faster performance when searched with [[set function]]s including [[Index-Of]] (<source lang=apl inline>⍳</source>) and [[Membership]] (<source lang=apl inline>∊</source>).
Line 47: Line 47:
== 16.0 ==
== 16.0 ==


Release [https://www.dyalog.com/dyalog/dyalog-versions/160.htm announcement], [http://docs.dyalog.com/16.0/Dyalog%20Version%2016.0%20Release%20Notes.pdf notes (pdf)]
Release [https://www.dyalog.com/dyalog/dyalog-versions/160.htm announcement], [http://help.dyalog.com/16.0/index_CSH.htm#RelNotes16.0/Key%20Features.htm notes] ([http://docs.dyalog.com/16.0/Dyalog%20Version%2016.0%20Release%20Notes.pdf pdf])


Version 16.0 was released in June 2017. It added several new primitives as well as tools for working with [[wikipedia:JSON|JSON]] and [[wikipedia:Comma-separated values|CSV]] files.
Version 16.0 was released in June 2017. It added several new primitives as well as tools for working with [[wikipedia:JSON|JSON]] and [[wikipedia:Comma-separated values|CSV]] files.

Navigation menu