Releases: LogisticsImpactModel/LIMO
Releases · LogisticsImpactModel/LIMO
Version 1.8
Changes in this version:
- The standard simulation value has been altered to 10.000 instead of 100.000
- Finished up and cleaned the project view
- Added a right click option on the project in the tree view, to add a chain (New supply chain...)
- Added an option to clear all loaded masterdata from the program. So there can be started over with a clean pallette. This can be found under: MasterData -> Remove loaded templates. This action takes a few seconds to complete. (The process makes uses of the progress bar on the bottom right)
- You are now able to set the values for Time and Cost in the: Hub, Leg and Event Template.
- Removed masterdata from the project itself, it is now only available in the whole application.
Version 1.8.0 Pre-release
Features
- Changed the position of the satellite view to decrease the amount of space it takes (Thanks to Geertjan Wielenga)
- Added a project view to the program which shows an overview of the hubs and legs in a chain. This also allows the user to have a more professional overview of all chains available. (LIMO-267)
Not all features are implemented yet, but we plan on doing so in the next sprint.
Also the file where the project is stored in is called a .lsp file (Limo supply project) and can be created inside the application as well. There is no support yet for opening LIMO with this type of file.
Bugfixes and improvements
- After deleting a hub or leg from the chain, the scene if updated correctly to show that the file has been deleted. (LIMO-253)
- Same thing for changing properties of a hub or leg. (LIMO-261)
- Fixed the graph switcher (LIMO-264)
- Changes in the procedure panel are now saved (LIMO-265)
- Added validation to the property sheet when changing hubs, to be the same as the validation in the wizards (LIMO-265)
- Descriptions for procedure category and procedures itself, is now optional (LIMO-279)
Version 1.7.0
Features
- The user is now able to delete components (hubs and legs) from the chain by selecting them and pressing the trash can in the top bar or pressing the delete button. (LIMO-243)
- The application can now be started by double clicking on a .lsc or .lef file. This requiers a new installation of the program since it is a change in the installataion progress. If the program was started using one of these file, the chain / masterdata will be loaded immediately. (LIMO-213 and LIMO-236
- The save button is enabled correctly after making changes on different places in the programs. Including a "save all" button (LIMO-149)
Bugfixes and improvements
- The simulate button now has a clearer indication when it is able to be pressed. (LIMO-236)
- The interface has been updated with new icon to create a more uniform look of the program. (Also under LIMO-236)
- The filechooser for saving chains is now filtered on the correct filetype. (LIMO-243)
- A button in the wizard for creating events has been added to specify you want to use the maximum value possible. (LIMO-179)
- Number of procedures and events (under the hubs and legs in the chain) gets updated correctly. (LIMO-252)
- Several changes to validation of properties of: procedures, CO2 values, money values and names. Mostly to prevent invalid or faulty data input. These could cause program crashes. (LIMO-254 to 260)
Background stuff
- Prevented crash when creating a cyclic chain. (LIMO-259)
- Fixed a NullPointerException on startup (LIMO-251)
- Improved code quality and use of Java 8 (LIMO-262)
Version 1.6.2.1
Fix errors which could lead to crashing the simulation
Version 1.6.2
Features
- Graphs and simulation
You are able to switch between different graphs. E.g. bar chart, line chart and pie chart
Co2 is now also acounted for in the simulation and graph display
Simulation can be viewed per single run. The table shows 1000 lines, these are ordered from uncommon event occurences to more common ones. - Legs are now added to the pallete, just like hubs.
You are able to select one of these legs and then drag a line between two hubs to connect them. - Events are now added to the pallete, just like hubs.
You can drag and drop these events onto already created hubs and legs from your supply chain
Bugfixes and improvements
- Wizard for legs and hubs editting.
There were some problems when editting existing hubs and legs. E.g. cancelling still processed the changes. And some existing data was not filled in when editting
Background stuff
- Validation has been improved.
This means that we are able to be more specific with the required fields that need to be enterd when creating certain models in the application
Version 1.6.1
Features
- Starting hub is automatically detected and set.
If a hub has no leg coming it, it is defined as a starting point. This is only possible for 1 hub. - Co2 is now an option in the procedure, next to the costs and time. This is not yet taken into account during simulation.
- Basic graph implementation of simulated data.
After simulation there will be 2 more tabs created: by node, by category and by total.
Currently they are used as examples but will be used in creating multiple graphs in the future. We would love to hear your opinion on these.
Bugsfixes and improvements
- A basic procedure category is now available to select. This one would disappear beforehand.
- Saving simulated data is now done with less clicks. The user only has to select a location and name the file in the same screen.
Background stuff
- In the background we moved over from java 7 to java 8. This allows new features like the graphs and more. This also improves performance.
- Input data in the wizards is validated on model level instead of in the wizard. This also improves the performance of the application.
Version 1.6
Features
- Automatic check for updates on startup
- Users do not have to remove and reinstall the application anymore
- Serialization using JSON
- The saving of supply chains and masterdata has been changed to use JSON
- This makes older saved data compatible with newer versions of the LIMO program
Bugfixes
- Fixed a validation error in which the user was able to enter a negative weight value in the wizard of a multileg
Version 1.6 Release Candidate
Features
- Automatic check for updates on startup
- Users do not have to remove and reinstall the application anymore
- Serialization using JSON
- The saving of supply chains and masterdata has been changed to use JSON
- This makes older saved data compatible with newer versions of the LIMO program
Bugfixes
- Fixed a validation error in which the user was able to enter a negative weight value in the wizard of a multileg
version-1.5.2
Updated travis.yml
version-1.5.1
Updated the .travis.yml with slack integration and verbose build log