Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

93 lines (71 loc) · 3.04 KB

Changelog

All notable changes to this project will be documented in this file.

Bug Fixes

  • Endline
  • Worng output order (#114)
  • Formatting issues
  • .gitpod.dockerfile issues (#162)
  • Break ceil_floor into separate entries for ceil and floor (#168)
  • Using DataStructures in Graph

CompatHelper

  • Add new compat entry for "DifferentialEquations" at version "6" (#26)
  • Add new compat entry for "DataFrames" at version "1" (#25)
  • Add new compat entry for "GLM" at version "1" (#24)
  • Add new compat entry for "Plots" at version "1" (#23)
  • Add new compat entry for DataStructures at version 0.18, (keep existing compat) (#144)

Documentation

  • Improve the contributing guidelines (#165)
  • Update DIRECTORY.md
  • Update README
  • Disable doctest
  • Reenable doctests

Features

  • Add the Approved label workflow
  • Add Simpson's Integration algorithm (#89)
  • Add trapezoid sum integration algorithm (#88)
  • Format code with JuliaFormatter (#140)
  • Add a Gitpod Dockerfile (#147)
  • Run formatter workflow on PRs (#157)
  • Improve the Julia formatter workflow (#163)
  • Add directory and filename formatter workflow (#167)

Miscellaneous Tasks

  • Run Julia Formatter (#148)
  • Update copyright notice
  • Add codeowners file (#154)

Refactor

  • Create Basic submodule
  • Create Cipher submodule
  • Create DataStructure submodule
  • Create Graph submodule
  • Import MinHeap in dijkstra algo
  • Create DynamicProgramming submodule
  • Add Cipher submodule
  • Add Scheduling submodule
  • Add Conversions submodule
  • Add Sorts submodule
  • Add KnapSack submodule
  • Add Math submodule
  • Add MatrixAlgo submodule
  • Add Searches submodule
  • Add LongSubSeq submodule
  • Add StatAlgo submodule
  • Add StringAlgo submodule
  • Add ML submodule
  • Update DataStructure
  • Add ProjectRosalind submodule
  • Add ProjectEuler submodule
  • Bundle exports of new submodules

Testing

  • Add Basic to namespace
  • Add Cipher to namespace
  • Add DataStructure to namespace
  • Add Graph to namespace
  • Add DynamicProgramming to namespace

Ci

  • Update Julia to latest release (#141)

Format

  • JuliaFormatter

Remove

  • Directory/file_formatter
  • Formatter