Skip to content

Releases: rofinn/FilePathsBase.jl

v0.9.1

27 Apr 22:02
b01aa13
Compare
Choose a tag to compare

FilePathsBase v0.9.1

Diff since v0.9.0

Merged pull requests:

v0.9.0

22 Apr 21:02
c2606f1
Compare
Choose a tag to compare

FilePathsBase v0.9.0

Diff since v0.8.0

Closed issues:

  • Should we really add a method to norm? (#3)
  • Review PyFilesystem ecosystem (#21)
  • Handle Paths that need configurations (#29)
  • SystemPath should be an abstract type (#43)
  • join should handle empty strings (#50)
  • / method is a pun (#53)
  • Current filename implementation seems not ideal (#56)
  • Reconsider overloading Base.join (#58)
  • RFC: "within" function (#60)
  • Add a test for syncing to non-existent parent destination (#65)
  • getindex and `iteration (#70)
  • FAQ (#76)
  • Replace ispathtype with tryparse calls? (#78)
  • Use parse(T, str) over constructors (#79)

Merged pull requests:

  • fix typos/formatting (#61) (@alhirzel)
  • Add isascendant and isdescendent functions (#62) (@alhirzel)
  • Cleanup parent behaviour to include root path when applicable (#63) (@rofinn)
  • cp consistency tests when destination parent doesn't exist (#66) (@rofinn)
  • Drop appveyor and test the latest julia release along with the LTS (#67) (@rofinn)
  • Minor documentation updates (#68) (@rofinn)
  • More tests and flush out join test cases (#69) (@rofinn)
  • Add indexing and iteration support to the AbstractPath type (#73) (@rofinn)
  • Rename norm and real (#74) (@rofinn)
  • Drop overloading of base / and join (#75) (@rofinn)
  • Rename size to filesize (#77) (@rofinn)
  • Made SystemPath and AbstractPath (#81) (@rofinn)
  • Replace ispathtype and string constructor with tryparse (#82) (@rofinn)
  • Documentation improvements (#83) (@rofinn)

v0.8.0

11 Mar 22:03
c72000d
Compare
Choose a tag to compare

FilePathsBase v0.8.0

Diff since v0.7.0

Closed issues:

  • download should copy into directories? (#48)
  • AbstractFilePath should broadcast as a scalar (#54)
  • Reconsider overloading Base.join (#58)

Merged pull requests:

v0.7.0

28 Oct 21:02
v0.7.0
9ea8d7c
Compare
Choose a tag to compare

v0.7.0 (2019-10-28)

Diff since v0.6.2

Closed issues:

  • FileBuffer should also support reading and writing a single UInt8 (#45)
  • Support splitext (#41)
  • Should mktmp extend Base.mktemp? (#40)

Merged pull requests:

  • Add support for buffer based reading and writing of arbitrary types (#52) (rofinn)
  • Don't overwrite things during download (#47) (oxinabox)
  • mktmp -> mktemp (#44) (rofinn)

v0.6.2

26 Aug 19:57
v0.6.2
b906121
Compare
Choose a tag to compare

v0.6.2 (2019-08-26)

Diff since v0.6.1

Merged pull requests:

  • Fix sync to always respect walkpath order. (#46) (rofinn)

v0.6.1

23 Aug 08:44
v0.6.1
fb115af
Compare
Choose a tag to compare

v0.6.1 (2019-08-22)

Diff since v0.6.0

Merged pull requests:

  • Adds a fallback download method for when the destination is a string (#42) (rofinn)

v0.6.0

28 Jul 15:13
v0.6.0
720f20f
Compare
Choose a tag to compare

v0.6.0 (2019-07-27)

Diff since v0.5.0

Closed issues:

  • Default lstat should just call stat? (#37)
  • Add docs (#36)
  • Support sorting a list of paths? (#31)
  • add expanduser\(p::AbstractPath\)=p (#25)
  • Minimum set of path operations (#24)
  • make parent\(p"file.txt"\) return p"." ? (#19)
  • Log a warning if file exists and overwrite is not set? (#18)
  • More general Base.copy for AbstractPath (#6)

Merged pull requests:

  • Added a default sync function (#39) (rofinn)
  • Add Documenter support (#38) (rofinn)
  • Change parents to not error when no parents are found (#35) (rofinn)
  • Default expanduser for all paths (#34) (rofinn)
  • Define a default isless for paths (#33) (rofinn)
  • Use properties rather than accessors (#32) (rofinn)
  • Minimal AbstractPath API (#27) (rofinn)

v0.5.0

15 Jul 15:15
v0.5.0
526140e
Compare
Choose a tag to compare

v0.5.0 (2019-07-14)

Diff since v0.4.0

Closed issues:

  • Deprecation of mkpath\(x\) to makedir\(x, recursive=true\) does not work if a directory called x already exists (#26)
  • Walkdir (#20)
  • Drop AbstractString subtyping (#15)
  • What inplace operator should we use for path concatenation? (#2)

Merged pull requests:

  • Added a Project.tom (#30) (rofinn)
  • Fix makepath deprecation to ignore existing directories (closes #26) (#28) (oxinabox)
  • Add string and path concatenation operators (#23) (rofinn)
  • Drop string subtyping (#22) (rofinn)

v0.4.0

25 Oct 04:25
47de002
Compare
Choose a tag to compare
  • Path registration mechanism
  • Undeprecate joinpath for now
  • A couple bug fixes

v0.3.1

17 Aug 20:47
d86dcec
Compare
Choose a tag to compare

1.0 updates