Tags

Tags give the ability to mark specific points in history as being important
  • v1.0.1b1

    Beta major version 1, minor 0, patch 1 (v1.0.1b1) before first stable release. 
    Created to test the widget in production on PyMR
    
    Changes:
    - Fixed a bug where multiple valueChanged signals were emitted from editingFinished (part of CIERMag/pymr#544).
    - Refactored minor code to make it more readable and optimized
    - Refactored the BackendInterface to adapt to new changes required by PintInterface
    - Added type hints and refactored docstrings
  • v1.0.0b1

    Beta version 1 (v1.0.0b1) before first stable release. 
    Created to test the widget in production on PyMR
    
    Changes: 
    - Fixed bug with validation edge cases on widget's validator, part of #58
    - Restricted decimal separator to only '.' for now, part of #59
    - Fixed missing arg-property connection in PintInterface, part of !9
  • v1.0.0dev11

    Development version 11 (v1.0.0dev11) before first stable release. 
    Created to test the widget behaviour on PyMR.
    
    Changes: 
    - Added decimalsChanged signal
    - Added verification on setDecimals to see if the desired decimals is already set
  • v1.0.0dev10

    Development version 10 (v1.0.0dev10) before first stable release. 
    Created to test the widget behaviour on PyMR.
    
    Changes: 
    - Disabled the internal stylesheet handling in the widget.
  • v1.0.0dev9

    948286e0 · NEW: bump to v1.0.0dev9 ·
    Development version 9 (v1.0.0dev9) before first stable release. 
    Created to test the widget behaviour on PyMR.
    
    Changes: 
    - Covered all code with documentation / fixed old docs
    - Added all missing methods to BackendInterface
    - Minor changes e.g. function names
  • v1.0.0dev8

    Development version 8 (v1.0.0dev8) before first stable release. 
    Created to test the widget behaviour on PyMR.
    
    Changes: 
    - Added some extra debugging tools like printing stack names
    - Removed all unwanted and repeated signals (solves pymr#505)
    - Other minor changes
  • v1.0.0dev7

    Development version 7 (v1.0.0dev7) before first stable release. 
    Created to test the widget behaviour on PyMR.
    
    Changes: 
    - Added defaultDecimals property
    - Fixed double signal emission issues
  • v1.0.0dev6

    f0d2870d · NEW: bump version to dev6 ·
    Development version 6 (v1.0.0dev6) before first stable release. 
    Created to test the widget behaviour on PyMR.
    
    Changes: 
    - Added setDisplayUnit
    - Added setBaseValue
    - Added static links for images on README
    - Fixed decimal handling on setValue
    - Minor fixes
  • v1.0.0dev5

    Development version 5 (v1.0.0dev5) before first stable release. 
    Created to test the widget behaviour on PyMR.
    
    Changes: 
    - Added cover to README
    - Minor fixes on CI environment
  • v1.0.0dev4

    6a323424 · FIX: typo in README.rst ·
    Development version 4 (v1.0.0dev4) before first stable release. 
    Created to test the widget behaviour on PyMR.
    
    Changes: 
    - Added new signal displayUnitChanged.
    - Changed default Qt requirement to pyqt5.
    - Removed support for pyside2.
    - Enhanced tox environments and CI environment.
  • v1.0.0dev3

    Development version 3 (v1.0.0dev3) before first stable release. 
    Created to test the widget behaviour on PyMR.
    Added more tests, cleaned up code, updated metadata for PyPI.
  • v1.0.0dev2

    Development version 2 (v1.0.0dev2) before first stable release. 
    Created to test the widget behaviour on PyMR.
    Added metadata for PyPI.
  • v0.1

    Old version developed by Eduardo Rocha Falvo (dudu.falvo@gmail.com), named "Unit_Converter".