Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/2.4.0-1
    91bff695 · prepare -1 release ·
    convertdate Debian release 2.4.0-1
    
  • v2.4.0
    Upstream version 2.4.0
    
  • debian/2.3.2-2
    c8392de1 · unreleased -> unstable ·
    convertdate Debian release 2.3.2-2
    
  • debian/2.3.2-1
    90b71fc5 · prepare 2.3.2-1 ·
    convertdate Debian release 2.3.2-1
    
  • v2.3.2
    7c024404 · v2.3.2 ·
    2.3.2
    -----
    * Switch Persian calendar to astronomical computation (was non-canonical algorithmic method)
    * Fix inappropriate uses of trunc, which caused several errors before the Julian Day epoch (#39, #40, #42)
    * Fix bug in `julian.leap` (#43)
    * Add official suppport and tests for Python 3.9
    * Raise ValueError for attempted conversion of dates before the Mayan epoch
  • debian/2.3.1-1
    655c8ff3 · prepare 2.3.1-1 ·
    convertdate Debian release 2.3.1-1
    
  • v2.3.0
    dfb84724 · v2.3.0 ·
    2.3.0
    -----
    * Fix bug in Bahai calculations during Ayyám-i-Há (#32). Thanks @chiuczek
    * Regularize variable names:
     - coptic: rename `MONTH_NAMES` to `MONTHS`, rename `DAY_NAMES` to `WEEKDAYS`
     - french_republican: add `MONTHS`
     - mayan: rename `HAAB_MONTHS` to `HAAB`, rename `TZOLKIN_NAMES` to `TZOLKIN`
    * Add some Jewish and Islamic holidays to `holidays`: `shemini_azeret`, `lag_baomer`, `tu_beshvat`, `tisha_bav`, `ramadan`, `ashura`, `eid_alfitr`, `eid_aladha`
    * Add docs. See https://convertdate.readthedocs.io/
    * Fix December 31st bug in `ordinal` (#34)
    * Add Indigenous Peoples' Day and Juneteenth to `holidays`, deprecate Columbus day
    * Additional `format` methods for expressing dates as strings (#37, thanks @philosp)
  • v2.2.2
    3b191fa7 · v2.2.2 ·
    2.2.2
    -----
    * Add `observed` argument to the functions for several American holidays (#30)
  • debian/2.2.1-1
    6e090588 · prepare new upload ·
    convertdate Debian release 2.2.1-1
    
  • v2.2.1
    792bedda · v2.2.1 ·
    2.2.1
    -----
    * Add orthodox/eastern Easter calculations and docs
    * Add module for Armenian and Sarkawag regularisation
    * Bump pytz requirement
  • debian/2.1.3-2
    257da0fb · prepare unstable upload ·
    convertdate Debian release 2.1.3-2
    
  • debian/2.1.3-1
    f66bfe6c · add missing Vcs-* fields ·
    convertdate Debian release 2.1.3-1
    
  • v2.1.2
    646d69f3 · v2.1.2 ·
    2.1.2
    -----
    * Additional Jewish holidays (thanks, @ohadeytan)
    * Upload source distributions to Pypi (#10)
  • v2.1.1
    df1d16f8 · v2.1.1 ·
    2.1.1
    -----
    * Add Coptic (Alexandrian) calendar converter.
    * Add explicit support for Python 3.6.
  • 2.0.4
    c924053e · bump version ·
    Bug fixes:
    * Typo in name of holidays.independence_day method
    * Fix major bug in ordinal.from_gregorian
    
    Other changes:
    * Expand and organized tests
  • 2.0.3.1
    f5f07f67 · expand readme ·
    Features:
    * Add `ordinal` module, for counting the day of year
    * Added Mexican national holidays
    * Add `monthcalendar` functions
    
    Other changes:
    * Simplified logic in `ISO` module
  • 2.0.3
    Dublin
    
    Features:
    
    * Add list of day names and `day_name` function to French Republican converter
    * Add multiple conversion methods to the French Republican calendar
    * Add Dublin day count and Julian day count converters
    * Add month names to Bahai and Hebrew calendars.
    
    Other changes:
    
    * Clarify that weekdays run Monday=0 to Sunday=6 (#1)
    * Change Julian converter to use astronomical notation (0 = 1 BCE, -1 = 1 BCE)
    * Expanded tests