Our versioning scheme uses a two-digit year, a two-digit month, and a release counter within month. Previously the release counter was omitted when zero.
Changes necessitating migration reference the corresponding migration section. References are only rendered correctly as part of the Sphinx documentation. Within GitLab please find the migration document here.
- Add marv show cli command to show basic information about datasets
- Fix pycapnp wrapper to handle nested lists
- Fix broken CE docker image builds
- Fix pasting into multi-select input field
- Automatically cleanup node output from unsuccessful previous runs
- Let gnss node gracefully handle bags without valid messages
- Fix loading of raster tiles during window resize
- Contribution guide and workflow to accept contributions
- High-lighting of last visited dataset when returning from detail view to listing view
- Support display of dates and times in local time, server time, or UTC (EE)
- Option to filter on table columns (EE)
- Option to hide table columns (EE)
- Documentation for adding custom static frontend files
- Generation and validation of hashes for Python requirements
- Tests for CE merge requests as part of internal CI runs
- Filter types for float and int
- End-to-end tests run reliably (EE)
- Move to GitLab to consolidate tooling #54
- Remove quickstart instructions from README in favour of normal installation instructions
- Mount scanroot readonly in docker container
- Manage requirements files in central location for ease of use
- Derive MARV package inter-dependencies from requirements files
- Upgrade Python tooling to latest versions
- Upgrade Python dependencies to latest versions
- Reformat changelog
- Improve error message in ffmpeg node when conversion fails
- Include requirements.in files in Python source distributions
- Set default unit of timedelta filters to seconds #58
- Hitting enter key in subset filter now applies filters
- Fix initial zoom level for maps with empty geometries
- Fix support for GeoJSON points in trajectory widget #50
- Let trajectory node produce correct GeoJSON for segments with only one coordinate
- Fix filtering of date fields with greater than or equals operation
- Only display successfully converted videos in video detail section
- Upgrade pyyaml library for CVE-2017-18342
- Upgrade requests library for CVE-2018-18074
- Improve frontend render performance
- Improve testing and deployment infrastructure
- Prepare migration to GitLab
- Unify versioning of frontend and Python packages
- Dropped ipdb in favour of pdbpp (see :ref:`migrate_18_07_to_19_02_0`)
- Support unicode characters in filenames and rosbag string messages #42, #45
- Only call formatters for values other than None
- Add support for GeoJSON points to trajectory widget #50
- Properly load and initialise custom widgets #47
- Properly reset state of button to fetch file lists #41
- Document pattern for reducing multiple streams
- Add cli command for database dump and restore
- Add controls to adjust point cloud playback speed
- Support querying for datasets with missing files
- Support link widgets with download attribute
- Update Python dependencies, most notably latest pycapnp
- Support streams of individual topics as optional inputs #25 (see :ref:`migrate_18_05_to_18_07`)
- Allow fulltext node to be used while directly subscribing to string topics
- Document the need for configured nodes to define a schema
- Document the need for setting stream headers
- Improve cli exception handling and error messages for certain edge cases
- Reset graphical tag filters on collection switch
- Fix utm conversion for gnss node #39
- Properly set and reset outdated state of datasets
- Consistently set cache control header to disable caching of all content
- Correct coordinate transformations for cached trajectories
- Enable loading dataset node output in comparison views
- Support setting UID and GID for docker installation #34
- Auto-initialise previously unintialised site upon start
- Set docker container timezone to host timezone
- Set default matplotlib backend to Agg, removing the need to set it manually
- Better support for colour formats
- Add scanroot to documentation deploy example for NGINX
- Cleanup form submit handling #31
- Fix native installation method for Community Edition #36
- Fix loading of videos for Community Edition #35
- Gracefully handle permission denied upon initialisation
- Add command-line group management to Community Edition
- Support configuration of access control lists
- Add docker setup with example site
- Speed-up streaming of videos and point clouds with NGINX reverse-proxy
- Improve point cloud player controls
- Improve trajectory player controls
- Make styling of widgets more consistent
- Switch from nosetest to pytest and cleanup requirements
- Drop Bootstrap v3 in favour of slim custom Bootstrap v4 derivate
- Merge and cleanup individual repositories
- Installation methods have significantly changed, reinstall is recommended (see :ref:`migrate_18_03_to_18_04`)
- Fix trajectory generation
- Fix erroneous self-referentiality of some capnp structs
- Fix color format for opencv bridge
- Add more flexible GeoJSON properties to map widget
- Make marker geometry configurable on map widget
- Draw markers using last known heading on map in absence of explicit rotation values
- Document creation of custom capnp types
- Ship capnp types for atomic values and timed values
- Add, list, and remove comments via command-line
- Changed GeoJSON property object needs rerender (see :ref:`migrate_18_02_to_18_03`)
- Display correct tags when paging in listing
- Render GeoJSON lines with correct width in Firefox
- Fix command-line tagging #26
- Gnss node handles absence of valid GPS messages #28
- Add missing int and float formatters
- Validate names for newly added users and groups
- Document disabling of uwsgi buffering to enable downloads larger than 1GB #24
- Fix tags displayed in listing table for any but the first page #27
- Fix documentation in several places
- Support bag sets without timestamp in filenames #16
- Support running selected nodes for all collections
- Support listing of and force running dependent nodes
- Support loading of custom.css and custom frontend files
- Preliminary support for topics with mixed message types #21
- Speedup rendering in frontend
- Colorize point clouds
- Take message type definitions from bag files (needs migration, see :ref:`migrate_17_11_to_18_02`)
- Fix sexpr for getting node without dot qualifier
- Fix filtering for datetime fields
- Fix loading of cloned persistent nodes
- Handle empty bag files
- Log error messages instead of several exceptions
- Document MARV Robotics nodes
- Document configuration directives
- Document HTTP API
- Document migration from Community Edition 16.10
- Support import of datasets from Community Edition 16.10
- Co-release 17.11 community and enterprise edition
- Improve s-expression functions for configuration file
- Switch to flat store (needs migration, see :ref:`migrate_16_10_to_17_11`)
- Custom widget support
- OAuth support
- Improve documentation for scanners
- Improve documentation for frontend widgets
- Video widget improvements
- Support more image formats
- Support system-wide configuration
- Improve cli error handling and logging
- Frontend bug and styling fixes
- Allow concurrent execution of multiple node run processes
- Admin panel for user and group management
- Make node syntax clearer to improve the node authoring experience
- Human readable pathnames in store
- Improve dataset query via command line
- Improve CLI logging
- Advanced access control
- Improve point cloud handling
- Improve tag cloud styling with a responsive design
- Keep frontend state and scroll positions between page refreshes
- Speed up loading of large collections
- Render multi colored trajectories with markers correctly
- Implement generator based node concurrency
- Optionally spawn node instances per topic or message type
- Allow collections to define an arbitrary number of scanroots #4
- Improve performance with reduced JavaScript footprint
- Improve node runner and introduce basic query cli
- Add configurable compare view to display data of multiple datasets
- Add graphical live filters to listing page
- Make summary section of detail view customizable
- Display time added column
- Support most of rosbag play switches in marv ros play
- Store data in an efficient binary format
- Use schemas to enforce data integrity
- Manage multiple collections of different datasets
- Configure detail views in Python nodes
- Replace Python code in config file with simpler expressions
- Redesign map widget, support trajectory animations
- Stream huge datasets to point cloud widget
- Improve mass tagging performance
- Improve listing update performance
- Initial release