Arduino 歷史版本列表
開放源代碼 Arduino 軟件(IDE)可以輕鬆編寫代碼並將其上傳到開發板。它運行在 Windows,Mac OS X 和 Linux 上。環境是用 Java 編寫的,基於 Processing 和其他開源軟件。這個軟件可以與任何 Arduino 板一起使用。最有趣的功能是:等待新的 arduino-builder這是一個純粹的命令行工具,它負責修改代碼,解決庫依賴和設置編譯單元。它也可以作為一... Arduino 軟體介紹更新時間:2021-04-16
更新細節:
更新時間:2021-04-13
更新細節:
更新時間:2021-04-09
更新細節:
What's new in this version:
- Fixed an issue that caused Scratch Pad to not open if you are signed in
更新時間:2021-04-08
更新細節:
What's new in this version:
New:
- You can now reorder examples via the Collections sidebar
Improvements:
- Postman now remembers the last tab you were working on when reopening requests
Fixed:
- Fixed a rare issue that caused an offline error message to show up even when the application has network connectivity
更新時間:2021-04-06
更新細節:
What's new in this version:
New:
- You can now use schema outline from the sidebar of the API define tab to navigate through OpenAPI 3 and OpenAPI 2 schemas
- You can now navigate within the schema through #ref. Hover over the #ref link in the schema to find the shortcut that will take you to the reference definition
- You can now move mock servers from one workspace to another
- You can now fork an Environment
- New Integration: Splunk
Improvements:
- You can run tests and view last run results within the 'Test' tab of your APIs
- You can run a Collection from the more actions menu in Collection sidebar
更新時間:2021-03-29
更新細節:
What's new in this version:
- Fixed a rare issue that caused a reload loop after creating an account
更新時間:2021-03-26
更新細節:
What's new in this version:
- OpenSSL 1.1.1k is now available, including bug and security fixes
更新時間:2021-03-24
更新細節:
更新時間:2021-03-11
更新細節:
What's new in this version:
Environment:
- Live Editor Controls: Create dynamic controls in live scripts by linking variables to drop-down items and slider values
- Live Editor Fonts: Change the name, style, size, and color of fonts programmatically using settings
- Live Editor Display: Specify where to display output by default
- Live Editor Functions: Run live functions interactively using the Run button in MATLAB Online
- Live Editor Bookmarks: Navigate quickly between lines
- Live Editor Animation Playback Controls: Interactive interface to control animations
- Live Editor Performance: Improved performance when saving large live scripts or functions
- Help Browser: View web documentation by default
- Documentation: View MATLAB documentation in French, Italian, and German
- MATLAB Drive: Get the location of your MATLAB Drive root folder programmatically
- Functionality being removed or changed
Language and Programming:
- Name=Value Syntax: Use name=value syntax for passing name-value arguments
- Class Diagram Viewer: Create graphical class diagrams to explore class details and share designs
- Enumeration Comparisons: Use isequal to compare enumeration members with text data types
- Capturing disp Output: Use the formattedDisplayText function to store disp output as a string
- Retrieving Display Format: format function can get and set display format
- Function Argument Validation: Debugger and profiler is now supported
- Virtual File Storage: mkdir and rmdir will now be able to create and remove files from VFS directories
- Functionality being removed or changed
Data Analysis:
- Data Preprocessing Live Editor Tasks: Operate on multiple table variables and specify output format for table input
- Clean Outlier Data Live Editor Task: Visualize results with a histogram
- fillmissing Function: Specify custom fill method
- normalize Function: Normalize multiple data sets with same parameters
- groupcounts Function: Display percentages of group counts
- ts2timetable Function: Convert timeseries objects to timetables
- table and timetable Functions: Specify dimension names using the 'DimensionNames' name-value argument
- Functionality being removed or changed
Data Import and Export:
- XML Files: Read, write, and import XML files using readtable, readtimetable, and other functions
- MATLAB API for Advanced XML Processing: Create, read, write, transform, and query XML
- XML Files: Register XML namespace prefixes for evaluating XPath expressions using readtable,readstruct, and other functions
- Low-level file I/O functions and remote data: Perform read and write operations on remotely stored files
- save and load functions and remote data: Save, load, and append data to remotely stored v7.3 MAT-files
- Reading Online Data: Read files over HTTP and HTTPS using readtable, audioread, and other reading functions
- Parquet Data Format: Use categorical data in parquet data format
- Datastores: Read all data from a datastore using parallel processing
- Data Compression Functions: Improved functionality in zip/unzip and tar/untar
- imfinfo function: Get information about all Adobe Digital Negative (DNG) file tags
- jsonencode: Add indentation to JSON text
- Functionality being removed or changed
Mathematics:
- Graph Algorithms: Compute all paths, all cycles, and cycle basis
- griddedInterpolant Object: Use multivalued interpolation to interpolate multiple data sets simultaneously
- eig Function: Improved algorithm for skew-Hermitian matrices
- cdf2rdf Function: Improved algorithm for all inputs
- Functionality being removed or changed
Graphics:
- Create Plot Live Editor Task: Create plots interactively and generate code
- bubblecloud Function: Visualize part-to-whole relationships
- tiledlayout Function: Control the tile indexing scheme
- PolarAxes Objects: Use the CurrentPoint property or call ginput to get the cursor location within polar axes
- Scatter Plots and Constant Lines: Create multiple scatter plots or constant lines at once
- Axis Limits: Define LimitsChangedFcn callback that executes when the limits of an axis change
- Axis Limits: Control axis limits
- exportgraphics and copygraphics Functions: Specify RGB, CMYK, or grayscale output
- colororder Function: Control colors in stacked plots
- Tick Labels: Automatically rotate tick labels
- patch and errorbar Functions: Expanded data type support
- Geographic Plots: Access basemaps using additional proxy server authentication types
- Functionality being removed or changed
- App Building:
- uihyperlink Function: Add and configure clickable links in apps and on the App Designer canvas
- uitree Function: Add and configure check box trees in apps and on the App Designer canvas
- Interpreter Property: Style text and display equations in labels with HTML and LaTeX markup
- WindowStyle Property: Create UI figures that remain in the foreground
- scroll Function: Scroll to a location within a table UI component programmatically
- UI Component Accessibility: Select ListBox items, Table cells, ColorPicker colors, and DatePicker menus using the keyboard
- App Designer: Use custom UI components in App Designer
- App Designer: Zoom and pan in the canvas, and zoom in the Code View editor
- App Designer: Control color and tab settings in Code View using MATLAB preferences
- App Designer: Customize split-screen layouts in the App Designer editor
- App Testing Framework: Perform gestures on panels and tables
- App Testing Framework: Close alert dialog box in front of figure window
- Web Apps and Standalone Applications: Datatips supported in graphics
- Functionality Being Removed or Changed
Performance:
- Sparse Matrix Multiplication: Improved performance multiplying large sparse matrices
- Sparse Linear Systems: Improved performance solving sparse linear systems A*X = B with multicolumn B
- vecnorm Function: Improved performance operating on data with multiple columns
- ismember Function: Improved performance for cell inputs
- unique Function: Improved performance for numeric, logical, char, and cell inputs
- Graph Functions: Improved performance modifying node and edge lists
- Axes Toolbar: Appears without delay when axes are ready
- Rearranging UI Components: Improved performance when rearranging UI components in a UI figure
- UI Figure Interactions: Faster responses to scroll, pointer movement, and resize interactions in UI figures
- Plots in Apps: Improved performance for polar plots, volume visualizations, plots with more than 16 axes, and older systems
- Plots in Apps: Improved performance for plots with large numbers of markers
- Live Editor: Improved performance when saving large live scripts or functions
Software Development Tools:
- Projects: List all referenced projects of the current project
- Projects: List impacted project files
- Dependency Analyzer: Find required add-ons
- Unit Testing Framework: Create test runners using alternative syntax
- Unit Testing Framework: Initialize parameterization properties at suite creation time
- Unit Testing Framework: Run tests in parallel on thread-based pool
- Unit Testing Framework: Run tests in MATLAB Online interactively
- App Testing Framework: Perform gestures on panels and tables
- App Testing Framework: Close alert dialog box in front of figure window
- Functionality being removed or changed
External Language Interfaces:
- C++ Interface: Support for C++ language features
- C++ Interface: Publisher options and analysis
- Java Packages to be removed
- Java Engine: MATLAB value object support
- Python Interface and Engine: Version 3.6 support discontinued
- Perl 5.32.0: MATLAB support on Windows
Hardware Support:
- Support added for IMU sensors
- New functionalities added to Raspberry Pi Resource Monitor app
更新時間:2021-03-08
更新細節:
What's new in this version:
Improvements:
- Changes to mock servers are now available in the activity feed of workspaces. You can also filter the activity feed to find updates regarding mock servers.
- You can now use pre-configured snippets for writing your pre-request scripts and test scripts for collections and folders
- You can now use keyboard shortcuts in the API creation view
- Unsaved documentation edits are now temporarily retained while switching tabs. You can return to these unsaved changes by switching back to edit documentation view again.
- You can now search for the collection you are looking for while creating a new mock server
Fixed:
- Fixed an issue which caused outdated profile information to be shown in the accounts dropdown
- Fixed an issue that flashed a light background when loading Scratch pad
- Fixed an issue which caused collections to not open from collection validation screen
- Fixed an issue which caused path variables to be not shown in the documentation view
- Fixed an issue which caused erroneously auth information to be shown in documentation
- Fixed an issue which caused editor auto-complete hints to stay visible on screen while switching tabs
- Fixed an issue which caused few font characters to be displayed incorrectly
- Fixed an issue which caused "View Updated Collection" button to not work correctly
- Fixed an issue which caused "Manage Roles" option to be not available from the context menu of Environments tab