Skip to content

Commit 036cc35

Browse files
release 1.3.0
1 parent c0cfa7c commit 036cc35

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468
name: "Install prerequisites"
469469
command: |
470470
apt-get update
471-
pip install gitpython
471+
pip install -r tools/smartpeak/requirements.txt
472472
- add_ssh_keys:
473473
fingerprints:
474474
- "e8:9a:a0:0b:75:00:75:1c:04:71:9c:7d:07:af:a2:0d"

CHANGELOG.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@ SmartPeak Changelog
22
===================
33

44

5+
v1.3.0 (2020-04-09)
6+
-------------------
7+
8+
Features
9+
~~~~~~~~
10+
- Advanced Explorer Views 1 `(#324) <https://github.com/AutoFlowResearch/SmartPeak/pull/324>`_
11+
12+
* Advanced Explorer Views - adding sorting functionality and viewing of File Name
13+
* Updated about popup [skip ci]
14+
* Adding searching functionality
15+
* Sorting and searching for injection/transition/feature tables
16+
* Selective searching for tables with dropdown menu
17+
* Disallow sorting for all-checked/all-unchecked columns
18+
* Sorting and searching for various tables in main window
19+
* Final enhancements to FilePicker, ExplorerTables and MainTables
20+
* Preventing filenames from being appended twice when opening via button click
21+
* Adding reusable table functions for searching/sorting
22+
* Adding unittest for Widget
23+
24+
- Make parameters editable `(#337) <https://github.com/AutoFlowResearch/SmartPeak/pull/337>`_
25+
- Enhancing FilePicker entries to be displayed in human readable format `(#339) <https://github.com/AutoFlowResearch/SmartPeak/pull/339>`_
26+
- Added Statistics and more informations in the info panel `(#341) <https://github.com/AutoFlowResearch/SmartPeak/pull/341>`_
27+
- Added SmartPeak documentation
28+
- Adding working examples for calculating MDVs (#326) <https://github.com/AutoFlowResearch/SmartPeak/pull/326>`_
29+
30+
Changes
31+
~~~~~~~
32+
- Refactor of Feature line and heatmap plots (#349) <https://github.com/AutoFlowResearch/SmartPeak/pull/349>`_
33+
34+
Fix
35+
~~~
36+
- Fix formatting of changelog for emails and github releases (#340) <https://github.com/AutoFlowResearch/SmartPeak/pull/340>`_
37+
- Fixed crash when launching workflow with no injection `(#332) <https://github.com/AutoFlowResearch/SmartPeak/pull/332>`_
38+
- Fixed Windows SmartPeak install: executable is not available from start menu `(#338) <https://github.com/AutoFlowResearch/SmartPeak/pull/338>`_
39+
* Add cmake nsis configuration for creating application links
40+
* Add icon to executable on windows
41+
* Update cmake nsis config to include icon to installer and launch the application when installation complete
42+
* Configure default CPACK_GENERATOR for windows
43+
544
v1.2.0 (2020-03-15)
645
-------------------
746

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/Windows")
7979
# SmartPeak Version Information
8080
#------------------------------------------------------------------------------
8181
set(SMARTPEAK_PACKAGE_VERSION_MAJOR 1)
82-
set(SMARTPEAK_PACKAGE_VERSION_MINOR 2)
82+
set(SMARTPEAK_PACKAGE_VERSION_MINOR 3)
8383
set(SMARTPEAK_PACKAGE_VERSION_PATCH 0)
8484

8585
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)