Skip to content
  1. Feb 06, 2024
  2. Jan 29, 2024
  3. Dec 05, 2023
  4. Nov 16, 2023
  5. Nov 10, 2023
  6. Oct 24, 2023
  7. Oct 23, 2023
  8. Oct 04, 2023
  9. Sep 28, 2023
  10. Sep 13, 2023
    • Heddy's avatar
      [filters/standard] Handle scientific notation with CleanDecimal · 15d83611
      Heddy authored and heddy's avatar heddy committed
      When input is in scientific notation,
      CleanDecimal raised NumberFormatError with
      'There should be exactly one number to parse' because
      self.matching matchs left and right parts of 'E' char.
      
      Now, thanks to is_notation_scientific regex,
      we can detect if the input is a scientific notation
      and can continue the process.
      15d83611
  11. Sep 05, 2023
  12. Sep 01, 2023
  13. Aug 29, 2023
  14. Aug 20, 2023
  15. Aug 08, 2023
  16. Jul 31, 2023
  17. Jul 24, 2023
  18. Jul 12, 2023
  19. Jul 10, 2023
  20. Jun 30, 2023
  21. Jun 27, 2023